From: Jens Axboe <axboe@kernel.dk>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: "linux-block@vger.kernel.org" <linux-block@vger.kernel.org>
Subject: [GIT PULL] Block fixes for 6.8-rc2
Date: Fri, 26 Jan 2024 11:27:33 -0700 [thread overview]
Message-ID: <4d6d8fc5-669c-4b9e-ba54-0d72444ed1da@kernel.dk> (raw)
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
next reply other threads:[~2024-01-26 18:27 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-26 18:27 Jens Axboe [this message]
2024-01-26 23:22 ` [GIT PULL] Block fixes for 6.8-rc2 pr-tracker-bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4d6d8fc5-669c-4b9e-ba54-0d72444ed1da@kernel.dk \
--to=axboe@kernel.dk \
--cc=linux-block@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox