Linus, The following changes since commit 5d0c230f1de8c7515b6567d9afba1f196fb4e2f4: Linux 6.5-rc4 (2023-07-30 13:23:47 -0700) are available in the Git repository at: ssh://git@xxxxxxxxxxxxxxxxxxx/pub/scm/linux/kernel/git/dlemoal/libata tags/ata-6.5-rc5 for you to fetch changes up to 0a8589055936d8feb56477123a8373ac634018fa: ata,scsi: do not issue START STOP UNIT on resume (2023-08-02 17:01:12 +0900) ---------------------------------------------------------------- ata fixes for 6.5-rc5 - Prevent the scsi disk driver from issuing a START STOP UNIT command for ATA devices during system resume as this causes various issues reported by multiple users. ---------------------------------------------------------------- Damien Le Moal (1): ata,scsi: do not issue START STOP UNIT on resume drivers/ata/libata-scsi.c | 7 +++++++ drivers/scsi/sd.c | 9 ++++++--- include/scsi/scsi_device.h | 1 + 3 files changed, 14 insertions(+), 3 deletions(-)