Hi Linus, Just two small regression fixes for bcache. Please pull! The following changes since commit 89a2ee91edd9c555c59e4d38dc54b99141632cc2: Merge tag 'nvme-5.18-2022-04-15' of git://git.infradead.org/nvme into block-5.18 (2022-04-15 06:33:49 -0600) are available in the Git repository at: git://git.kernel.dk/linux-block.git tags/block-5.18-2022-04-22 for you to fetch changes up to 9dca4168a37c9cfe182f077f0d2289292e9e3656: bcache: fix wrong bdev parameter when calling bio_alloc_clone() in do_bio_hook() (2022-04-19 11:28:17 -0600) ---------------------------------------------------------------- block-5.18-2022-04-22 ---------------------------------------------------------------- Coly Li (2): bcache: put bch_bio_map() back to correct location in journal_write_unlocked() bcache: fix wrong bdev parameter when calling bio_alloc_clone() in do_bio_hook() drivers/md/bcache/journal.c | 2 +- drivers/md/bcache/request.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -- Jens Axboe