* [GIT PULL] Block fixes for 6.1-rc5
@ 2022-11-11 20:53 Jens Axboe
2022-11-11 22:16 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Jens Axboe @ 2022-11-11 20:53 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-block@vger.kernel.org
Hi Linus,
A few fixes for this release:
- NVMe pull request via Christoph
- Quiet user passthrough command errors (Keith Busch)
- Fix memory leak in nvmet_subsys_attr_model_store_locked
- Fix a memory leak in nvmet-auth (Sagi Grimberg)
- Fix a potential NULL point deref in bfq (Yu)
- Allocate command/response buffers separately for DMA for sed-opal,
rather than rely on embedded alignment (Serge)
Please pull!
The following changes since commit 878eb6e48f240d02ed1c9298020a0b6370695f24:
block: blk_add_rq_to_plug(): clear stale 'last' after flush (2022-10-31 20:21:38 -0600)
are available in the Git repository at:
git://git.kernel.dk/linux.git tags/block-6.1-2022-11-11
for you to fetch changes up to df24560d058d11f02b7493bdfc553131ef60b23d:
Merge tag 'nvme-6.1-2022-11-10' of git://git.infradead.org/nvme into block-6.1 (2022-11-10 06:55:02 -0700)
----------------------------------------------------------------
block-6.1-2022-11-11
----------------------------------------------------------------
Aleksandr Miloserdov (1):
nvmet: fix memory leak in nvmet_subsys_attr_model_store_locked
Jens Axboe (1):
Merge tag 'nvme-6.1-2022-11-10' of git://git.infradead.org/nvme into block-6.1
Keith Busch (1):
nvme: quiet user passthrough command errors
Sagi Grimberg (1):
nvmet: fix a memory leak
Serge Semin (1):
block: sed-opal: kmalloc the cmd/resp buffers
Yu Kuai (1):
block, bfq: fix null pointer dereference in bfq_bio_bfqg()
block/bfq-cgroup.c | 4 ++++
block/sed-opal.c | 32 ++++++++++++++++++++++++++++----
drivers/nvme/host/core.c | 3 +--
drivers/nvme/host/pci.c | 2 --
drivers/nvme/target/configfs.c | 8 ++++++--
5 files changed, 39 insertions(+), 10 deletions(-)
--
Jens Axboe
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-11-11 22:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-11 20:53 [GIT PULL] Block fixes for 6.1-rc5 Jens Axboe
2022-11-11 22:16 ` pr-tracker-bot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox