Linus, The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf: Linux 5.16-rc1 (2021-11-14 13:56:52 -0800) are available in the Git repository at: ssh://git@xxxxxxxxxxxxxxxxxxx/pub/scm/linux/kernel/git/dlemoal/libata tags/libata-5.16-rc2 for you to fetch changes up to 6873c30c1b797997f302fe1707bee9a7f247dfe2: sata_fsl: fix warning in remove_proc_entry when rmmod sata_fsl (2021-11-19 13:57:18 +0900) ---------------------------------------------------------------- libata fixes for 5.16-rc2 * Prevent accesses to unsupported log pages as that causes device scan failures with LLDDs using libsas (from me). * A couple of fixes for AMD AHCI adapters handling of low power modes and resume (from Mario). * Fix a compilation warning (from me). * Fix sata_fsl driver problems on PPC64 (from Baokun). ---------------------------------------------------------------- Baokun Li (2): sata_fsl: fix UAF in sata_fsl_port_stop when rmmod sata_fsl sata_fsl: fix warning in remove_proc_entry when rmmod sata_fsl Damien Le Moal (3): ata: libata: improve ata_read_log_page() error message ata: libata: add missing ata_identify_page_supported() calls ata: libata-sata: Declare ata_ncq_sdev_attrs static Mario Limonciello (2): ata: ahci: Add Green Sardine vendor ID as board_ahci_mobile ata: libahci: Adjust behavior when StorageD3Enable _DSD is set drivers/ata/ahci.c | 1 + drivers/ata/libahci.c | 15 +++++++++++++++ drivers/ata/libata-core.c | 11 ++++++++--- drivers/ata/libata-sata.c | 2 +- drivers/ata/sata_fsl.c | 21 +++++++++++++++------ 5 files changed, 40 insertions(+), 10 deletions(-)