mbox series

[GIT,PULL] nvme fix for 5.10

Message ID 20201110103620.GA3200092@infradead.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] nvme fix for 5.10 | expand

Pull-request

git://git.infradead.org/nvme.git tags/nvme-5.10-2020-11-10

Message

Christoph Hellwig Nov. 10, 2020, 10:36 a.m. UTC
The following changes since commit e1777d099728a76a8f8090f89649aac961e7e530:

  null_blk: Fix scheduling in atomic with zoned mode (2020-11-06 09:36:42 -0700)

are available in the Git repository at:

  git://git.infradead.org/nvme.git tags/nvme-5.10-2020-11-10

for you to fetch changes up to 65c5a055b0d567b7e7639d942c0605da9cc54c5e:

  nvme: fix incorrect behavior when BLKROSET is called by the user (2020-11-09 17:39:15 +0100)

----------------------------------------------------------------
nvme fixes for 5.10:

 - don't clear the read-only bit on a revalidate (Sagi Grimberg)

----------------------------------------------------------------
Sagi Grimberg (1):
      nvme: fix incorrect behavior when BLKROSET is called by the user

 drivers/nvme/host/core.c | 2 --
 1 file changed, 2 deletions(-)

Comments

Jens Axboe Nov. 10, 2020, 2:51 p.m. UTC | #1
On 11/10/20 3:36 AM, Christoph Hellwig wrote:
> The following changes since commit e1777d099728a76a8f8090f89649aac961e7e530:
> 
>   null_blk: Fix scheduling in atomic with zoned mode (2020-11-06 09:36:42 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.infradead.org/nvme.git tags/nvme-5.10-2020-11-10

Pulled, thanks.