mbox series

[GIT,PULL] Block fixes for 6.8-rc2

Message ID 4d6d8fc5-669c-4b9e-ba54-0d72444ed1da@kernel.dk (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Block fixes for 6.8-rc2 | expand

Pull-request

git://git.kernel.dk/linux.git tags/block-6.8-2024-01-26

Message

Jens Axboe Jan. 26, 2024, 6:27 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Jan. 26, 2024, 11:22 p.m. UTC | #1
The pull request you sent on Fri, 26 Jan 2024 11:27:33 -0700:

> git://git.kernel.dk/linux.git tags/block-6.8-2024-01-26

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

Thank you!