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@xxxxxxxxxxxxxxxxxxx/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(-)