Hi Linus, Just a single fix for missing error propagation for an allocation failure in raid5. Please pull! The following changes since commit 957a2b345cbcf41b4b25d471229f0e35262f066c: block: fix missing blkcg_bio_issue_init (2022-07-14 10:54:49 -0600) are available in the Git repository at: git://git.kernel.dk/linux-block.git tags/block-5.19-2022-07-21 for you to fetch changes up to 82e094f7bd988c02df27f8c8d81af8f750660b2a: Merge branch 'md-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/song/md into block-5.19 (2022-07-19 12:42:33 -0600) ---------------------------------------------------------------- block-5.19-2022-07-21 ---------------------------------------------------------------- Dan Carpenter (1): md/raid5: missing error code in setup_conf() Jens Axboe (1): Merge branch 'md-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/song/md into block-5.19 drivers/md/raid5.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) -- Jens Axboe