All of lore.kernel.org
 help / color / mirror / Atom feed
* linux-next: Fixes tag needs some work in the arc-current tree
@ 2022-04-18 20:40 Stephen Rothwell
  2022-04-19 16:47 ` Vineet Gupta
  0 siblings, 1 reply; 9+ messages in thread
From: Stephen Rothwell @ 2022-04-18 20:40 UTC (permalink / raw)
  To: Vineet Gupta
  Cc: Rolf Eike Beer, Linux Kernel Mailing List, Linux Next Mailing List

[-- Attachment #1: Type: text/plain, Size: 484 bytes --]

Hi all,

In commit

  a20aadab6ad6 ("arc: drop definitions of pgd_index() and pgd_offset{, _k}() entirely")

Fixes tag

  Fixes: 974b9b2c68f ("mm: consolidate pte_index() and pte_offset_*() definitions")

has these problem(s):

  - SHA1 should be at least 12 digits long
    This can be fixed for the future by setting core.abbrev to 12 (or
    more) or (for git v2.11 or later) just making sure it is not set
    (or set to "auto").

-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

* Re: linux-next: Fixes tag needs some work in the arc-current tree
  2022-04-18 20:40 linux-next: Fixes tag needs some work in the arc-current tree Stephen Rothwell
@ 2022-04-19 16:47 ` Vineet Gupta
  0 siblings, 0 replies; 9+ messages in thread
From: Vineet Gupta @ 2022-04-19 16:47 UTC (permalink / raw)
  To: Stephen Rothwell, Vineet Gupta
  Cc: Rolf Eike Beer, Linux Kernel Mailing List, Linux Next Mailing List

Hi Stephen,

On 4/18/22 13:40, Stephen Rothwell wrote:
> Hi all,
>
> In commit
>
>    a20aadab6ad6 ("arc: drop definitions of pgd_index() and pgd_offset{, _k}() entirely")
>
> Fixes tag
>
>    Fixes: 974b9b2c68f ("mm: consolidate pte_index() and pte_offset_*() definitions")
>
> has these problem(s):
>
>    - SHA1 should be at least 12 digits long
>      This can be fixed for the future by setting core.abbrev to 12 (or
>      more) or (for git v2.11 or later) just making sure it is not set
>      (or set to "auto").

I've fixed this and pushed.

Thx,
-Vineet

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

* Re: linux-next: Fixes tag needs some work in the arc-current tree
  2020-09-01 11:36   ` Stephen Rothwell
@ 2020-09-01 18:25     ` Vineet Gupta
  0 siblings, 0 replies; 9+ messages in thread
From: Vineet Gupta @ 2020-09-01 18:25 UTC (permalink / raw)
  To: Stephen Rothwell, Mike Rapoport
  Cc: Linux Next Mailing List, Linux Kernel Mailing List

On 9/1/20 4:36 AM, Stephen Rothwell wrote:
> Hi Mike,
>
> On Tue, 1 Sep 2020 12:13:08 +0300 Mike Rapoport <rppt@linux.ibm.com> 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

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

* Re: linux-next: Fixes tag needs some work in the arc-current tree
  2020-09-01  9:13 ` Mike Rapoport
@ 2020-09-01 11:36   ` Stephen Rothwell
  2020-09-01 18:25     ` Vineet Gupta
  0 siblings, 1 reply; 9+ messages in thread
From: Stephen Rothwell @ 2020-09-01 11:36 UTC (permalink / raw)
  To: Mike Rapoport
  Cc: Vineet Gupta, Linux Next Mailing List, Linux Kernel Mailing List

[-- Attachment #1: Type: text/plain, Size: 593 bytes --]

Hi Mike,

On Tue, 1 Sep 2020 12:13:08 +0300 Mike Rapoport <rppt@linux.ibm.com> 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

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

* Re: linux-next: Fixes tag needs some work in the arc-current tree
  2020-09-01  8:49 Stephen Rothwell
@ 2020-09-01  9:13 ` Mike Rapoport
  2020-09-01 11:36   ` Stephen Rothwell
  0 siblings, 1 reply; 9+ messages in thread
From: Mike Rapoport @ 2020-09-01  9:13 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: Vineet Gupta, Linux Next Mailing List, Linux Kernel Mailing List

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.

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

* linux-next: Fixes tag needs some work in the arc-current tree
@ 2020-09-01  8:49 Stephen Rothwell
  2020-09-01  9:13 ` Mike Rapoport
  0 siblings, 1 reply; 9+ messages in thread
