mbox series

[GIT,PULL] md-fixes 20231120

Message ID 763FACE7-AF11-4A42-AA5D-5AC8AF1FCE75@fb.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] md-fixes 20231120 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/song/md.git tags/md-fixes-20231120

Message

Song Liu Nov. 20, 2023, 4:34 p.m. UTC
Hi Jens, 

Please consider pulling the following change for md-fixes on top of your 
block-6.7 branch. It fixes the regression reported in [1]. 

Thanks,
Song

[1] https://lore.kernel.org/regressions/5727380.DvuYhMxLoT@bvd0/


The following changes since commit e63a57303599b17290cd8bc48e6f20b24289a8bc:

  blk-cgroup: bypass blkcg_deactivate_policy after destroying (2023-11-17 10:48:58 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/song/md.git tags/md-fixes-20231120

for you to fetch changes up to 45b478951b2ba5aea70b2850c49c1aa83aedd0d2:

  md: fix bi_status reporting in md_end_clone_io (2023-11-19 20:51:25 -0800)

----------------------------------------------------------------
Song Liu (1):
      md: fix bi_status reporting in md_end_clone_io

 drivers/md/md.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Comments

Jens Axboe Nov. 20, 2023, 4:46 p.m. UTC | #1
On 11/20/23 9:34 AM, Song Liu wrote:
> Hi Jens, 
> 
> Please consider pulling the following change for md-fixes on top of your 
> block-6.7 branch. It fixes the regression reported in [1]. 

Pulled, thanks.