mbox series

[GIT,PULL] ata fixes for 5.18-rc2

Message ID 20220407122856.1170057-1-damien.lemoal@opensource.wdc.com
State New
Headers show
Series [GIT,PULL] ata fixes for 5.18-rc2 | expand

Pull-request

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

Message

Damien Le Moal April 7, 2022, 12:28 p.m. UTC
Linus,

The following changes since commit 3123109284176b1532874591f7c81f3837bbdc17:

  Linux 5.18-rc1 (2022-04-03 14:08:21 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 55b014159ee7af63770cd7f2b6fe926f6dd99335:

  ata: ahci: Rename CONFIG_SATA_LPM_POLICY configuration item back (2022-04-06 11:08:04 +0900)

----------------------------------------------------------------
ata fixes for 5.18-rc2

A small set of fixes for 5.18-rc2:

* Fix a compilation warning due to an uninitialized variable in
  ata_sff_lost_interrupt(), from me.

* Fix invalid internal command tag handling in the sata_dwc_460ex
  driver, from Christian.

* Disable READ LOG DMA EXT with Samsung 840 EVO SSDs as this command
  causes the drives to hang, from Christian.

* Change the config option CONFIG_SATA_LPM_POLICY back to its original
  name CONFIG_SATA_LPM_MOBILE_POLICY to avoid potential problems with
  users losing their configuration (as discussed during the merge
  window), from Mario.

----------------------------------------------------------------
Christian Lamparter (2):
      ata: sata_dwc_460ex: Fix crash due to OOB write
      ata: libata-core: Disable READ LOG DMA EXT for Samsung 840 EVOs

Damien Le Moal (1):
      ata: libata-sff: Fix compilation warning in ata_sff_lost_interrupt()

Mario Limonciello (1):
      ata: ahci: Rename CONFIG_SATA_LPM_POLICY configuration item back

 drivers/ata/Kconfig          | 6 ++++--
 drivers/ata/ahci.c           | 2 +-
 drivers/ata/ahci.h           | 2 +-
 drivers/ata/libata-core.c    | 3 +++
 drivers/ata/libata-sff.c     | 2 +-
 drivers/ata/sata_dwc_460ex.c | 6 +++++-
 6 files changed, 15 insertions(+), 6 deletions(-)

Comments

pr-tracker-bot@kernel.org April 7, 2022, 4:43 p.m. UTC | #1
The pull request you sent on Thu,  7 Apr 2022 21:28:56 +0900:

> ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/dlemoal/libata tags/ata-5.18-rc2

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/640b5037da8edfaa98d102183ccfe3af5898f94b

Thank you!