Hi Linus, Just a few simple fixes that should go into the 6.8 kernel release: - RCU warning fix for md (Mikulas) - Fix for an aoe issue that lockdep rightfully complained about (Maksim) - Fix for an error code change in partitioning that caused a regression with some tools (Li) - Fix for a data direction warning with bi-direction commands (Christian) Please pull! The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d: Linux 6.8-rc1 (2024-01-21 14:11:32 -0800) are available in the Git repository at: git://git.kernel.dk/linux.git tags/block-6.8-2024-01-26 for you to fetch changes up to 5af2c3f44e004b5618ebef34ac30bd3511babb27: Merge tag 'md-6.8-20240126' of https://git.kernel.org/pub/scm/linux/kernel/git/song/md into block-6.8 (2024-01-25 17:03:54 -0700) ---------------------------------------------------------------- block-6.8-2024-01-26 ---------------------------------------------------------------- Christian A. Ehrhardt (1): block: Fix WARNING in _copy_from_iter Jens Axboe (1): Merge tag 'md-6.8-20240126' of https://git.kernel.org/pub/scm/linux/kernel/git/song/md into block-6.8 Li Lingfeng (1): block: Move checking GENHD_FL_NO_PART to bdev_add_partition() Maksim Kiselev (1): aoe: avoid potential deadlock at set_capacity Mikulas Patocka (1): md: fix a suspicious RCU usage warning block/blk-map.c | 13 ++++++++++--- block/ioctl.c | 2 -- block/partitions/core.c | 5 +++++ drivers/block/aoe/aoeblk.c | 5 ++++- drivers/md/raid1.c | 2 +- 5 files changed, 20 insertions(+), 7 deletions(-) -- Jens Axboe