mbox series

[GIT,PULL] md-next 20220726

Message ID 035EEBB9-EAF5-4D48-9836-70E1FDEE8F13@fb.com (mailing list archive)
State Not Applicable, archived
Headers show
Series [GIT,PULL] md-next 20220726 | expand

Pull-request

ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/song/md.git md-next

Message

Song Liu July 26, 2022, 10:27 p.m. UTC
Hi Jens,

Please consider the following changes for md-next on top of your 
for-5.20/drivers-post branch. The major change is

1. Refactoring md_alloc(), by Chrstioph. 

Thanks,
Song

The following changes since commit 2dc9e74e37124f1b43ea60157e5990fd490c6e8f:

  remove the sx8 block driver (2022-07-25 17:25:18 -0600)

are available in the Git repository at:

  ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/song/md.git md-next

for you to fetch changes up to 7a6f9e9cf1befa0a1578501966d3c9b0cae46727:

  md-raid10: fix KASAN warning (2022-07-26 10:04:45 -0700)

----------------------------------------------------------------
Christoph Hellwig (2):
      md: open code md_probe in autorun_devices
      md: return the allocated devices from md_alloc

Mikulas Patocka (2):
      md-raid: destroy the bitmap after destroying the thread
      md-raid10: fix KASAN warning

Yang Li (1):
      md: remove unneeded semicolon

 drivers/md/md-autodetect.c | 22 ++++++----------------
 drivers/md/md.c            | 58 ++++++++++++++++++++++++----------------------------------
 drivers/md/md.h            |  3 ++-
 drivers/md/raid10.c        |  5 ++++-
 4 files changed, 36 insertions(+), 52 deletions(-)

Comments

Jens Axboe July 26, 2022, 11:07 p.m. UTC | #1
On 7/26/22 4:27 PM, Song Liu wrote:
> Hi Jens,
> 
> Please consider the following changes for md-next on top of your 
> for-5.20/drivers-post branch. The major change is
> 
> 1. Refactoring md_alloc(), by Chrstioph. 
> 
> Thanks,
> Song
> 
> The following changes since commit 2dc9e74e37124f1b43ea60157e5990fd490c6e8f:
> 
>   remove the sx8 block driver (2022-07-25 17:25:18 -0600)
> 
> are available in the Git repository at:
> 
>   ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/song/md.git md-next

I fixed up Christoph's name and I think you used the wrong pull
location, used https://git.kernel.org/pub/scm/linux/kernel/git/song/md
md-next as per usual and the diffstats match up.
Song Liu July 26, 2022, 11:16 p.m. UTC | #2
On Tue, Jul 26, 2022 at 4:07 PM Jens Axboe <axboe@kernel.dk> wrote:
>
> On 7/26/22 4:27 PM, Song Liu wrote:
> > Hi Jens,
> >
> > Please consider the following changes for md-next on top of your
> > for-5.20/drivers-post branch. The major change is
> >
> > 1. Refactoring md_alloc(), by Chrstioph.
> >
> > Thanks,
> > Song
> >
> > The following changes since commit 2dc9e74e37124f1b43ea60157e5990fd490c6e8f:
> >
> >   remove the sx8 block driver (2022-07-25 17:25:18 -0600)
> >
> > are available in the Git repository at:
> >
> >   ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/song/md.git md-next
>
> I fixed up Christoph's name and I think you used the wrong pull
> location, used https://git.kernel.org/pub/scm/linux/kernel/git/song/md
> md-next as per usual and the diffstats match up.

I am really sorry for the mistakes. And thanks for the fix-up.

Song