mbox series

[GIT,PULL] md-fixes 20220615

Message ID 91D222B9-E849-4518-86FA-5D7D3A3DA773@fb.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] md-fixes 20220615 | expand

Pull-request

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

Message

Song Liu June 15, 2022, 5:48 p.m. UTC
Hi Jens, 

Please consider pulling the following fixes on top of your block-5.19 branch.

Thanks,
Song


The following changes since commit 2396e958c816960d445ecbbadd064abc929402d3:

  Merge tag 'nvme-5.19-2022-06-15' of git://git.infradead.org/nvme into block-5.19 (2022-06-15 09:39:05 -0600)

are available in the Git repository at:

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

for you to fetch changes up to f34fdcd4a0e7a0b92340ad7e48e7bcff9393fab5:

  md/raid5-ppl: Fix argument order in bio_alloc_bioset() (2022-06-15 10:32:48 -0700)

----------------------------------------------------------------
Guoqing Jiang (1):
      Revert "md: don't unregister sync_thread with reconfig_mutex held"

Logan Gunthorpe (1):
      md/raid5-ppl: Fix argument order in bio_alloc_bioset()

 drivers/md/dm-raid.c   |  2 +-
 drivers/md/md.c        | 14 +++++---------
 drivers/md/md.h        |  2 +-
 drivers/md/raid5-ppl.c |  4 ++--
 4 files changed, 9 insertions(+), 13 deletions(-)

Comments

Jens Axboe June 15, 2022, 5:56 p.m. UTC | #1
On 6/15/22 11:48 AM, Song Liu wrote:
> Hi Jens, 
> 
> Please consider pulling the following fixes on top of your block-5.19 branch.

Pulled, thanks.