All of lore.kernel.org
 help / color / mirror / Atom feed
* linux-next: Fixes tags need some work in the mtd-fixes tree
@ 2022-01-23 20:28 Stephen Rothwell
  2022-01-24 11:52 ` Ansuel Smith
  0 siblings, 1 reply; 3+ messages in thread
From: Stephen Rothwell @ 2022-01-23 20:28 UTC (permalink / raw)
  To: Boris Brezillon
  Cc: Ansuel Smith, Miquel Raynal, Miaoqian Lin,
	Linux Kernel Mailing List, Linux Next Mailing List

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

Hi all,

In commit

  2b3d77cb5ce3 ("mtd: parsers: qcom: Fix kernel panic on skipped partition")

Fixes tag

  Fixes: 803eb12 ("mtd: parsers: Add Qcom SMEM parser")

has these problem(s):

  - SHA1 should be at least 12 digits long
    Can be fixed in the futrure 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").

In commit

  7815173a7ccb ("mtd: rawnand: ingenic: Fix missing put_device in ingenic_ecc_get")

Fixes tag

  Fixes: 15de8c6 ("mtd: rawnand: ingenic: Separate top-level and SoC specific code")

has these problem(s):

  - SHA1 should be at least 12 digits long
    Can be fixed in the futrure 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] 3+ messages in thread

* Re: linux-next: Fixes tags need some work in the mtd-fixes tree
  2022-01-23 20:28 linux-next: Fixes tags need some work in the mtd-fixes tree Stephen Rothwell
@ 2022-01-24 11:52 ` Ansuel Smith
  2022-01-25  9:33   ` Miquel Raynal
  0 siblings, 1 reply; 3+ messages in thread
From: Ansuel Smith @ 2022-01-24 11:52 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: Boris Brezillon, Miquel Raynal, Miaoqian Lin,
	Linux Kernel Mailing List, Linux Next Mailing List

On Mon, Jan 24, 2022 at 07:28:00AM +1100, Stephen Rothwell wrote:
> Hi all,
> 
> In commit
> 
>   2b3d77cb5ce3 ("mtd: parsers: qcom: Fix kernel panic on skipped partition")
> 
> Fixes tag
> 
>   Fixes: 803eb12 ("mtd: parsers: Add Qcom SMEM parser")
> 
> has these problem(s):
> 
>   - SHA1 should be at least 12 digits long
>     Can be fixed in the futrure 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").
> 
> In commit
> 
>   7815173a7ccb ("mtd: rawnand: ingenic: Fix missing put_device in ingenic_ecc_get")
> 
> Fixes tag
> 
>   Fixes: 15de8c6 ("mtd: rawnand: ingenic: Separate top-level and SoC specific code")
> 
> has these problem(s):
> 
>   - SHA1 should be at least 12 digits long
>     Can be fixed in the futrure 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

Hi, sorry for the mistake. I wrongly copied the Fixes tag from a prev
commit. Should I resend the series with the correct fixes? 

-- 
	Ansuel

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

* Re: linux-next: Fixes tags need some work in the mtd-fixes tree
  2022-01-24 11:52 ` Ansuel Smith
@ 2022-01-25  9:33   ` Miquel Raynal
  0 siblings, 0 replies; 3+ messages in thread
From: Miquel Raynal @ 2022-01-25  9:33 UTC (permalink / raw)
  To: Ansuel Smith
  Cc: Stephen Rothwell, Boris Brezillon, Miaoqian Lin,
	Linux Kernel Mailing List, Linux Next Mailing List

Hello,

ansuelsmth@gmail.com wrote on Mon, 24 Jan 2022 12:52:12 +0100:

> On Mon, Jan 24, 2022 at 07:28:00AM +1100, Stephen Rothwell wrote:
> > Hi all,
> > 
> > In commit
> > 
> >   2b3d77cb5ce3 ("mtd: parsers: qcom: Fix kernel panic on skipped partition")
> > 
> > Fixes tag
> > 
> >   Fixes: 803eb12 ("mtd: parsers: Add Qcom SMEM parser")
> > 
> > has these problem(s):
> > 
> >   - SHA1 should be at least 12 digits long
> >     Can be fixed in the futrure 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").
> > 
> > In commit
> > 
> >   7815173a7ccb ("mtd: rawnand: ingenic: Fix missing put_device in ingenic_ecc_get")
> > 
> > Fixes tag
> > 
> >   Fixes: 15de8c6 ("mtd: rawnand: ingenic: Separate top-level and SoC specific code")
> > 
> > has these problem(s):
> > 
> >   - SHA1 should be at least 12 digits long
> >     Can be fixed in the futrure 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  
> 
> Hi, sorry for the mistake. I wrongly copied the Fixes tag from a prev
> commit. Should I resend the series with the correct fixes?

Hey Stefan, thanks for the warnings.

Ansuel, Miaoquian, I've fixed the tags inline, don't forget to fix your
tooling for the next time ;)

Thanks,
Miquèl

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

end of thread, other threads:[~2022-01-25  9:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-23 20:28 linux-next: Fixes tags need some work in the mtd-fixes tree Stephen Rothwell
2022-01-24 11:52 ` Ansuel Smith
2022-01-25  9:33   ` Miquel Raynal

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.