mbox series

[GIT,PULL] Block fixes for 6.6-rc5

Message ID d7b8f468-d533-4658-b185-256c89756fe2@kernel.dk (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Block fixes for 6.6-rc5 | expand

Pull-request

git://git.kernel.dk/linux.git tags/block-6.6-2023-10-06

Message

Jens Axboe Oct. 6, 2023, 4:36 p.m. UTC
Hi Linus,

Just two minor fixes, for nbd and md. Please pull!


The following changes since commit a578a25339aca38e23bb5af6e3fc6c2c51f0215c:

  block: fix kernel-doc for disk_force_media_change() (2023-09-26 00:43:34 -0600)

are available in the Git repository at:

  git://git.kernel.dk/linux.git tags/block-6.6-2023-10-06

for you to fetch changes up to 07a1141ff170ff5d4f9c4fbb0453727ab48096e5:

  nbd: don't call blk_mark_disk_dead nbd_clear_sock_ioctl (2023-10-03 18:27:44 -0600)

----------------------------------------------------------------
block-6.6-2023-10-06

----------------------------------------------------------------
Christoph Hellwig (1):
      nbd: don't call blk_mark_disk_dead nbd_clear_sock_ioctl

David Jeffery (1):
      md/raid5: release batch_last before waiting for another stripe_head

Jens Axboe (1):
      Merge tag 'md-fixes-20231003' of https://git.kernel.org/pub/scm/linux/kernel/git/song/md into block-6.6

 drivers/block/nbd.c | 3 ++-
 drivers/md/raid5.c  | 7 +++++++
 2 files changed, 9 insertions(+), 1 deletion(-)

Comments

pr-tracker-bot@kernel.org Oct. 6, 2023, 10:51 p.m. UTC | #1
The pull request you sent on Fri, 6 Oct 2023 10:36:42 -0600:

> git://git.kernel.dk/linux.git tags/block-6.6-2023-10-06

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

Thank you!