Linux ATA/IDE development
 help / color / mirror / Atom feed
* [GIT PULL] ata fixes for 6.4-rc7
@ 2023-06-18  2:58 Damien Le Moal
  2023-06-18  3:02 ` Damien Le Moal
  0 siblings, 1 reply; 5+ messages in thread
From: Damien Le Moal @ 2023-06-18  2:58 UTC (permalink / raw)
  To: Linus Torvalds, linux-ide

Linus,

The following changes since commit 7f875850f20a42f488840c9df7af91ef7db2d576:

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

are available in the Git repository at:

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

for you to fetch changes up to 1f219070f4a87ea43fab65f133d0957adbfd2390:

  ata: libata-scsi: Avoid deadlock on rescan after device resume (2023-06-18 11:53:31 +0900)

----------------------------------------------------------------
ata fixes for 6.4-rc7

 - Avoid deadlocks on resume from sleep by delaying scsi rescan until
   the scsi device is also fully resumed.

----------------------------------------------------------------
Damien Le Moal (1):
      ata: libata-scsi: Avoid deadlock on rescan after device resume

 drivers/ata/libata-core.c |  3 ++-
 drivers/ata/libata-eh.c   |  2 +-
 drivers/ata/libata-scsi.c | 22 +++++++++++++++++++++-
 include/linux/libata.h    |  2 +-
 4 files changed, 25 insertions(+), 4 deletions(-)

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [GIT PULL] ata fixes for 6.4-rc7
  2023-06-18  2:58 Damien Le Moal
@ 2023-06-18  3:02 ` Damien Le Moal
  2023-06-18 16:54   ` Linus Torvalds
  0 siblings, 1 reply; 5+ messages in thread
From: Damien Le Moal @ 2023-06-18  3:02 UTC (permalink / raw)
  To: Linus Torvalds, linux-ide

On 6/18/23 11:58, Damien Le Moal wrote:
> Linus,
> 
> The following changes since commit 7f875850f20a42f488840c9df7af91ef7db2d576:
> 
>   ata: libata-scsi: Use correct device no in ata_find_dev() (2023-05-30 08:08:18 +0900)
> 
> are available in the Git repository at:
> 
>   ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/dlemoal/libata tags/ata-6.4-rc7
> 
> for you to fetch changes up to 1f219070f4a87ea43fab65f133d0957adbfd2390:
> 
>   ata: libata-scsi: Avoid deadlock on rescan after device resume (2023-06-18 11:53:31 +0900)

Linus,

Please ignore (my apologies for the noise). Resending this.

> 
> ----------------------------------------------------------------
> ata fixes for 6.4-rc7
> 
>  - Avoid deadlocks on resume from sleep by delaying scsi rescan until
>    the scsi device is also fully resumed.
> 
> ----------------------------------------------------------------
> Damien Le Moal (1):
>       ata: libata-scsi: Avoid deadlock on rescan after device resume
> 
>  drivers/ata/libata-core.c |  3 ++-
>  drivers/ata/libata-eh.c   |  2 +-
>  drivers/ata/libata-scsi.c | 22 +++++++++++++++++++++-
>  include/linux/libata.h    |  2 +-
>  4 files changed, 25 insertions(+), 4 deletions(-)

-- 
Damien Le Moal
Western Digital Research


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [GIT PULL] ata fixes for 6.4-rc7
@ 2023-06-18  3:05 Damien Le Moal
  2023-06-18 17:01 ` pr-tracker-bot
  0 siblings, 1 reply; 5+ messages in thread
From: Damien Le Moal @ 2023-06-18  3:05 UTC (permalink / raw)
  To: Linus Torvalds, linux-ide

Linus,

The following changes since commit 7f875850f20a42f488840c9df7af91ef7db2d576:

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

are available in the Git repository at:

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

for you to fetch changes up to 6aa0365a3c8512587fffd42fe438768709ddef8e:

  ata: libata-scsi: Avoid deadlock on rescan after device resume (2023-06-18 12:00:49 +0900)

----------------------------------------------------------------
ata fixes for 6.4-rc7

 - Avoid deadlocks on resume from sleep by delaying scsi rescan until
   the scsi device is also fully resumed.

----------------------------------------------------------------
Damien Le Moal (1):
      ata: libata-scsi: Avoid deadlock on rescan after device resume

 drivers/ata/libata-core.c |  3 ++-
 drivers/ata/libata-eh.c   |  2 +-
 drivers/ata/libata-scsi.c | 22 +++++++++++++++++++++-
 include/linux/libata.h    |  2 +-
 4 files changed, 25 insertions(+), 4 deletions(-)

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [GIT PULL] ata fixes for 6.4-rc7
  2023-06-18  3:02 ` Damien Le Moal
@ 2023-06-18 16:54   ` Linus Torvalds
  0 siblings, 0 replies; 5+ messages in thread
From: Linus Torvalds @ 2023-06-18 16:54 UTC (permalink / raw)
  To: Damien Le Moal; +Cc: linux-ide

On Sat, 17 Jun 2023 at 20:02, Damien Le Moal <dlemoal@kernel.org> wrote:
>
> Please ignore (my apologies for the noise). Resending this.

Hmm. Was the only difference with the resend adding a 'Reviewed-by'?

Probably not worth the rebase and double pull request if so, but whatever...

              Linus

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [GIT PULL] ata fixes for 6.4-rc7
  2023-06-18  3:05 [GIT PULL] ata fixes for 6.4-rc7 Damien Le Moal
@ 2023-06-18 17:01 ` pr-tracker-bot
  0 siblings, 0 replies; 5+ messages in thread
From: pr-tracker-bot @ 2023-06-18 17:01 UTC (permalink / raw)
  To: Damien Le Moal; +Cc: Linus Torvalds, linux-ide

The pull request you sent on Sun, 18 Jun 2023 12:05:06 +0900:

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

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

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-06-18 17:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-18  3:05 [GIT PULL] ata fixes for 6.4-rc7 Damien Le Moal
2023-06-18 17:01 ` pr-tracker-bot
  -- strict thread matches above, loose matches on Subject: below --
2023-06-18  2:58 Damien Le Moal
2023-06-18  3:02 ` Damien Le Moal
2023-06-18 16:54   ` Linus Torvalds

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox