mbox series

[GIT,PULL] md-6.14-20250218

Message ID 20250220031941.3274042-1-yukuai1@huaweicloud.com (mailing list archive)
State New
Headers show
Series [GIT,PULL] md-6.14-20250218 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/mdraid/linux.git tags/md-6.14-20250218

Message

Yu Kuai Feb. 20, 2025, 3:19 a.m. UTC
Hi Jens,

Please consider pulling the following fix on top of your block-6.14
branch. This patch, by Bart Van Assche, fixes queue limits error
handling for raid0, raid1 and raid10.

Thanks,
Kuai

The following changes since commit 96b531f9bb0da924299d1850bb9b2911f5c0c50a:

  Merge tag 'md-6.14-20250206' of https://git.kernel.org/pub/scm/linux/kernel/git/mdraid/linux into block-6.14 (2025-02-07 07:23:03 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/mdraid/linux.git tags/md-6.14-20250218

for you to fetch changes up to fbe8f2fa971c537571994a0df532c511c4fb5537:

  md/raid*: Fix the set_queue_limits implementations (2025-02-14 01:29:33 +0800)

----------------------------------------------------------------
Bart Van Assche (1):
      md/raid*: Fix the set_queue_limits implementations

 drivers/md/raid0.c  | 4 +---
 drivers/md/raid1.c  | 4 +---
 drivers/md/raid10.c | 4 +---
 3 files changed, 3 insertions(+), 9 deletions(-)

Comments

Jens Axboe Feb. 20, 2025, 2:52 p.m. UTC | #1
On 2/19/25 8:19 PM, Yu Kuai wrote:
> Hi Jens,
> 
> Please consider pulling the following fix on top of your block-6.14
> branch. This patch, by Bart Van Assche, fixes queue limits error
> handling for raid0, raid1 and raid10.

Pulled, thanks.