2020-09-01 08:51:18

by Stephen Rothwell

[permalink] [raw]
Subject: linux-next: Fixes tag needs some work in the arc-current tree

Hi all,

In commit

7000c9462d1b ("arc: fix memory initialization for systems with two memory banks")

Fixes tag

Fixes: 51930df5801e ("mm: free_area_init: allow defining max_zone_pfn in descend ing order")

has these problem(s):

- Subject does not match target commit subject
Just use
git log -1 --format='Fixes: %h ("%s")'

--
Cheers,
Stephen Rothwell


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

2020-09-01 09:14:24

by Mike Rapoport

[permalink] [raw]
Subject: Re: linux-next: Fixes tag needs some work in the arc-current tree

On Tue, Sep 01, 2020 at 06:49:28PM +1000, Stephen Rothwell wrote:
> Hi all,
>
> In commit
>
> 7000c9462d1b ("arc: fix memory initialization for systems with two memory banks")
>
> Fixes tag
>
> Fixes: 51930df5801e ("mm: free_area_init: allow defining max_zone_pfn in descend ing order")

It's line rewrapping: ^

>
> has these problem(s):
>
> - Subject does not match target commit subject
> Just use
> git log -1 --format='Fixes: %h ("%s")'
>
> --
> Cheers,
> Stephen Rothwell

--
Sincerely yours,
Mike.

2020-09-01 11:52:46

by Stephen Rothwell

[permalink] [raw]
Subject: Re: linux-next: Fixes tag needs some work in the arc-current tree

Hi Mike,

On Tue, 1 Sep 2020 12:13:08 +0300 Mike Rapoport <[email protected]> wrote:
>
> On Tue, Sep 01, 2020 at 06:49:28PM +1000, Stephen Rothwell wrote:
> >
> > In commit
> >
> > 7000c9462d1b ("arc: fix memory initialization for systems with two memory banks")
> >
> > Fixes tag
> >
> > Fixes: 51930df5801e ("mm: free_area_init: allow defining max_zone_pfn in descend ing order")
>
> It's line rewrapping: ^

Yeah, wrapped and then unwrapped with an extra space :-(

--
Cheers,
Stephen Rothwell


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

2020-09-01 18:27:02

by Vineet Gupta

[permalink] [raw]
Subject: Re: linux-next: Fixes tag needs some work in the arc-current tree

On 9/1/20 4:36 AM, Stephen Rothwell wrote:
> Hi Mike,
>
> On Tue, 1 Sep 2020 12:13:08 +0300 Mike Rapoport <[email protected]> wrote:
>> On Tue, Sep 01, 2020 at 06:49:28PM +1000, Stephen Rothwell wrote:
>>> In commit
>>>
>>> 7000c9462d1b ("arc: fix memory initialization for systems with two memory banks")
>>>
>>> Fixes tag
>>>
>>> Fixes: 51930df5801e ("mm: free_area_init: allow defining max_zone_pfn in descend ing order")
>> It's line rewrapping: ^
> Yeah, wrapped and then unwrapped with an extra space :-(

Its vim's doing. Now fixed and pushed !

Thx,
-Vineet