2020-09-24 22:44:30

by Stephen Rothwell

[permalink] [raw]
Subject: linux-next: Signed-off-by missing for commits in the block tree

Hi all,

Commits

caec515ad9ed ("md/raid5: reallocate page array after setting new stripe_size")
6a4b2e201b37 ("md/raid5: resize stripe_head when reshape array")
1df3ccb18cf4 ("md/raid5: let multiple devices of stripe_head share page")
e56e7ebce809 ("md/raid6: let async recovery function support different page offset")
2b2059f32e20 ("md/raid6: let syndrome computor support different page offset")
f849daa2c23c ("md/raid5: convert to new xor compution interface")
4737539e07a3 ("md/raid5: add new xor function to support different page offset")
a5a1925b9a1a ("md/raid5: make async_copy_data() to support different page offset")

are missing a Signed-off-by from their committer.

--
Cheers,
Stephen Rothwell


Attachments:
(No filename) (499.00 B)
OpenPGP digital signature

2020-09-24 23:07:55

by Jens Axboe

[permalink] [raw]
Subject: Re: linux-next: Signed-off-by missing for commits in the block tree

On 9/24/20 4:40 PM, Stephen Rothwell wrote:
> Hi all,
>
> Commits
>
> caec515ad9ed ("md/raid5: reallocate page array after setting new stripe_size")
> 6a4b2e201b37 ("md/raid5: resize stripe_head when reshape array")
> 1df3ccb18cf4 ("md/raid5: let multiple devices of stripe_head share page")
> e56e7ebce809 ("md/raid6: let async recovery function support different page offset")
> 2b2059f32e20 ("md/raid6: let syndrome computor support different page offset")
> f849daa2c23c ("md/raid5: convert to new xor compution interface")
> 4737539e07a3 ("md/raid5: add new xor function to support different page offset")
> a5a1925b9a1a ("md/raid5: make async_copy_data() to support different page offset")
>
> are missing a Signed-off-by from their committer.

Song, I'm going to drop this series. Please re-do it and submit it again.

--
Jens Axboe

2020-09-24 23:10:39

by Song Liu

[permalink] [raw]
Subject: Re: linux-next: Signed-off-by missing for commits in the block tree



> On Sep 24, 2020, at 4:05 PM, Jens Axboe <[email protected]> wrote:
>
> On 9/24/20 4:40 PM, Stephen Rothwell wrote:
>> Hi all,
>>
>> Commits
>>
>> caec515ad9ed ("md/raid5: reallocate page array after setting new stripe_size")
>> 6a4b2e201b37 ("md/raid5: resize stripe_head when reshape array")
>> 1df3ccb18cf4 ("md/raid5: let multiple devices of stripe_head share page")
>> e56e7ebce809 ("md/raid6: let async recovery function support different page offset")
>> 2b2059f32e20 ("md/raid6: let syndrome computor support different page offset")
>> f849daa2c23c ("md/raid5: convert to new xor compution interface")
>> 4737539e07a3 ("md/raid5: add new xor function to support different page offset")
>> a5a1925b9a1a ("md/raid5: make async_copy_data() to support different page offset")
>>
>> are missing a Signed-off-by from their committer.
>
> Song, I'm going to drop this series. Please re-do it and submit it again.

I am really sorry for the trouble. Will fix it asap.

Song