Linux block layer
 help / color / mirror / Atom feed
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.12-rc4
Date: Fri, 18 Oct 2024 12:02:27 -0600	[thread overview]
Message-ID: <72c65a83-f629-45ed-b9b9-bc3efd88e86b@kernel.dk> (raw)

Hi Linus,

Set of fixes that should go into the -rc4 kernel release:

- NVMe pull request via Keith
	- Fix target passthrough identifier (Nilay)
	- Fix tcp locking (Hannes)
	- Replace list with sbitmap for tracking RDMA rsp tags (Guixen)
	- Remove unnecessary fallthrough statements (Tokunori)
	- Remove ready-without-media support (Greg)
	- Fix multipath partition scan deadlock (Keith)
	- Fix concurrent PCI reset and remove queue mapping (Maurizio)
	- Fabrics shutdown fixes (Nilay)

- Fix for a kerneldoc warning (Keith)

- Fix a race with blk-rq-qos and wakeups (Omar)

- Cleanup of checking for always-set tag_set (SurajSonawane2415)

- Fix for a crash with CPU hotplug notifiers (Ming)

- Don't allow zero-copy ublk on unprivileged device (Ming)

- Use array_index_nospec() for CDROM (Josh)

- Remove dead code in drbd (David)

- Tweaks to elevator loading (Breno)

Please pull!


The following changes since commit 6d6e54fc71ad1ab0a87047fd9c211e75d86084a3:

  aoe: fix the potential use-after-free problem in more places (2024-10-02 07:16:44 -0600)

are available in the Git repository at:

  git://git.kernel.dk/linux.git tags/block-6.12-20241018

for you to fetch changes up to b0bf1afde7c34698cf61422fa8ee60e690dc25c3:

  cdrom: Avoid barrier_nospec() in cdrom_ioctl_media_changed() (2024-10-17 19:47:15 -0600)

----------------------------------------------------------------
block-6.12-20241018

----------------------------------------------------------------
Breno Leitao (2):
      elevator: do not request_module if elevator exists
      elevator: Remove argument from elevator_find_get

Dr. David Alan Gilbert (1):
      drbd: Remove unused conn_lowest_minor

Greg Joyce (1):
      nvme: disable CC.CRIME (NVME_CC_CRIME)

Guixin Liu (1):
      nvmet-rdma: use sbitmap to replace rsp free list

Hannes Reinecke (1):
      nvme: tcp: avoid race between queue_lock lock and destroy

Jens Axboe (1):
      Merge tag 'nvme-6.12-2024-10-18' of git://git.infradead.org/nvme into block-6.12

Josh Poimboeuf (1):
      cdrom: Avoid barrier_nospec() in cdrom_ioctl_media_changed()

Keith Busch (2):
      block: fix blk_rq_map_integrity_sg kernel-doc
      nvme-multipath: defer partition scanning

Maurizio Lombardi (1):
      nvme-pci: fix race condition between reset and nvme_dev_disable()

Ming Lei (2):
      blk-mq: setup queue ->tag_set before initializing hctx
      ublk: don't allow user copy for unprivileged device

Nilay Shroff (4):
      nvmet-passthru: clear EUID/NGUID/UUID while using loop target
      nvme-loop: flush off pending I/O while shutting down loop controller
      nvme: make keep-alive synchronous operation
      nvme: use helper nvme_ctrl_state in nvme_keep_alive_finish function

Omar Sandoval (1):
      blk-rq-qos: fix crash on rq_qos_wait vs. rq_qos_wake_function race

SurajSonawane2415 (1):
      block: Fix elevator_get_default() checking for NULL q->tag_set

Tokunori Ikegami (1):
      nvme: delete unnecessary fallthru comment

 block/blk-mq.c                 |  8 ++++--
 block/blk-rq-qos.c             |  2 +-
 block/elevator.c               | 21 ++++++++++------
 drivers/block/drbd/drbd_int.h  |  1 -
 drivers/block/drbd/drbd_main.c | 14 -----------
 drivers/block/ublk_drv.c       | 11 ++++++++-
 drivers/cdrom/cdrom.c          |  2 +-
 drivers/nvme/host/core.c       | 41 +++++++++++++------------------
 drivers/nvme/host/multipath.c  | 40 ++++++++++++++++++++++++------
 drivers/nvme/host/nvme.h       |  1 +
 drivers/nvme/host/pci.c        | 19 +++++++++++---
 drivers/nvme/host/tcp.c        |  7 +++---
 drivers/nvme/target/loop.c     | 13 ++++++++++
 drivers/nvme/target/passthru.c |  6 ++---
 drivers/nvme/target/rdma.c     | 56 ++++++++++++++++++++----------------------
 include/uapi/linux/ublk_cmd.h  |  8 +++++-
 16 files changed, 152 insertions(+), 98 deletions(-)

-- 
Jens Axboe


             reply	other threads:[~2024-10-18 18:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-18 18:02 Jens Axboe [this message]
2024-10-18 22:57 ` [GIT PULL] Block fixes for 6.12-rc4 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=72c65a83-f629-45ed-b9b9-bc3efd88e86b@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