Linus, The following changes since commit debe436e77c72fcee804fb867f275e6d31aa999c: Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 (2021-11-10 17:05:37 -0800) are available in the Git repository at: ssh://git@xxxxxxxxxxxxxxxxxxx/pub/scm/linux/kernel/git/dlemoal/libata tags/libata-5.16-rc1-p2 for you to fetch changes up to 1b87bda1f29a91720a410ac0819866a3cf0df32d: libata: libahci: declare ahci_shost_attr_group as static (2021-11-12 08:05:47 +0900) ---------------------------------------------------------------- libata changes for 5.16-rc1, second round Second round of updates for libata for 5.16: * Fix READ LOG EXT and READ LOG DMA EXT command timeouts during disk revalidation after a resume or a modprobe of the LLDD (from me). * Remove unnecessary error message in sata_highbank driver (from Xu). * Better handling of accesses to the IDENTIFY DEVICE data log for drives that do not support this log page (from me). * Fix ahci_shost_attr_group declaration in ahci driver (from me). ---------------------------------------------------------------- Damien Le Moal (3): libata: fix read log timeout value libata: add horkage for missing Identify Device log libata: libahci: declare ahci_shost_attr_group as static Xu Wang (1): ata: sata_highbank: Remove unnecessary print function dev_err() drivers/ata/libahci.c | 2 +- drivers/ata/libata-core.c | 13 ++++++++++++- drivers/ata/libata-eh.c | 8 ++++++++ drivers/ata/sata_highbank.c | 4 +--- include/linux/libata.h | 3 ++- 5 files changed, 24 insertions(+), 6 deletions(-)