mbox series

[GIT,PULL] nvme fixes for Linux 6.1

Message ID Y5CeoZZcOCYaS/P9@infradead.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] nvme fixes for Linux 6.1 | expand

Pull-request

git://git.infradead.org/nvme.git tags/nvme-6.1-2022-12-07

Message

Christoph Hellwig Dec. 7, 2022, 2:09 p.m. UTC
The following changes since commit 899d2a05dc14733cfba6224083c6b0dd5a738590:

  nvme: fix SRCU protection of nvme_ns_head list (2022-11-30 14:37:46 +0100)

are available in the Git repository at:

  git://git.infradead.org/nvme.git tags/nvme-6.1-2022-12-07

for you to fetch changes up to 6f2d71524bcfdeb1fcbd22a4a92a5b7b161ab224:

  nvme initialize core quirks before calling nvme_init_subsystem (2022-12-06 09:05:59 +0100)

----------------------------------------------------------------
nvme fixes for Linux 6.1

 - initialize core quirks before calling nvme_init_subsystem
   (Pankaj Raghav)

----------------------------------------------------------------
Pankaj Raghav (1):
      nvme initialize core quirks before calling nvme_init_subsystem

 drivers/nvme/host/core.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Comments

Jens Axboe Dec. 7, 2022, 3:55 p.m. UTC | #1
On 12/7/22 7:09 AM, Christoph Hellwig wrote:
> The following changes since commit 899d2a05dc14733cfba6224083c6b0dd5a738590:
> 
>   nvme: fix SRCU protection of nvme_ns_head list (2022-11-30 14:37:46 +0100)
> 
> are available in the Git repository at:
> 
>   git://git.infradead.org/nvme.git tags/nvme-6.1-2022-12-07
> 
> for you to fetch changes up to 6f2d71524bcfdeb1fcbd22a4a92a5b7b161ab224:
> 
>   nvme initialize core quirks before calling nvme_init_subsystem (2022-12-06 09:05:59 +0100)
> 
> ----------------------------------------------------------------
> nvme fixes for Linux 6.1
> 
>  - initialize core quirks before calling nvme_init_subsystem
>    (Pankaj Raghav)
> 
> ----------------------------------------------------------------

Pulled, thanks.