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.16-rc6
Date: Fri, 11 Jul 2025 07:47:55 -0600 [thread overview]
Message-ID: <623d3918-3595-42ce-8d47-6d232a94a277@kernel.dk> (raw)
Hi Linus,
Set of fixes for block for the 6.16 kernel release. This pull request
contains:
- MD changes via Yu
- fix uaf due to stack memory used for bio mempool, from Jinchao
- fix raid10/raid1 nowait IO error path, from Nigel and Qixing
- fix kernel crash from reading bitmap sysfs entry, by Håkon
- Fix for a UAF in the nbd connect error path
- Fix for blocksize being bigger than pagesize, if THP isn't enabled
Please pull!
The following changes since commit 75ef7b8d44c30a76cfbe42dde9413d43055a00a7:
Merge tag 'nvme-6.16-2025-07-03' of git://git.infradead.org/nvme into block-6.16 (2025-07-03 09:42:07 -0600)
are available in the Git repository at:
git://git.kernel.dk/linux.git tags/block-6.16-20250710
for you to fetch changes up to 4cdf1bdd45ac78a088773722f009883af30ad318:
block: reject bs > ps block devices when THP is disabled (2025-07-07 11:58:57 -0600)
----------------------------------------------------------------
block-6.16-20250710
----------------------------------------------------------------
Håkon Bugge (1):
md/md-bitmap: fix GPF in bitmap_get_stats()
Jens Axboe (1):
Merge tag 'md-6.16-20250705' of gitolite.kernel.org:pub/scm/linux/kernel/git/mdraid/linux into block-6.16
Nigel Croxon (1):
raid10: cleanup memleak at raid10_make_request
Pankaj Raghav (1):
block: reject bs > ps block devices when THP is disabled
Wang Jinchao (1):
md/raid1: Fix stack memory use after return in raid1_reshape
Zheng Qixing (2):
md/raid1,raid10: strip REQ_NOWAIT from member bios
nbd: fix uaf in nbd_genl_connect() error path
drivers/block/nbd.c | 6 +++---
drivers/md/md-bitmap.c | 3 +--
drivers/md/raid1.c | 4 +++-
drivers/md/raid10.c | 12 ++++++++++--
include/linux/blkdev.h | 5 +++++
5 files changed, 22 insertions(+), 8 deletions(-)
--
Jens Axboe
next reply other threads:[~2025-07-11 13:47 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-11 13:47 Jens Axboe [this message]
2025-07-11 17:44 ` [GIT PULL] Block fixes for 6.16-rc6 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=623d3918-3595-42ce-8d47-6d232a94a277@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.