mbox series

[GIT,PULL] Block fixes for 6.14-rc6

Message ID d14d2623-6d7c-46fd-865b-c2334439eee8@kernel.dk (mailing list archive)
State New
Headers show
Series [GIT,PULL] Block fixes for 6.14-rc6 | expand

Pull-request

git://git.kernel.dk/linux.git tags/block-6.14-20250306

Message

Jens Axboe March 7, 2025, 2:25 p.m. UTC
Hi Linus,

Set of block fixes that should go into the 6.14-rc6 kernel release. This
pull request contains:

- NVMe pull request via Keith
	- TCP use after free fix on polling (Sagi)
	- Controller memory buffer cleanup fixes (Icenowy)
	- Free leaking requests on bad user passthrough commands (Keith)
	- TCP error message fix (Maurizio)
	- TCP corruption fix on partial PDU (Maurizio)
	- TCP memory ordering fix for weakly ordered archs (Meir)
	- Type coercion fix on message error for TCP (Dan)

- Name the RQF flags enum, fixing issues with anon enums and BPF import
  of it.

- ublk parameter setting fix.

- GPT partition 7-bit conversion fix.

Please pull!


The following changes since commit b654f7a51ffb386131de42aa98ed831f8c126546:

  block: fix 'kmem_cache of name 'bio-108' already exists' (2025-02-28 07:06:42 -0700)

are available in the Git repository at:

  git://git.kernel.dk/linux.git tags/block-6.14-20250306

for you to fetch changes up to e7112524e5e885181cc5ae4d258f33b9dbe0b907:

  block: Name the RQF flags enum (2025-03-06 17:50:55 -0700)

----------------------------------------------------------------
block-6.14-20250306

----------------------------------------------------------------
Breno Leitao (1):
      block: Name the RQF flags enum

Dan Carpenter (1):
      nvme-tcp: fix signedness bug in nvme_tcp_init_connection()

Icenowy Zheng (2):
      nvme-pci: clean up CMBMSC when registering CMB fails
      nvme-pci: skip CMB blocks incompatible with PCI P2P DMA

Jens Axboe (1):
      Merge tag 'nvme-6.14-2025-03-05' of git://git.infradead.org/nvme into block-6.14

Keith Busch (1):
      nvme-ioctl: fix leaked requests on mapping error

Maurizio Lombardi (3):
      nvmet: remove old function prototype
      nvme-tcp: Fix a C2HTermReq error message
      nvme-tcp: fix potential memory corruption in nvme_tcp_recv_pdu()

Meir Elisha (1):
      nvmet-tcp: Fix a possible sporadic response drops in weakly ordered arch

Olivier Gayot (1):
      block: fix conversion of GPT partition name to 7-bit

Sagi Grimberg (1):
      nvme-tcp: fix possible UAF in nvme_tcp_poll

Uday Shankar (1):
      ublk: set_params: properly check if parameters can be applied

 block/partitions/efi.c      |  2 +-
 drivers/block/ublk_drv.c    |  7 +++++--
 drivers/nvme/host/ioctl.c   | 12 ++++++++----
 drivers/nvme/host/pci.c     | 21 +++++++++++++--------
 drivers/nvme/host/tcp.c     | 45 ++++++++++++++++++++++++++++++++++++---------
 drivers/nvme/target/nvmet.h |  1 -
 drivers/nvme/target/tcp.c   | 15 +++++++++++----
 include/linux/blk-mq.h      |  2 +-
 8 files changed, 75 insertions(+), 30 deletions(-)

Comments

pr-tracker-bot@kernel.org March 7, 2025, 10:30 p.m. UTC | #1
The pull request you sent on Fri, 7 Mar 2025 07:25:59 -0700:

> git://git.kernel.dk/linux.git tags/block-6.14-20250306

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/381af8d9f484c06d93e4a0b8459526e779b35a65

Thank you!