mbox series

[GIT,PULL] Block fixes for 6.14-rc5

Message ID e7425917-0e60-4c84-a6d0-8dd967a0d8a4@kernel.dk (mailing list archive)
State New
Headers show
Series [GIT,PULL] Block fixes for 6.14-rc5 | expand

Pull-request

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

Checks

Context Check Description
shin/vmtest-for-next-PR fail merge-conflict

Message

Jens Axboe Feb. 28, 2025, 2:12 p.m. UTC
Hi Linus,

A few fixes that should go into the 6.14 kernel release. This pull
request contains:

- Fix plugging for native zone writes

- Fix segment limit settings for != 4K page size archs

- Fix for slab names overflowing

Please pull!


The following changes since commit 70550442f28eba83b3e659618bba2b64eb91575f:

  Merge tag 'nvme-6.14-2025-02-20' of git://git.infradead.org/nvme into block-6.14 (2025-02-20 17:43:59 -0700)

are available in the Git repository at:

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

for you to fetch changes up to b654f7a51ffb386131de42aa98ed831f8c126546:

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

----------------------------------------------------------------
block-6.14-20250228

----------------------------------------------------------------
Damien Le Moal (1):
      block: Remove zone write plugs when handling native zone append writes

Ming Lei (2):
      block: make segment size limit workable for > 4K PAGE_SIZE
      block: fix 'kmem_cache of name 'bio-108' already exists'

 block/bio.c            |  2 +-
 block/blk-merge.c      |  2 +-
 block/blk-settings.c   | 14 ++++++++--
 block/blk-zoned.c      | 76 +++++++++++++++++++++++++++++++++++++++++++++-----
 block/blk.h            |  9 ++++--
 include/linux/blkdev.h |  8 ++++--
 6 files changed, 94 insertions(+), 17 deletions(-)

Comments

pr-tracker-bot@kernel.org Feb. 28, 2025, 5:49 p.m. UTC | #1
The pull request you sent on Fri, 28 Feb 2025 07:12:18 -0700:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/276f98efb64a2c31c099465ace78d3054c662a0f

Thank you!