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.12-rc2
Date: Fri, 5 Mar 2021 11:09:21 -0700 [thread overview]
Message-ID: <fbbd162e-2221-502a-2d3a-d6115b206be0@kernel.dk> (raw)
Hi Linus,
Changes that should go into 5.12-rc2:
- NVMe fixes:
- more device quirks (Julian Einwag, Zoltán Böszörményi,
Pascal Terjan)
- fix a hwmon error return (Daniel Wagner)
- fix the keep alive timeout initialization (Martin George)
- ensure the model_number can't be changed on a used subsystem
(Max Gurtovoy)
- rsxx missing -EFAULT on copy_to_user() failure (Dan)
- rsxx remove unused linux.h include (Tian)
- Kill unused RQF_SORTED (Jean)
- Updated outdated BFQ comments (Joseph)
- Revert work-around commit for bd_size_lock, since we removed the
offending user in this merge window (Damien)
Please pull!
The following changes since commit fe07bfda2fb9cdef8a4d4008a409bb02f35f1bd8:
Linux 5.12-rc1 (2021-02-28 16:05:19 -0800)
are available in the Git repository at:
git://git.kernel.dk/linux-block.git tags/block-5.12-2021-03-05
for you to fetch changes up to a2b658e4a07d05fcf056e2b9524ed8cc214f486a:
Merge tag 'nvme-5.12-2021-03-05' of git://git.infradead.org/nvme into block-5.12 (2021-03-05 09:13:07 -0700)
----------------------------------------------------------------
block-5.12-2021-03-05
----------------------------------------------------------------
Damien Le Moal (1):
block: revert "block: fix bd_size_lock use"
Dan Carpenter (1):
rsxx: Return -EFAULT if copy_to_user() fails
Daniel Wagner (1):
nvme-hwmon: Return error code when registration fails
Jean Delvare (1):
block: Drop leftover references to RQF_SORTED
Jens Axboe (1):
Merge tag 'nvme-5.12-2021-03-05' of git://git.infradead.org/nvme into block-5.12
Joseph Qi (1):
block/bfq: update comments and default value in docs for fifo_expire
Julian Einwag (1):
nvme-pci: mark Seagate Nytro XM1440 as QUIRK_NO_NS_DESC_LIST.
Martin George (1):
nvme-fabrics: fix kato initialization
Max Gurtovoy (1):
nvmet: model_number must be immutable once set
Pascal Terjan (1):
nvme-pci: add quirks for Lexar 256GB SSD
Tian Tao (1):
rsxx: remove unused including <linux/version.h>
Zoltán Böszörményi (1):
nvme-pci: mark Kingston SKC2000 as not supporting the deepest power state
Documentation/block/bfq-iosched.rst | 4 +--
block/bfq-iosched.c | 2 +-
block/blk-mq-debugfs.c | 1 -
block/blk-mq-sched.c | 6 +----
block/genhd.c | 5 ++--
block/partitions/core.c | 6 ++---
drivers/block/rsxx/core.c | 8 +++---
drivers/block/rsxx/rsxx_priv.h | 1 -
drivers/nvme/host/fabrics.c | 5 +++-
drivers/nvme/host/hwmon.c | 1 +
drivers/nvme/host/pci.c | 8 +++++-
drivers/nvme/target/admin-cmd.c | 36 ++++++++++++++++++--------
drivers/nvme/target/configfs.c | 50 +++++++++++++++++--------------------
drivers/nvme/target/core.c | 2 +-
drivers/nvme/target/nvmet.h | 7 +-----
include/linux/blkdev.h | 2 --
16 files changed, 75 insertions(+), 69 deletions(-)
--
Jens Axboe
next reply other threads:[~2021-03-05 18:10 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-05 18:09 Jens Axboe [this message]
2021-03-05 21:59 ` [GIT PULL] Block fixes for 5.12-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=fbbd162e-2221-502a-2d3a-d6115b206be0@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