[PATCH 0/2] md/md-llbimtap: fix two corner case problems

Yu Kuai posted 2 patches 2 weeks ago
drivers/md/md-llbitmap.c | 4 +++-
drivers/md/raid5.c       | 7 ++++++-
2 files changed, 9 insertions(+), 2 deletions(-)
[PATCH 0/2] md/md-llbimtap: fix two corner case problems
Posted by Yu Kuai 2 weeks ago
Yu Kuai (2):
  md/raid5: fix IO hang with degraded array with llbitmap
  md/md-llbitmap: fix percpu_ref not resurrected on suspend timeout

 drivers/md/md-llbitmap.c | 4 +++-
 drivers/md/raid5.c       | 7 ++++++-
 2 files changed, 9 insertions(+), 2 deletions(-)

-- 
2.51.0
Re: [PATCH 0/2] md/md-llbimtap: fix two corner case problems
Posted by Jens Axboe 1 week, 6 days ago
On 1/23/26 11:26 AM, Yu Kuai wrote:
> Yu Kuai (2):
>   md/raid5: fix IO hang with degraded array with llbitmap
>   md/md-llbitmap: fix percpu_ref not resurrected on suspend timeout
> 
>  drivers/md/md-llbitmap.c | 4 +++-
>  drivers/md/raid5.c       | 7 ++++++-
>  2 files changed, 9 insertions(+), 2 deletions(-)

Is this just for review, or do you want them picked up off the list
too?

Both look fine to me, fwiw.

-- 
Jens Axboe
Re: [PATCH 0/2] md/md-llbimtap: fix two corner case problems
Posted by Yu Kuai 1 week, 6 days ago
Hi,

在 2026/1/24 11:38, Jens Axboe 写道:
> On 1/23/26 11:26 AM, Yu Kuai wrote:
>> Yu Kuai (2):
>>    md/raid5: fix IO hang with degraded array with llbitmap
>>    md/md-llbitmap: fix percpu_ref not resurrected on suspend timeout
>>
>>   drivers/md/md-llbitmap.c | 4 +++-
>>   drivers/md/raid5.c       | 7 ++++++-
>>   2 files changed, 9 insertions(+), 2 deletions(-)
> Is this just for review, or do you want them picked up off the list
> too?
>
> Both look fine to me, fwiw.

I'll send a pull request soon.

Sorry for the noise, I used the wrong script that is used to send pull
request for this set.

>
-- 
Thansk,
Kuai