Linus, The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780: Linux 6.1-rc1 (2022-10-16 15:36:24 -0700) are available in the Git repository at: ssh://git@xxxxxxxxxxxxxxxxxxx/pub/scm/linux/kernel/git/dlemoal/libata tags/ata-6.1-rc2 for you to fetch changes up to 2ce3a0bf2010b16c78b78cc35a97fa913f1be0ca: ata: ahci_qoriq: Fix compilation warning (2022-10-18 08:02:14 +0900) ---------------------------------------------------------------- ata fixes for 6.1-rc2 Several minor fixes for rc2: * Fix the module alias for the ahci_imx driver to get autoloading to work (from Alexander). * Fix a potential array-index-out-of-bounds problem with the enclosure managment support in the ahci driver (from Kai-Heng). * Several patches to fix compilation warnings thrown by clang in the ahci_st, sata_rcar, ahci_brcm, ahci_xgene, ahci_imx and ahci_qoriq drivers (from me). ---------------------------------------------------------------- Alexander Stein (1): ata: ahci-imx: Fix MODULE_ALIAS Damien Le Moal (6): ata: ahci_st: Fix compilation warning ata: sata_rcar: Fix compilation warning ata: ahci_brcm: Fix compilation warning ata: ahci_xgene: Fix compilation warning ata: ahci_imx: Fix compilation warning ata: ahci_qoriq: Fix compilation warning Kai-Heng Feng (1): ata: ahci: Match EM_MAX_SLOTS with SATA_PMP_MAX_PORTS drivers/ata/ahci.h | 2 +- drivers/ata/ahci_brcm.c | 2 +- drivers/ata/ahci_imx.c | 4 ++-- drivers/ata/ahci_qoriq.c | 2 +- drivers/ata/ahci_st.c | 2 +- drivers/ata/ahci_xgene.c | 2 +- drivers/ata/sata_rcar.c | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-)