mbox series

[GIT,PULL] ata fixes for 6.10-rc4

Message ID 20240616092659.1798613-1-cassel@kernel.org
State New
Headers show
Series [GIT,PULL] ata fixes for 6.10-rc4 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/libata/linux tags/ata-6.10-rc4

Message

Niklas Cassel June 16, 2024, 9:26 a.m. UTC
Linus,

The following changes since commit 09fe2bfa6b83f865126ce3964744863f69a4a030:

  ata: pata_macio: Fix max_segment_size with PAGE_SIZE == 64K (2024-06-06 14:53:34 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/libata/linux tags/ata-6.10-rc4

for you to fetch changes up to a6a75edc8669a4f030546c7390808ef0cc034742:

  ata: libata-scsi: Set the RMB bit only for removable media devices (2024-06-14 14:18:46 +0200)

----------------------------------------------------------------
ata fixes for 6.10-rc4

 - Fix a bug where the SCSI Removable Media Bit (RMB) was incorrectly set
   for hot-plug capable (and eSATA) ports. The RMB bit means that the
   media is removable (e.g. floppy or CD-ROM), not that the device server
   is removable. If the RMB bit is set, SCSI will set the removable media
   sysfs attribute.
   If the removable media sysfs attribute is set on a device, GNOME/udisks
   will automatically mount the device on boot.
   We only want to set the SCSI RMB bit (and thus the removable media
   sysfs attribute) for devices where the ATA removable media device bit
   is set.

----------------------------------------------------------------
Damien Le Moal (1):
      ata: libata-scsi: Set the RMB bit only for removable media devices

 drivers/ata/libata-scsi.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Comments

pr-tracker-bot@kernel.org June 16, 2024, 6:24 p.m. UTC | #1
The pull request you sent on Sun, 16 Jun 2024 11:26:59 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/libata/linux tags/ata-6.10-rc4

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/e8b0264d6fdf98cd90cfedfdf60c8ad665f056fe

Thank you!