mbox series

[GIT,PULL] Block fixes for 5.18-rc4

Message ID 1dbe8c29-19a6-d03f-e693-502080707680@kernel.dk (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Block fixes for 5.18-rc4 | expand

Pull-request

git://git.kernel.dk/linux-block.git tags/block-5.18-2022-04-22

Message

Jens Axboe April 23, 2022, 2:18 a.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org April 23, 2022, 5:11 p.m. UTC | #1
The pull request you sent on Fri, 22 Apr 2022 20:18:08 -0600:

> git://git.kernel.dk/linux-block.git tags/block-5.18-2022-04-22

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/8467f9e34955c6923e0ed63b1c2dbbf1df70b908

Thank you!