From: Stephen Rothwell @ 2020-09-01  8:49 UTC (permalink / raw)
  To: Vineet Gupta
  Cc: Linux Next Mailing List, Linux Kernel Mailing List, Mike Rapoport

[-- Attachment #1: Type: text/plain, Size: 386 bytes --]

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

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

* linux-next: Fixes tag needs some work in the arc-current tree
@ 2019-01-17 20:56 Stephen Rothwell
  0 siblings, 0 replies; 9+ messages in thread
From: Stephen Rothwell @ 2019-01-17 20:56 UTC (permalink / raw)
  To: Vineet Gupta
  Cc: Linux Next Mailing List, Linux Kernel Mailing List, Eugeniy Paltsev

[-- Attachment #1: Type: text/plain, Size: 342 bytes --]

Hi Vineet,

Commit

  8bfa90f936b3 ("ARC: adjust memblock_reserve of kernel memory")

Fixes tag

  Fixes: 9ed68785f7f2b2b ("ARC: mm: Decouple RAM base address from kernel link addr")

has these problem:

  - Target SHA1 does not exist

Looks like the "2b" on the end was repeasted accidentally.
-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

* Re: linux-next: Fixes tag needs some work in the arc-current tree
  2019-01-17 20:32 Stephen Rothwell
@ 2019-01-17 20:52 ` Vineet Gupta
  0 siblings, 0 replies; 9+ messages in thread
From: Vineet Gupta @ 2019-01-17 20:52 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: Linux Next Mailing List, Linux Kernel Mailing List, Eugeniy Paltsev

On 1/17/19 12:33 PM, Stephen Rothwell wrote:
> Hi Vineet,
>
> Commit
>
>   8e542d2a28c9 ("ARC: adjust memblock_reserve of kernel memory")
>
> Fixes tag
>
>   Fixes: 9ed68785f7f ("ARC: mm: Decouple RAM base address from kernel link addr")
>
> has these problems:
>
>   - SHA1 should be at least 12 digits long
>

Thx for the report Stephen. Now fixed and pushed !

-Vineet

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

* linux-next: Fixes tag needs some work in the arc-current tree
@ 2019-01-17 20:32 Stephen Rothwell
  2019-01-17 20:52 ` Vineet Gupta
  0 siblings, 1 reply; 9+ messages in thread
From: Stephen Rothwell @ 2019-01-17 20:32 UTC (permalink / raw)
  To: Vineet Gupta
  Cc: Linux Next Mailing List, Linux Kernel Mailing List, Eugeniy Paltsev

[-- Attachment #1: Type: text/plain, Size: 291 bytes --]

Hi Vineet,

Commit

  8e542d2a28c9 ("ARC: adjust memblock_reserve of kernel memory")

Fixes tag

  Fixes: 9ed68785f7f ("ARC: mm: Decouple RAM base address from kernel link addr")

has these problems:

  - SHA1 should be at least 12 digits long

-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

end of thread, other threads:[~2022-04-19 16:53 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-18 20:40 linux-next: Fixes tag needs some work in the arc-current tree Stephen Rothwell
2022-04-19 16:47 ` Vineet Gupta
  -- strict thread matches above, loose matches on Subject: below --
2020-09-01  8:49 Stephen Rothwell
2020-09-01  9:13 ` Mike Rapoport
2020-09-01 11:36   ` Stephen Rothwell
2020-09-01 18:25     ` Vineet Gupta
2019-01-17 20:56 Stephen Rothwell
2019-01-17 20:32 Stephen Rothwell
2019-01-17 20:52 ` Vineet Gupta

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.