Linus, The following changes since commit 94f6f0550c625fab1f373bb86a6669b45e9748b3: Linux 6.6-rc5 (2023-10-08 13:49:43 -0700) are available in the Git repository at: ssh://git@xxxxxxxxxxxxxxxxxxx/pub/scm/linux/kernel/git/dlemoal/libata tags/ata-6.6-rc6 for you to fetch changes up to 626b13f015e080e434b1dee9a0c116ddbf4fb695: scsi: Do not rescan devices with a suspended queue (2023-10-10 14:42:22 +0900) ---------------------------------------------------------------- ata fixes for 6.6.0-rc6 - Three fixes for the pata_parport driver to address a typo in the code, a missing operation implementation and port reset handling in the presence of slave devices (From Ondrej). - Fix handling of ATAPI devices reset with the fit3 protocol driver of the pata_parport driver (From Ondrej). - A follow up fix for the recent suspend/resume corrections to avoid attempting rescanning on resume the scsi device associated with an ata disk when the request queue of the scsi device is still suspended (in addition to not doing the rescan if the scsi device itself is still suspended) (from me). ---------------------------------------------------------------- Damien Le Moal (1): scsi: Do not rescan devices with a suspended queue Ondrej Zary (4): ata: pata_parport: fix pata_parport_devchk ata: pata_parport: implement set_devctl ata: pata_parport: add custom version of wait_after_reset ata: pata_parport: fit3: implement IDE command set registers drivers/ata/pata_parport/fit3.c | 14 +----- drivers/ata/pata_parport/pata_parport.c | 78 ++++++++++++++++++++++++++++++++- drivers/scsi/scsi_scan.c | 11 ++--- 3 files changed, 84 insertions(+), 19 deletions(-)