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 5.18-rc3
Date: Fri, 15 Apr 2022 07:24:46 -0600 [thread overview]
Message-ID: <3a9f60a9-01f7-64fc-cd84-b76d162b528f@kernel.dk> (raw)
Hi Linus,
Nothing major here:
- Moving of lower_48_bits() to the block layer and a fix for the
unaligned_be48 added with that originally (Alexander, Keith)
- Fix a bad WARN_ON() for trim size checking (Ming)
- A polled IO timeout fix for null_blk (Ming)
- Silence IO error printing for dead disks (Christoph)
- Compat mode range fix (Khazhismel)
- NVMe pull request via Christoph:
- Tone down the error logging added this merge window a bit
(Chaitanya Kulkarni)
- Quirk devices with non-unique unique identifiers (Christoph)
Please pull!
The following changes since commit 286901941fd18a52b2138fddbbf589ad3639eb00:
drbd: set QUEUE_FLAG_STABLE_WRITES (2022-04-06 13:07:53 -0600)
are available in the Git repository at:
git://git.kernel.dk/linux-block.git tags/block-5.18-2022-04-15
for you to fetch changes up to 89a2ee91edd9c555c59e4d38dc54b99141632cc2:
Merge tag 'nvme-5.18-2022-04-15' of git://git.infradead.org/nvme into block-5.18 (2022-04-15 06:33:49 -0600)
----------------------------------------------------------------
block-5.18-2022-04-15
----------------------------------------------------------------
Alexander Lobakin (1):
asm-generic: fix __get_unaligned_be48() on 32 bit platforms
Chaitanya Kulkarni (1):
nvme: don't print verbose errors for internal passthrough requests
Christoph Hellwig (4):
nvme: add a quirk to disable namespace identifiers
nvme-pci: disable namespace identifiers for the MAXIO MAP1002/1202
nvme-pci: disable namespace identifiers for Qemu controllers
block: don't print I/O error warning for dead disks
Jens Axboe (1):
Merge tag 'nvme-5.18-2022-04-15' of git://git.infradead.org/nvme into block-5.18
Keith Busch (1):
block: move lower_48_bits() to block
Khazhismel Kumykov (1):
block/compat_ioctl: fix range check in BLKGETSIZE
Ming Lei (2):
block: fix offset/size check in bio_trim()
block: null_blk: end timed out poll request
block/bio.c | 2 +-
block/blk-mq.c | 3 ++-
block/ioctl.c | 2 +-
drivers/block/null_blk/main.c | 2 +-
drivers/nvme/host/core.c | 27 ++++++++++++++++++++-------
drivers/nvme/host/nvme.h | 5 +++++
drivers/nvme/host/pci.c | 9 ++++++++-
include/asm-generic/unaligned.h | 2 +-
include/linux/kernel.h | 9 ---------
include/linux/t10-pi.h | 9 +++++++++
10 files changed, 48 insertions(+), 22 deletions(-)
--
Jens Axboe
next reply other threads:[~2022-04-15 13:24 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-15 13:24 Jens Axboe [this message]
2022-04-15 18:47 ` [GIT PULL] Block fixes for 5.18-rc3 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=3a9f60a9-01f7-64fc-cd84-b76d162b528f@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