[PATCH v2 0/3] A couple more bug fixes

Logan Gunthorpe posted 3 patches 3 years, 6 months ago
drivers/md/md.c    | 1 -
drivers/md/raid5.c | 5 ++++-
2 files changed, 4 insertions(+), 2 deletions(-)
[PATCH v2 0/3] A couple more bug fixes
Posted by Logan Gunthorpe 3 years, 6 months ago
Hey,

The first two patches are a resend of the two sent earlier with tags
collected and a couple minor typos fixed.

The third patch fixes the deadlock issue I brought up in another email.

These patches are based on the current md/md-next branch (526bd69b9d3).

Thanks,

Logan

--

David Sloan (1):
  md/raid5: Remove unnecessary bio_put() in raid5_read_one_chunk()

Logan Gunthorpe (2):
  md: Remove extra mddev_get() in md_seq_start()
  md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5d

 drivers/md/md.c    | 1 -
 drivers/md/raid5.c | 5 ++++-
 2 files changed, 4 insertions(+), 2 deletions(-)


base-commit: 526bd69b9d330eed1db59b2cf6a7d18caf866847
--
2.30.2
Re: [PATCH v2 0/3] A couple more bug fixes
Posted by Song Liu 3 years, 6 months ago
On Thu, Sep 8, 2022 at 9:15 AM Logan Gunthorpe <logang@deltatee.com> wrote:
>
> Hey,
>
> The first two patches are a resend of the two sent earlier with tags
> collected and a couple minor typos fixed.
>
> The third patch fixes the deadlock issue I brought up in another email.
>
> These patches are based on the current md/md-next branch (526bd69b9d3).
>
> Thanks,
>
> Logan

Applied to md-next. Thanks!

Song

>
> --
>
> David Sloan (1):
>   md/raid5: Remove unnecessary bio_put() in raid5_read_one_chunk()
>
> Logan Gunthorpe (2):
>   md: Remove extra mddev_get() in md_seq_start()
>   md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5d
>
>  drivers/md/md.c    | 1 -
>  drivers/md/raid5.c | 5 ++++-
>  2 files changed, 4 insertions(+), 2 deletions(-)
>
>
> base-commit: 526bd69b9d330eed1db59b2cf6a7d18caf866847
> --
> 2.30.2