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.1-rc5
Date: Fri, 11 Nov 2022 13:53:08 -0700 [thread overview]
Message-ID: <38f29c47-61fb-3882-a054-a577ec41996c@kernel.dk> (raw)
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
next reply other threads:[~2022-11-11 20:53 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-11 20:53 Jens Axboe [this message]
2022-11-11 22:16 ` [GIT PULL] Block fixes for 6.1-rc5 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=38f29c47-61fb-3882-a054-a577ec41996c@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