Merge tag 'ata-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/libata
Pull ata fixes from Damien Le Moal: - 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. * tag 'ata-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/libata: ata: ahci: Rename CONFIG_SATA_LPM_POLICY configuration item back ata: libata-core: Disable READ LOG DMA EXT for Samsung 840 EVOs ata: sata_dwc_460ex: Fix crash due to OOB write ata: libata-sff: Fix compilation warning in ata_sff_lost_interrupt()
Showing
- drivers/ata/Kconfig 4 additions, 2 deletionsdrivers/ata/Kconfig
- drivers/ata/ahci.c 1 addition, 1 deletiondrivers/ata/ahci.c
- drivers/ata/ahci.h 1 addition, 1 deletiondrivers/ata/ahci.h
- drivers/ata/libata-core.c 3 additions, 0 deletionsdrivers/ata/libata-core.c
- drivers/ata/libata-sff.c 1 addition, 1 deletiondrivers/ata/libata-sff.c
- drivers/ata/sata_dwc_460ex.c 5 additions, 1 deletiondrivers/ata/sata_dwc_460ex.c
Please register or sign in to comment