mbox series

[GIT,PULL] md-6.14 20250116

Message ID 5A8F7169-012D-4D1F-A2AD-1C95393EC900@fb.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] md-6.14 20250116 | expand

Pull-request

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

Message

Song Liu Jan. 16, 2025, 6:38 p.m. UTC
Hi Jens, 

Please consider pulling the following fix for md-6.14 on top of your
for-6.14/block branch. This patch, by Dan Carpenter, fixes an error
handling in md-linear. 

Thanks,
Song



The following changes since commit 3d9a9e9a77c5ebecda43b514f2b9659644b904d0:

  block: limit disk max sectors to (LLONG_MAX >> 9) (2025-01-15 15:46:56 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 62c552070a980363d55a6082b432ebd1cade7a6e:

  md/md-linear: Fix a NULL vs IS_ERR() bug in linear_add() (2025-01-16 09:31:25 -0800)

----------------------------------------------------------------
Dan Carpenter (1):
      md/md-linear: Fix a NULL vs IS_ERR() bug in linear_add()

 drivers/md/md-linear.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Jens Axboe Jan. 16, 2025, 9:43 p.m. UTC | #1
On 1/16/25 11:38 AM, Song Liu wrote:
> Hi Jens, 
> 
> Please consider pulling the following fix for md-6.14 on top of your
> for-6.14/block branch. This patch, by Dan Carpenter, fixes an error
> handling in md-linear. 

Pulled, thanks.