Linux-ide Archive mirror
 help / color / mirror / Atom feed
From: Damien Le Moal <dlemoal@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>,
	linux-ide@vger.kernel.org
Subject: [GIT PULL] ata fixes for 6.6-final
Date: Fri, 27 Oct 2023 16:31:15 +0900	[thread overview]
Message-ID: <20231027073115.170201-1-dlemoal@kernel.org> (raw)

Linus,

The following changes since commit 626b13f015e080e434b1dee9a0c116ddbf4fb695:

  scsi: Do not rescan devices with a suspended queue (2023-10-10 14:42:22 +0900)

are available in the Git repository at:

  ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/dlemoal/libata tags/ata-6.6-final

for you to fetch changes up to 24eca2dce0f8d19db808c972b0281298d0bafe99:

  scsi: sd: Introduce manage_shutdown device flag (2023-10-27 10:00:19 +0900)

----------------------------------------------------------------
ATA fixes for 6.6-final

A single patch to fix a regression introduced by the recent
suspend/resume fixes. The regression is that ATA disks are not stopped
on system shutdown, which is not recommended and increases the disks
SMART counters for unclean power off events. This patch fixes this by
refining the recent rework of the scsi device manage_xxx flags.

----------------------------------------------------------------
Damien Le Moal (1):
      scsi: sd: Introduce manage_shutdown device flag

 drivers/ata/libata-scsi.c  |  5 +++--
 drivers/firewire/sbp2.c    |  1 +
 drivers/scsi/sd.c          | 39 ++++++++++++++++++++++++++++++++++++---
 include/scsi/scsi_device.h | 20 ++++++++++++++++++--
 4 files changed, 58 insertions(+), 7 deletions(-)

             reply	other threads:[~2023-10-27  7:31 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-27  7:31 Damien Le Moal [this message]
2023-10-27 23:43 ` [GIT PULL] ata fixes for 6.6-final Linus Torvalds
2023-10-29 23:52   ` Damien Le Moal
2023-10-27 23:44 ` pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20231027073115.170201-1-dlemoal@kernel.org \
    --to=dlemoal@kernel.org \
    --cc=linux-ide@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).