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(-) -- Jens Axboe