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(-)