mbox series

[GIT,PULL] block fixes for 5.10-rc

Message ID dfbd8f5c-f72b-2341-0c26-546d924d5e4e@kernel.dk (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] block fixes for 5.10-rc | expand

Pull-request

git://git.kernel.dk/linux-block.git tags/block-5.10-2020-11-13

Message

Jens Axboe Nov. 13, 2020, 9:21 p.m. UTC
Hi Linus,

A few small fixes for 5.10-rc:

- NVMe pull request from Christoph:
	- don't clear the read-only bit on a revalidate (Sagi Grimberg)

- nbd error case refcount leak (Christoph)

- loop/generic uevent fix (Christoph, Petr)

Please pull!


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.kernel.dk/linux-block.git tags/block-5.10-2020-11-13

for you to fetch changes up to c01a21b77722db0474bbcc4eafc8c4e0d8fed6d8:

  loop: Fix occasional uevent drop (2020-11-12 13:59:04 -0700)

----------------------------------------------------------------
block-5.10-2020-11-13

----------------------------------------------------------------
Christoph Hellwig (2):
      nbd: fix a block_device refcount leak in nbd_release
      block: add a return value to set_capacity_revalidate_and_notify

Jens Axboe (1):
      Merge tag 'nvme-5.10-2020-11-10' of git://git.infradead.org/nvme into block-5.10

Petr Vorel (1):
      loop: Fix occasional uevent drop

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

 block/genhd.c            | 5 ++++-
 drivers/block/loop.c     | 3 ++-
 drivers/block/nbd.c      | 1 +
 drivers/nvme/host/core.c | 2 --
 include/linux/genhd.h    | 2 +-
 5 files changed, 8 insertions(+), 5 deletions(-)

Comments

pr-tracker-bot@kernel.org Nov. 14, 2020, 12:15 a.m. UTC | #1
The pull request you sent on Fri, 13 Nov 2020 14:21:15 -0700:

> git://git.kernel.dk/linux-block.git tags/block-5.10-2020-11-13

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

Thank you!