From: Niklas Cassel <cassel@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>,
linux-ide@vger.kernel.org
Cc: Damien Le Moal <dlemoal@kernel.org>, Niklas Cassel <cassel@kernel.org>
Subject: [GIT PULL] ata fixes for 6.10-rc5
Date: Sat, 22 Jun 2024 16:59:15 +0200 [thread overview]
Message-ID: <20240622145915.2929583-1-cassel@kernel.org> (raw)
Linus,
The following changes since commit a6a75edc8669a4f030546c7390808ef0cc034742:
ata: libata-scsi: Set the RMB bit only for removable media devices (2024-06-14 14:18:46 +0200)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/libata/linux tags/ata-6.10-rc5
for you to fetch changes up to fa997b0576c9df635ee363406f5e014dba0f9264:
ata: ahci: Do not enable LPM if no LPM states are supported by the HBA (2024-06-19 13:19:38 +0200)
----------------------------------------------------------------
ata fixes for 6.10-rc5
- We currently enable DIPM (device initiated power management) in the
device (using a SET FEATURES call to the device), regardless if the
HBA supports any LPM states or not. It seems counter intuitive, and
potentially dangerous to enable a device side feature, when the HBA
does not have the corresponding support. Thus, make sure that we do
not enable DIPM if the HBA does not support any LPM states.
----------------------------------------------------------------
Niklas Cassel (1):
ata: ahci: Do not enable LPM if no LPM states are supported by the HBA
drivers/ata/ahci.c | 8 ++++++++
1 file changed, 8 insertions(+)
next reply other threads:[~2024-06-22 14:59 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-22 14:59 Niklas Cassel [this message]
2024-06-22 15:21 ` [GIT PULL] ata fixes for 6.10-rc5 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=20240622145915.2929583-1-cassel@kernel.org \
--to=cassel@kernel.org \
--cc=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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.