mbox series

[GIT,PULL] ata fixes for 6.4-rc5

Message ID 20230601005401.3298-1-dlemoal@kernel.org
State New
Headers show
Series [GIT,PULL] ata fixes for 6.4-rc5 | expand

Pull-request

ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/dlemoal/libata tags/ata-6.4-rc5

Message

Damien Le Moal June 1, 2023, 12:54 a.m. UTC
Linus,

The following changes since commit a7844528722619d2f97740ae5ec747afff18c4be:

  dt-bindings: ata: ahci-ceva: Cover all 4 iommus entries (2023-05-15 07:27:57 +0900)

are available in the Git repository at:

  ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/dlemoal/libata tags/ata-6.4-rc5

for you to fetch changes up to 7f875850f20a42f488840c9df7af91ef7db2d576:

  ata: libata-scsi: Use correct device no in ata_find_dev() (2023-05-30 08:08:18 +0900)

----------------------------------------------------------------
ata fixes for 6.4-rc5

 * Fix ata_find_dev() use of the device number to find a struct
   ata_device for a port. This addresses issues with some passthrough
   commands with libsas managed devices.

----------------------------------------------------------------
Damien Le Moal (1):
      ata: libata-scsi: Use correct device no in ata_find_dev()

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

Comments

pr-tracker-bot@kernel.org June 1, 2023, 9:15 p.m. UTC | #1
The pull request you sent on Thu,  1 Jun 2023 09:54:01 +0900:

> ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/dlemoal/libata tags/ata-6.4-rc5

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

Thank you!