All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] md-fixes 20210610
@ 2021-06-10 21:29 Song Liu
  2021-06-10 22:32 ` Jens Axboe
  0 siblings, 1 reply; 4+ messages in thread
From: Song Liu @ 2021-06-10 21:29 UTC (permalink / raw)
  To: Jens Axboe, linux-raid; +Cc: Xiao Ni

Hi Jens, 

Please consider pulling the following fix on top of your block-5.13 branch. 
This fixes a NULL ptr deref with raid5-ppl. 

Thanks,
Song


The following changes since commit 41fe8d088e96472f63164e213de44ec77be69478:

  bcache: avoid oversized read request in cache missing code path (2021-06-08 15:06:03 -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 36fa858d50d9490332119cd19ca880ac06584c78:

  It needs to check offset array is NULL or not in async_xor_offs (2021-06-08 22:49:24 -0700)

----------------------------------------------------------------
Xiao Ni (1):
      It needs to check offset array is NULL or not in async_xor_offs

 crypto/async_tx/async_xor.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] md-fixes 20210610
  2021-06-10 21:29 [GIT PULL] md-fixes 20210610 Song Liu
@ 2021-06-10 22:32 ` Jens Axboe
  2021-06-11  2:53   ` Song Liu
  0 siblings, 1 reply; 4+ messages in thread
From: Jens Axboe @ 2021-06-10 22:32 UTC (permalink / raw)
  To: Song Liu, linux-raid; +Cc: Xiao Ni

On 6/10/21 3:29 PM, Song Liu wrote:
> Hi Jens, 
> 
> Please consider pulling the following fix on top of your block-5.13 branch. 
> This fixes a NULL ptr deref with raid5-ppl. 
> 
> Thanks,
> Song
> 
> 
> The following changes since commit 41fe8d088e96472f63164e213de44ec77be69478:
> 
>   bcache: avoid oversized read request in cache missing code path (2021-06-08 15:06:03 -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 36fa858d50d9490332119cd19ca880ac06584c78:
> 
>   It needs to check offset array is NULL or not in async_xor_offs (2021-06-08 22:49:24 -0700)
> 
> ----------------------------------------------------------------
> Xiao Ni (1):
>       It needs to check offset array is NULL or not in async_xor_offs

This commit message really needs to get rewritten, that's not a valid
subject for the commit.

Can you fix it up and resend?

-- 
Jens Axboe


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] md-fixes 20210610
  2021-06-10 22:32 ` Jens Axboe
@ 2021-06-11  2:53   ` Song Liu
  2021-06-11 17:56     ` Jens Axboe
  0 siblings, 1 reply; 4+ messages in thread
From: Song Liu @ 2021-06-11  2:53 UTC (permalink / raw)
  To: Jens Axboe; +Cc: linux-raid, Xiao Ni



> On Jun 10, 2021, at 3:32 PM, Jens Axboe <axboe@kernel.dk> wrote:
> 
> On 6/10/21 3:29 PM, Song Liu wrote:
>> Hi Jens, 
>> 
>> Please consider pulling the following fix on top of your block-5.13 branch. 
>> This fixes a NULL ptr deref with raid5-ppl. 
>> 
>> Thanks,
>> Song
>> 
>> 
>> The following changes since commit 41fe8d088e96472f63164e213de44ec77be69478:
>> 
>>  bcache: avoid oversized read request in cache missing code path (2021-06-08 15:06:03 -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 36fa858d50d9490332119cd19ca880ac06584c78:
>> 
>>  It needs to check offset array is NULL or not in async_xor_offs (2021-06-08 22:49:24 -0700)
>> 
>> ----------------------------------------------------------------
>> Xiao Ni (1):
>>      It needs to check offset array is NULL or not in async_xor_offs
> 
> This commit message really needs to get rewritten, that's not a valid
> subject for the commit.
> 
> Can you fix it up and resend?

I am sorry for this problem. Please consider pulling the updated version
below:

The following changes since commit 41fe8d088e96472f63164e213de44ec77be69478:

  bcache: avoid oversized read request in cache missing code path (2021-06-08 15:06:03 -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 9be148e408df7d361ec5afd6299b7736ff3928b0:

  async_xor: check src_offs is not NULL before updating it (2021-06-10 19:40:14 -0700)

----------------------------------------------------------------
Xiao Ni (1):
      async_xor: check src_offs is not NULL before updating it

 crypto/async_tx/async_xor.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


Thanks,
Song


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] md-fixes 20210610
  2021-06-11  2:53   ` Song Liu
@ 2021-06-11 17:56     ` Jens Axboe
  0 siblings, 0 replies; 4+ messages in thread
From: Jens Axboe @ 2021-06-11 17:56 UTC (permalink / raw)
  To: Song Liu; +Cc: linux-raid, Xiao Ni

On 6/10/21 8:53 PM, Song Liu wrote:
> 
> 
>> On Jun 10, 2021, at 3:32 PM, Jens Axboe <axboe@kernel.dk> wrote:
>>
>> On 6/10/21 3:29 PM, Song Liu wrote:
>>> Hi Jens, 
>>>
>>> Please consider pulling the following fix on top of your block-5.13 branch. 
>>> This fixes a NULL ptr deref with raid5-ppl. 
>>>
>>> Thanks,
>>> Song
>>>
>>>
>>> The following changes since commit 41fe8d088e96472f63164e213de44ec77be69478:
>>>
>>>  bcache: avoid oversized read request in cache missing code path (2021-06-08 15:06:03 -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 36fa858d50d9490332119cd19ca880ac06584c78:
>>>
>>>  It needs to check offset array is NULL or not in async_xor_offs (2021-06-08 22:49:24 -0700)
>>>
>>> ----------------------------------------------------------------
>>> Xiao Ni (1):
>>>      It needs to check offset array is NULL or not in async_xor_offs
>>
>> This commit message really needs to get rewritten, that's not a valid
>> subject for the commit.
>>
>> Can you fix it up and resend?
> 
> I am sorry for this problem. Please consider pulling the updated version
> below:
> 
> The following changes since commit 41fe8d088e96472f63164e213de44ec77be69478:
> 
>   bcache: avoid oversized read request in cache missing code path (2021-06-08 15:06:03 -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 9be148e408df7d361ec5afd6299b7736ff3928b0:
> 
>   async_xor: check src_offs is not NULL before updating it (2021-06-10 19:40:14 -0700)
> 
> ----------------------------------------------------------------
> Xiao Ni (1):
>       async_xor: check src_offs is not NULL before updating it
> 
>  crypto/async_tx/async_xor.c | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)

Pulled, thanks.

-- 
Jens Axboe


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-06-11 17:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-10 21:29 [GIT PULL] md-fixes 20210610 Song Liu
2021-06-10 22:32 ` Jens Axboe
2021-06-11  2:53   ` Song Liu
2021-06-11 17:56     ` Jens Axboe

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.