mbox series

[0/2] bcache fixes for Linux v5.18-rc3

Message ID 20220419160425.4148-1-colyli@suse.de (mailing list archive)
Headers show
Series bcache fixes for Linux v5.18-rc3 | expand

Message

Coly Li April 19, 2022, 4:04 p.m. UTC
Hi Jens,

There are two regressions introduced in the generic block layer changes
from Linux v5.18-rc1. Both of them may panic the kernel, please take
them for -rc4.

Thanks in advance.

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

Comments

Jens Axboe April 19, 2022, 5:28 p.m. UTC | #1
On Wed, 20 Apr 2022 00:04:23 +0800, Coly Li wrote:
> There are two regressions introduced in the generic block layer changes
> from Linux v5.18-rc1. Both of them may panic the kernel, please take
> them for -rc4.
> 
> Thanks in advance.
> 
> Coly Li
> 
> [...]

Applied, thanks!

[1/2] bcache: put bch_bio_map() back to correct location in journal_write_unlocked()
      commit: ff2695e52c9936febf65aa36a1769881da71bec5
[2/2] bcache: fix wrong bdev parameter when calling bio_alloc_clone() in do_bio_hook()
      commit: 9dca4168a37c9cfe182f077f0d2289292e9e3656

Best regards,
Christoph Hellwig April 20, 2022, 4:39 a.m. UTC | #2
Looks good:

Reviewed-by: Christoph Hellwig <hch@lst.de>