All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] ata fixes for 5.17-rc4
@ 2022-02-07 14:04 Damien Le Moal
  2022-02-07 20:14 ` pr-tracker-bot
  2022-02-08  7:48 ` Damien Le Moal
  0 siblings, 2 replies; 4+ messages in thread
From: Damien Le Moal @ 2022-02-07 14:04 UTC (permalink / raw)
  To: Linus Torvalds, linux-ide; +Cc: Justin M . Forbes

Linus,

The following changes since commit dfd42facf1e4ada021b939b4e19c935dcdd55566:

  Linux 5.17-rc3 (2022-02-06 12:20:50 -0800)

are available in the Git repository at:

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

for you to fetch changes up to fda17afc6166e975bec1197bd94cd2a3317bce3f:

  ata: libata-core: Fix ata_dev_config_cpr() (2022-02-07 22:38:02 +0900)

----------------------------------------------------------------
ata fixes for 5.17-rc4

A single patch in this pull request, from me, to fix a bug that is
causing boot issues in the field (reports of problems with Fedora 35).
The bug affects mostly old-ish drives that have issues with read log
page command handling.

----------------------------------------------------------------
Damien Le Moal (1):
      ata: libata-core: Fix ata_dev_config_cpr()

 drivers/ata/libata-core.c | 14 ++++++--------
 include/linux/ata.h       |  2 +-
 2 files changed, 7 insertions(+), 9 deletions(-)

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

* Re: [GIT PULL] ata fixes for 5.17-rc4
  2022-02-07 14:04 [GIT PULL] ata fixes for 5.17-rc4 Damien Le Moal
@ 2022-02-07 20:14 ` pr-tracker-bot
  2022-02-08  7:48 ` Damien Le Moal
  1 sibling, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2022-02-07 20:14 UTC (permalink / raw)
  To: Damien Le Moal; +Cc: Linus Torvalds, linux-ide, Justin M . Forbes

The pull request you sent on Mon,  7 Feb 2022 23:04:50 +0900:

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

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

Thank you!

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

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

* Re: [GIT PULL] ata fixes for 5.17-rc4
  2022-02-07 14:04 [GIT PULL] ata fixes for 5.17-rc4 Damien Le Moal
  2022-02-07 20:14 ` pr-tracker-bot
@ 2022-02-08  7:48 ` Damien Le Moal
  2022-02-09 13:04   ` Greg KH
  1 sibling, 1 reply; 4+ messages in thread
From: Damien Le Moal @ 2022-02-08  7:48 UTC (permalink / raw)
  To: Greg KH, stable; +Cc: Justin M . Forbes

On 2/7/22 23:04, Damien Le Moal wrote:
> Linus,
> 
> The following changes since commit dfd42facf1e4ada021b939b4e19c935dcdd55566:
> 
>   Linux 5.17-rc3 (2022-02-06 12:20:50 -0800)
> 
> are available in the Git repository at:
> 
>   ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/dlemoal/libata tags/ata-5.17-rc4
> 
> for you to fetch changes up to fda17afc6166e975bec1197bd94cd2a3317bce3f:
> 
>   ata: libata-core: Fix ata_dev_config_cpr() (2022-02-07 22:38:02 +0900)
> 
> ----------------------------------------------------------------
> ata fixes for 5.17-rc4
> 
> A single patch in this pull request, from me, to fix a bug that is
> causing boot issues in the field (reports of problems with Fedora 35).
> The bug affects mostly old-ish drives that have issues with read log
> page command handling.
> 
> ----------------------------------------------------------------
> Damien Le Moal (1):
>       ata: libata-core: Fix ata_dev_config_cpr()

Greg,

Could you please pick-up this patch for 5.16 as soon as possible ?
The bug it fixes is affecting some Fedora users, among others.

The commit ID in Linus tree is:

commit fda17afc6166e975bec1197bd94cd2a3317bce3f
Author: Damien Le Moal <damien.lemoal@opensource.wdc.com>
Date:   Mon Feb 7 11:27:53 2022 +0900

    ata: libata-core: Fix ata_dev_config_cpr()

Thanks !

> 
>  drivers/ata/libata-core.c | 14 ++++++--------
>  include/linux/ata.h       |  2 +-
>  2 files changed, 7 insertions(+), 9 deletions(-)


-- 
Damien Le Moal
Western Digital Research

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

* Re: [GIT PULL] ata fixes for 5.17-rc4
  2022-02-08  7:48 ` Damien Le Moal
@ 2022-02-09 13:04   ` Greg KH
  0 siblings, 0 replies; 4+ messages in thread
From: Greg KH @ 2022-02-09 13:04 UTC (permalink / raw)
  To: Damien Le Moal; +Cc: stable, Justin M . Forbes

On Tue, Feb 08, 2022 at 04:48:08PM +0900, Damien Le Moal wrote:
> On 2/7/22 23:04, Damien Le Moal wrote:
> > Linus,
> > 
> > The following changes since commit dfd42facf1e4ada021b939b4e19c935dcdd55566:
> > 
> >   Linux 5.17-rc3 (2022-02-06 12:20:50 -0800)
> > 
> > are available in the Git repository at:
> > 
> >   ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/dlemoal/libata tags/ata-5.17-rc4
> > 
> > for you to fetch changes up to fda17afc6166e975bec1197bd94cd2a3317bce3f:
> > 
> >   ata: libata-core: Fix ata_dev_config_cpr() (2022-02-07 22:38:02 +0900)
> > 
> > ----------------------------------------------------------------
> > ata fixes for 5.17-rc4
> > 
> > A single patch in this pull request, from me, to fix a bug that is
> > causing boot issues in the field (reports of problems with Fedora 35).
> > The bug affects mostly old-ish drives that have issues with read log
> > page command handling.
> > 
> > ----------------------------------------------------------------
> > Damien Le Moal (1):
> >       ata: libata-core: Fix ata_dev_config_cpr()
> 
> Greg,
> 
> Could you please pick-up this patch for 5.16 as soon as possible ?
> The bug it fixes is affecting some Fedora users, among others.
> 
> The commit ID in Linus tree is:
> 
> commit fda17afc6166e975bec1197bd94cd2a3317bce3f
> Author: Damien Le Moal <damien.lemoal@opensource.wdc.com>
> Date:   Mon Feb 7 11:27:53 2022 +0900
> 
>     ata: libata-core: Fix ata_dev_config_cpr()
> 
> Thanks !

Now picked up, thanks.

greg k-h

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

end of thread, other threads:[~2022-02-09 13:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-07 14:04 [GIT PULL] ata fixes for 5.17-rc4 Damien Le Moal
2022-02-07 20:14 ` pr-tracker-bot
2022-02-08  7:48 ` Damien Le Moal
2022-02-09 13:04   ` Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.