* [GIT PULL] Block fixes for 6.14-rc6
@ 2025-03-07 14:25 Jens Axboe
2025-03-07 22:30 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Jens Axboe @ 2025-03-07 14:25 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-block@vger.kernel.org
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(-)
--
Jens Axboe
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-03-07 22:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-07 14:25 [GIT PULL] Block fixes for 6.14-rc6 Jens Axboe
2025-03-07 22:30 ` pr-tracker-bot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox