linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* linux-next: Fixes tag needs some work in the pinctrl tree
@ 2019-06-26 13:50 Stephen Rothwell
  2019-06-26 14:10 ` Linus Walleij
  0 siblings, 1 reply; 37+ messages in thread
From: Stephen Rothwell @ 2019-06-26 13:50 UTC (permalink / raw)
  To: Linus Walleij
  Cc: Linux Next Mailing List, Linux Kernel Mailing List, Nicolas Boichat

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

Hi Linus,

In commit

  99fd24aa4a45 ("pinctrl: mediatek: Ignore interrupts that are wake only during resume")

Fixes tag

  Fixes: bf22ff45bed ("genirq: Avoid unnecessary low level irq function calls")

has these problem(s):

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

* Re: linux-next: Fixes tag needs some work in the pinctrl tree
  2019-06-26 13:50 linux-next: Fixes tag needs some work in the pinctrl tree Stephen Rothwell
@ 2019-06-26 14:10 ` Linus Walleij
  2019-06-27  0:32   ` Nicolas Boichat
  0 siblings, 1 reply; 37+ messages in thread
From: Linus Walleij @ 2019-06-26 14:10 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: Linux Next Mailing List, Linux Kernel Mailing List, Nicolas Boichat

On Wed, Jun 26, 2019 at 3:50 PM Stephen Rothwell <sfr@canb.auug.org.au> wrote:

> In commit
>
>   99fd24aa4a45 ("pinctrl: mediatek: Ignore interrupts that are wake only during resume")
>
> Fixes tag
>
>   Fixes: bf22ff45bed ("genirq: Avoid unnecessary low level irq function calls")
>
> has these problem(s):
>
>   - SHA1 should be at least 12 digits long
>     Can be fixed 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").

Thanks Stephen, fixed this.

Yours,
Linus Walleij

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

* Re: linux-next: Fixes tag needs some work in the pinctrl tree
  2019-06-26 14:10 ` Linus Walleij
@ 2019-06-27  0:32   ` Nicolas Boichat
  2019-06-27  1:48     ` Stephen Rothwell
  0 siblings, 1 reply; 37+ messages in thread
From: Nicolas Boichat @ 2019-06-27  0:32 UTC (permalink / raw)
  To: Linus Walleij
  Cc: Stephen Rothwell, Linux Next Mailing List, Linux Kernel Mailing List

On Wed, Jun 26, 2019 at 10:11 PM Linus Walleij <linus.walleij@linaro.org> wrote:
>
> On Wed, Jun 26, 2019 at 3:50 PM Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>
> > In commit
> >
> >   99fd24aa4a45 ("pinctrl: mediatek: Ignore interrupts that are wake only during resume")
> >
> > Fixes tag
> >
> >   Fixes: bf22ff45bed ("genirq: Avoid unnecessary low level irq function calls")
> >
> > has these problem(s):
> >
> >   - SHA1 should be at least 12 digits long
> >     Can be fixed 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").
>
> Thanks Stephen, fixed this.

Ouch, sorry, for some reasons I thought it was 10, not 12...

>
> Yours,
> Linus Walleij

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

* Re: linux-next: Fixes tag needs some work in the pinctrl tree
  2019-06-27  0:32   ` Nicolas Boichat
@ 2019-06-27  1:48     ` Stephen Rothwell
  2019-06-27  1:57       ` Nicolas Boichat
  0 siblings, 1 reply; 37+ messages in thread
From: Stephen Rothwell @ 2019-06-27  1:48 UTC (permalink / raw)
  To: Nicolas Boichat
  Cc: Linus Walleij, Linux Next Mailing List, Linux Kernel Mailing List

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

Hi Nicolas,

On Thu, 27 Jun 2019 08:32:34 +0800 Nicolas Boichat <drinkcat@chromium.org> wrote:
>
> Ouch, sorry, for some reasons I thought it was 10, not 12...

It used to be 10, but will slowly grow over time.  That's why setting
core.abbrev to "auto" is best (or leaving it unset).

-- 
Cheers,
Stephen Rothwell

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

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

* Re: linux-next: Fixes tag needs some work in the pinctrl tree
  2019-06-27  1:48     ` Stephen Rothwell
@ 2019-06-27  1:57       ` Nicolas Boichat
  2019-06-27  2:01         ` Stephen Rothwell
  0 siblings, 1 reply; 37+ messages in thread
From: Nicolas Boichat @ 2019-06-27  1:57 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: Linus Walleij, Linux Next Mailing List, Linux Kernel Mailing List

On Thu, Jun 27, 2019 at 9:48 AM Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>
> Hi Nicolas,
>
> On Thu, 27 Jun 2019 08:32:34 +0800 Nicolas Boichat <drinkcat@chromium.org> wrote:
> >
> > Ouch, sorry, for some reasons I thought it was 10, not 12...
>
> It used to be 10, but will slowly grow over time.  That's why setting
> core.abbrev to "auto" is best (or leaving it unset).

I'm not that smart, I count the digits manually ,-( Anyway, TIL `git
log --pretty=fixes` and I'll use that in the future, thanks. And my
"auto" setting uses 16 digits, it's ok to use longer ids, right?

BTW Documentation/process/submitting-patches.rst on linux-next/master
still says to hardcode to 12.

Thanks,

>
> --
> Cheers,
> Stephen Rothwell

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

* Re: linux-next: Fixes tag needs some work in the pinctrl tree
  2019-06-27  1:57       ` Nicolas Boichat
@ 2019-06-27  2:01         ` Stephen Rothwell
  0 siblings, 0 replies; 37+ messages in thread
From: Stephen Rothwell @ 2019-06-27  2:01 UTC (permalink / raw)
  To: Nicolas Boichat
  Cc: Linus Walleij, Linux Next Mailing List, Linux Kernel Mailing List

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

Hi Nicolas,

On Thu, 27 Jun 2019 09:57:13 +0800 Nicolas Boichat <drinkcat@chromium.org> wrote:
>
> I'm not that smart, I count the digits manually ,-( Anyway, TIL `git
> log --pretty=fixes` and I'll use that in the future, thanks. And my
> "auto" setting uses 16 digits, it's ok to use longer ids, right?

Yeah, more is ok (but not too many more :-)).

> BTW Documentation/process/submitting-patches.rst on linux-next/master
> still says to hardcode to 12.

Rats!

-- 
Cheers,
Stephen Rothwell

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

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

* Re: linux-next: Fixes tag needs some work in the pinctrl tree
  2024-03-07 21:20 Stephen Rothwell
@ 2024-03-07 22:08 ` Linus Walleij
  0 siblings, 0 replies; 37+ messages in thread
From: Linus Walleij @ 2024-03-07 22:08 UTC (permalink / raw)
  To: Stephen Rothwell; +Cc: Linux Kernel Mailing List, Linux Next Mailing List

On Thu, Mar 7, 2024 at 10:20 PM Stephen Rothwell <sfr@canb.auug.org.au> wrote:

>   Fixes: a4f15a8d4c82 ("pinctrl: Add driver for Awinic AW9523/B I2C GPIO Expander")
>
> has these problem(s):
>
>   - Target SHA1 does not exist
>
> Maybe you meant
>
> Fixes: 576623d70661 ("pinctrl: Add driver for Awinic AW9523/B I2C GPIO Expander")

Fixed it up, thanks Stephen!

Yours,
Linus Walleij

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

* linux-next: Fixes tag needs some work in the pinctrl tree
@ 2024-03-07 21:20 Stephen Rothwell
  2024-03-07 22:08 ` Linus Walleij
  0 siblings, 1 reply; 37+ messages in thread
From: Stephen Rothwell @ 2024-03-07 21:20 UTC (permalink / raw)
  To: Linus Walleij; +Cc: Linux Kernel Mailing List, Linux Next Mailing List

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

Hi all,

In commit

  b3811cdff104 ("pinctrl: aw9523: Make the driver tristate")

Fixes tag

  Fixes: a4f15a8d4c82 ("pinctrl: Add driver for Awinic AW9523/B I2C GPIO Expander")

has these problem(s):

  - Target SHA1 does not exist

Maybe you meant

Fixes: 576623d70661 ("pinctrl: Add driver for Awinic AW9523/B I2C GPIO Expander")

-- 
Cheers,
Stephen Rothwell

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

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

* Re: linux-next: Fixes tag needs some work in the pinctrl tree
  2023-08-23 22:35 Stephen Rothwell
  2023-08-24 13:07 ` Asmaa Mnebhi
@ 2023-08-25 13:45 ` Linus Walleij
  1 sibling, 0 replies; 37+ messages in thread
From: Linus Walleij @ 2023-08-25 13:45 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: Asmaa Mnebhi, Linux Kernel Mailing List, Linux Next Mailing List

On Thu, Aug 24, 2023 at 12:35 AM Stephen Rothwell <sfr@canb.auug.org.au> wrote:

>   - 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 fixed it. Thanks!

Yours,
Linus Walleij

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

* RE: linux-next: Fixes tag needs some work in the pinctrl tree
  2023-08-23 22:35 Stephen Rothwell
@ 2023-08-24 13:07 ` Asmaa Mnebhi
  2023-08-25 13:45 ` Linus Walleij
  1 sibling, 0 replies; 37+ messages in thread
From: Asmaa Mnebhi @ 2023-08-24 13:07 UTC (permalink / raw)
  To: Stephen Rothwell, Linus Walleij
  Cc: Linux Kernel Mailing List, Linux Next Mailing List

Thank you!

> Hi all,
> 
> In commit
> 
>   28042b2a1ec3 ("pinctrl: mlxbf3: Remove gpio_disable_free()")
> 
> Fixes tag
> 
>   Fixes: d11f932808d ("pinctrl: mlxbf3: Add pinctrl driver support")
> 
> 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

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

* linux-next: Fixes tag needs some work in the pinctrl tree
@ 2023-08-23 22:35 Stephen Rothwell
  2023-08-24 13:07 ` Asmaa Mnebhi
  2023-08-25 13:45 ` Linus Walleij
  0 siblings, 2 replies; 37+ messages in thread
From: Stephen Rothwell @ 2023-08-23 22:35 UTC (permalink / raw)
  To: Linus Walleij
  Cc: Asmaa Mnebhi, Linux Kernel Mailing List, Linux Next Mailing List

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

Hi all,

In commit

  28042b2a1ec3 ("pinctrl: mlxbf3: Remove gpio_disable_free()")

Fixes tag

  Fixes: d11f932808d ("pinctrl: mlxbf3: Add pinctrl driver support")

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] 37+ messages in thread

* Re: linux-next: Fixes tag needs some work in the pinctrl tree
  2022-08-22 21:53 Stephen Rothwell
@ 2022-08-25 12:02 ` Linus Walleij
  0 siblings, 0 replies; 37+ messages in thread
From: Linus Walleij @ 2022-08-25 12:02 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: João H. Spies, Linux Kernel Mailing List, Linux Next Mailing List

On Mon, Aug 22, 2022 at 11:53 PM Stephen Rothwell <sfr@canb.auug.org.au> wrote:

> In commit
>
>   2648ede07315 ("pinctrl: rockchip: Enhance support for IRQ_TYPE_EDGE_BOTH")
>
> Fixes tag
>
>   Fixes: 936ee26 ("gpio/rockchip: add driver for rockchip gpio")
>
> 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 went in and fixed it up manually, thanks!

Yours,
Linus Walleij

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

* linux-next: Fixes tag needs some work in the pinctrl tree
@ 2022-08-22 21:53 Stephen Rothwell
  2022-08-25 12:02 ` Linus Walleij
  0 siblings, 1 reply; 37+ messages in thread
From: Stephen Rothwell @ 2022-08-22 21:53 UTC (permalink / raw)
  To: Linus Walleij
  Cc: João H. Spies, Linux Kernel Mailing List, Linux Next Mailing List

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

Hi all,

In commit

  2648ede07315 ("pinctrl: rockchip: Enhance support for IRQ_TYPE_EDGE_BOTH")

Fixes tag

  Fixes: 936ee26 ("gpio/rockchip: add driver for rockchip gpio")

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] 37+ messages in thread

* Re: linux-next: Fixes tag needs some work in the pinctrl tree
  2021-04-11 23:00 Stephen Rothwell
@ 2021-04-12  6:40 ` Tudor.Ambarus
  0 siblings, 0 replies; 37+ messages in thread
From: Tudor.Ambarus @ 2021-04-12  6:40 UTC (permalink / raw)
  To: sfr, linus.walleij; +Cc: linux-kernel, linux-next

On 4/12/21 2:00 AM, Stephen Rothwell wrote:
> Hi all,
> 

Hi!

> In commit
> 
>   2cfebcb2a22f ("pinctrl: at91-pio4: Fix slew rate disablement")
> 
> Fixes tag
> 
>   Fixes: 440b144978ba ("pinctrl: at91-pio4: add support for slew-rate")
> 
> has these problem(s):
> 
>   - Target SHA1 does not exist

oh, yes.

> 
> Maybe you meant
> 
> Fixes: c709135e576b ("pinctrl: at91-pio4: add support for slew-rate")

You're correct. It seems that I used a vendor branch when looking for the
fixes tag, sorry. I'll be more careful next time.

Cheers,
ta


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

* linux-next: Fixes tag needs some work in the pinctrl tree
@ 2021-04-11 23:00 Stephen Rothwell
  2021-04-12  6:40 ` Tudor.Ambarus
  0 siblings, 1 reply; 37+ messages in thread
From: Stephen Rothwell @ 2021-04-11 23:00 UTC (permalink / raw)
  To: Linus Walleij
  Cc: Tudor Ambarus, Linux Kernel Mailing List, Linux Next Mailing List

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

Hi all,

In commit

  2cfebcb2a22f ("pinctrl: at91-pio4: Fix slew rate disablement")

Fixes tag

  Fixes: 440b144978ba ("pinctrl: at91-pio4: add support for slew-rate")

has these problem(s):

  - Target SHA1 does not exist

Maybe you meant

Fixes: c709135e576b ("pinctrl: at91-pio4: add support for slew-rate")

-- 
Cheers,
Stephen Rothwell

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

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

* Re: linux-next: Fixes tag needs some work in the pinctrl tree
  2020-12-06 23:39 ` Andrew Jeffery
@ 2020-12-08  8:26   ` Linus Walleij
  0 siblings, 0 replies; 37+ messages in thread
From: Linus Walleij @ 2020-12-08  8:26 UTC (permalink / raw)
  To: Andrew Jeffery
  Cc: Stephen Rothwell, Joel Stanley, Linux Kernel Mailing List,
	Linux Next Mailing List

On Mon, Dec 7, 2020 at 12:39 AM Andrew Jeffery <andrew@aj.id.au> wrote:
> On Mon, 7 Dec 2020, at 06:46, Stephen Rothwell wrote:

> > Maybe you meant
> >
> > Fixes: 9b92f5c51e9a ("pinctrl: aspeed: Fix GPI only function problem.")
>
> Right, looks like I accidentally grabbed 6726fbff19bf from the 5.9 stable tree.

OK I fixed it!

Yours,
Linus Walleij

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

* Re: linux-next: Fixes tag needs some work in the pinctrl tree
  2020-12-06 20:16 Stephen Rothwell
@ 2020-12-06 23:39 ` Andrew Jeffery
  2020-12-08  8:26   ` Linus Walleij
  0 siblings, 1 reply; 37+ messages in thread
From: Andrew Jeffery @ 2020-12-06 23:39 UTC (permalink / raw)
  To: Stephen Rothwell, Linus Walleij
  Cc: Joel Stanley, Linux Kernel Mailing List, Linux Next Mailing List



On Mon, 7 Dec 2020, at 06:46, Stephen Rothwell wrote:
> Hi all,
> 
> In commit
> 
>   c3c882898d07 ("pinctrl: aspeed: Fix GPIO requests on pass-through banks")
> 
> Fixes tag
> 
>   Fixes: 6726fbff19bf ("pinctrl: aspeed: Fix GPI only function problem.")
> 
> has these problem(s):
> 
>   - Target SHA1 does not exist
> 
> Maybe you meant
> 
> Fixes: 9b92f5c51e9a ("pinctrl: aspeed: Fix GPI only function problem.")

Right, looks like I accidentally grabbed 6726fbff19bf from the 5.9 stable tree.

Thanks for picking that up.

Andrew

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

* linux-next: Fixes tag needs some work in the pinctrl tree
@ 2020-12-06 20:16 Stephen Rothwell
  2020-12-06 23:39 ` Andrew Jeffery
  0 siblings, 1 reply; 37+ messages in thread
From: Stephen Rothwell @ 2020-12-06 20:16 UTC (permalink / raw)
  To: Linus Walleij
  Cc: Andrew Jeffery, Joel Stanley, Linux Kernel Mailing List,
	Linux Next Mailing List

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

Hi all,

In commit

  c3c882898d07 ("pinctrl: aspeed: Fix GPIO requests on pass-through banks")

Fixes tag

  Fixes: 6726fbff19bf ("pinctrl: aspeed: Fix GPI only function problem.")

has these problem(s):

  - Target SHA1 does not exist

Maybe you meant

Fixes: 9b92f5c51e9a ("pinctrl: aspeed: Fix GPI only function problem.")

-- 
Cheers,
Stephen Rothwell

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

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

* Re: linux-next: Fixes tag needs some work in the pinctrl tree
  2020-09-30 13:01 Stephen Rothwell
@ 2020-09-30 13:18 ` Stephen Rothwell
  0 siblings, 0 replies; 37+ messages in thread
From: Stephen Rothwell @ 2020-09-30 13:18 UTC (permalink / raw)
  To: Linus Walleij
  Cc: Linux Next Mailing List, Linux Kernel Mailing List, Dmitry Baryshkov

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

Hi all,

On Wed, 30 Sep 2020 23:01:19 +1000 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>
> Just use
> 
> 	git log -1 --format='Fixes: %h ("%s") <commit>'

git log -1 --format='Fixes: %h ("%s")' <commit>

sorry :-)
-- 
Cheers,
Stephen Rothwell

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

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

* linux-next: Fixes tag needs some work in the pinctrl tree
@ 2020-09-30 13:01 Stephen Rothwell
  2020-09-30 13:18 ` Stephen Rothwell
  0 siblings, 1 reply; 37+ messages in thread
From: Stephen Rothwell @ 2020-09-30 13:01 UTC (permalink / raw)
  To: Linus Walleij
  Cc: Linux Next Mailing List, Linux Kernel Mailing List, Dmitry Baryshkov

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

Hi all,

In commit

  8947391f77c8 ("pinctrl: qcom: sm8250: correct sdc2_clk")

Fixes tag

  Fixes: 4e3ec9e407ad5058003309072b37111f7b8c900a

has these problem(s):

  - missing subject

Just use

	git log -1 --format='Fixes: %h ("%s") <commit>'

Fixes: 4e3ec9e407ad ("pinctrl: qcom: Add sm8250 pinctrl driver.")

-- 
Cheers,
Stephen Rothwell

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

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

* Re: linux-next: Fixes tag needs some work in the pinctrl tree
  2020-06-16 11:12 Stephen Rothwell
@ 2020-06-19  4:33 ` Sivaprakash Murugesan
  0 siblings, 0 replies; 37+ messages in thread
From: Sivaprakash Murugesan @ 2020-06-19  4:33 UTC (permalink / raw)
  To: Stephen Rothwell, Linus Walleij
  Cc: Linux Next Mailing List, Linux Kernel Mailing List

Hi Linus,

I just sent version2 of this patch with correct fixes tag. please pick 
it up.

Thanks,

Siva

On 6/16/2020 4:42 PM, Stephen Rothwell wrote:
> Hi all,
>
> In commit
>
>    912f25eca000 ("pinctrl: qcom: ipq6018 Add missing pins in qpic pin group")
>
> Fixes tag
>
>    Fixes: ef1ea54 (pinctrl: qcom: Add ipq6018 pinctrl driver)
>
> has these problem(s):
>
>    - SHA1 should be at least 12 digits long
>      Can be fixed 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").
>

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

* linux-next: Fixes tag needs some work in the pinctrl tree
@ 2020-06-16 11:12 Stephen Rothwell
  2020-06-19  4:33 ` Sivaprakash Murugesan
  0 siblings, 1 reply; 37+ messages in thread
From: Stephen Rothwell @ 2020-06-16 11:12 UTC (permalink / raw)
  To: Linus Walleij
  Cc: Linux Next Mailing List, Linux Kernel Mailing List,
	Sivaprakash Murugesan

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

Hi all,

In commit

  912f25eca000 ("pinctrl: qcom: ipq6018 Add missing pins in qpic pin group")

Fixes tag

  Fixes: ef1ea54 (pinctrl: qcom: Add ipq6018 pinctrl driver)

has these problem(s):

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

* linux-next: Fixes tag needs some work in the pinctrl tree
@ 2020-06-11 21:23 Stephen Rothwell
  0 siblings, 0 replies; 37+ messages in thread
From: Stephen Rothwell @ 2020-06-11 21:23 UTC (permalink / raw)
  To: Linus Walleij
  Cc: Linux Next Mailing List, Linux Kernel Mailing List,
	Sivaprakash Murugesan

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

Hi all,

In commit

  02e1254d7740 ("pinctrl: qcom: ipq6018 Add missing pins in qpic pin group")

Fixes tag

  Fixes: ef1ea54 (pinctrl: qcom: Add ipq6018 pinctrl driver)

has these problem(s):

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

* Re: linux-next: Fixes tag needs some work in the pinctrl tree
  2020-01-09  1:58 ` Linus Walleij
@ 2020-01-09  2:24   ` Stephen Rothwell
  0 siblings, 0 replies; 37+ messages in thread
From: Stephen Rothwell @ 2020-01-09  2:24 UTC (permalink / raw)
  To: Linus Walleij; +Cc: Linux Next Mailing List, Linux Kernel Mailing List, Ma Feng

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

Hi Linus,

On Thu, 9 Jan 2020 02:58:46 +0100 Linus Walleij <linus.walleij@linaro.org> wrote:
>
> Do we have to fix this? It is a trivial fix to a non-critial non-regression
> problem so it's not like we need those Fixes tags to get it picked to
> stable or anything. To me it's just some random free-form commit
> message.

Sure, no worries ... just a learning exercise for next time.

-- 
Cheers,
Stephen Rothwell

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

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

* Re: linux-next: Fixes tag needs some work in the pinctrl tree
  2020-01-09  0:28 Stephen Rothwell
@ 2020-01-09  1:58 ` Linus Walleij
  2020-01-09  2:24   ` Stephen Rothwell
  0 siblings, 1 reply; 37+ messages in thread
From: Linus Walleij @ 2020-01-09  1:58 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: Linux Next Mailing List, Linux Kernel Mailing List, Ma Feng

On Thu, Jan 9, 2020 at 1:28 AM Stephen Rothwell <sfr@canb.auug.org.au> wrote:

> In commit
>
>   d5d3594db9f0 ("pinctrl: armada-37xx: Remove unneeded semicolon")
>
> Fixes tag
>
>   Fixes: commit 5715092a458c ("pinctrl: armada-37xx: Add gpio support")
>
> has these problem(s):
>
>   - leading word 'commit' unexpected
>
> Also, each line listating a fixed commit should have a Fixes: prefix and
> all the commit message tags should be kept together at the end of the
> commit message.

Do we have to fix this? It is a trivial fix to a non-critial non-regression
problem so it's not like we need those Fixes tags to get it picked to
stable or anything. To me it's just some random free-form commit
message.

I have merged a bunch of pull requests on top so I need a real good
reason to back all that out. :/ it just doesn't seem worth it.

Yours,
Linus Walleij

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

* linux-next: Fixes tag needs some work in the pinctrl tree
@ 2020-01-09  0:28 Stephen Rothwell
  2020-01-09  1:58 ` Linus Walleij
  0 siblings, 1 reply; 37+ messages in thread
From: Stephen Rothwell @ 2020-01-09  0:28 UTC (permalink / raw)
  To: Linus Walleij; +Cc: Linux Next Mailing List, Linux Kernel Mailing List, Ma Feng

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

Hi all,

In commit

  d5d3594db9f0 ("pinctrl: armada-37xx: Remove unneeded semicolon")

Fixes tag

  Fixes: commit 5715092a458c ("pinctrl: armada-37xx: Add gpio support")

has these problem(s):

  - leading word 'commit' unexpected

Also, each line listating a fixed commit should have a Fixes: prefix and
all the commit message tags should be kept together at the end of the
commit message.

-- 
Cheers,
Stephen Rothwell

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

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

* Re: linux-next: Fixes tag needs some work in the pinctrl tree
  2019-06-20 11:08 Stephen Rothwell
@ 2019-06-25 12:15 ` Linus Walleij
  0 siblings, 0 replies; 37+ messages in thread
From: Linus Walleij @ 2019-06-25 12:15 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: Linux Next Mailing List, Linux Kernel Mailing List, Phil Reid

On Thu, Jun 20, 2019 at 1:08 PM Stephen Rothwell <sfr@canb.auug.org.au> wrote:

> In commit
>
>   905dade66268 ("pinctrl: mcp23s08: Fix add_data and irqchip_add_nested call order")
>
> Fixes tag
>
>   Fixes: 02e389e63 ("pinctrl: mcp23s08: fix irq setup order")
>
> has these problem(s):
>
>   - SHA1 should be at least 12 digits long
>     Can be fixed 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").

Thanks Stephen.
I fixed it up!

Yours,
Linus Walleij

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

* linux-next: Fixes tag needs some work in the pinctrl tree
@ 2019-06-20 11:08 Stephen Rothwell
  2019-06-25 12:15 ` Linus Walleij
  0 siblings, 1 reply; 37+ messages in thread
From: Stephen Rothwell @ 2019-06-20 11:08 UTC (permalink / raw)
  To: Linus Walleij
  Cc: Linux Next Mailing List, Linux Kernel Mailing List, Phil Reid

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

Hi all,

In commit

  905dade66268 ("pinctrl: mcp23s08: Fix add_data and irqchip_add_nested call order")

Fixes tag

  Fixes: 02e389e63 ("pinctrl: mcp23s08: fix irq setup order")

has these problem(s):

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

* Re: linux-next: Fixes tag needs some work in the pinctrl tree
  2019-02-17 22:25 Stephen Rothwell
  2019-02-17 22:27 ` Martin Blumenstingl
@ 2019-02-17 22:28 ` Stephen Rothwell
  1 sibling, 0 replies; 37+ messages in thread
From: Stephen Rothwell @ 2019-02-17 22:28 UTC (permalink / raw)
  To: Linus Walleij
  Cc: Linux Next Mailing List, Linux Kernel Mailing List, Martin Blumenstingl

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

Hi all,

On Mon, 18 Feb 2019 09:25:36 +1100 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>
> Hi Linus,
> 
> In commit
> 
>   a5a0bbca16cd ("pinctrl: meson: meson8b: fix the sdxc_a data 1..3 pins")
> 
> Fixes tag
> 
>   Fixes: 0fefcb6 ("pinctrl: Add support for Meson8b")
> 
> has these problem(s):
> 
>   - SHA1 should be at least 12 digits long
>     Can be fixed 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").

Ignore this, I am still half asleep :-)

-- 
Cheers,
Stephen Rothwell

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

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

* Re: linux-next: Fixes tag needs some work in the pinctrl tree
  2019-02-17 22:25 Stephen Rothwell
@ 2019-02-17 22:27 ` Martin Blumenstingl
  2019-02-17 22:28 ` Stephen Rothwell
  1 sibling, 0 replies; 37+ messages in thread
From: Martin Blumenstingl @ 2019-02-17 22:27 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: Linus Walleij, Linux Next Mailing List, Linux Kernel Mailing List

Hi Stephen,

On Sun, Feb 17, 2019 at 11:25 PM Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>
> Hi Linus,
>
> In commit
>
>   a5a0bbca16cd ("pinctrl: meson: meson8b: fix the sdxc_a data 1..3 pins")
>
> Fixes tag
>
>   Fixes: 0fefcb6 ("pinctrl: Add support for Meson8b")
>
> has these problem(s):
>
>   - SHA1 should be at least 12 digits long
>     Can be fixed 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").
Linus fixed this one hour ago in the linux-pinctrl tree
so this should be gone with your next run


Regards
Martin

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

* linux-next: Fixes tag needs some work in the pinctrl tree
@ 2019-02-17 22:25 Stephen Rothwell
  2019-02-17 22:27 ` Martin Blumenstingl
  2019-02-17 22:28 ` Stephen Rothwell
  0 siblings, 2 replies; 37+ messages in thread
From: Stephen Rothwell @ 2019-02-17 22:25 UTC (permalink / raw)
  To: Linus Walleij
  Cc: Linux Next Mailing List, Linux Kernel Mailing List, Martin Blumenstingl

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

Hi Linus,

In commit

  a5a0bbca16cd ("pinctrl: meson: meson8b: fix the sdxc_a data 1..3 pins")

Fixes tag

  Fixes: 0fefcb6 ("pinctrl: Add support for Meson8b")

has these problem(s):

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

* Re: linux-next: Fixes tag needs some work in the pinctrl tree
  2019-02-14 11:55 ` Martin Blumenstingl
@ 2019-02-17 21:25   ` Linus Walleij
  0 siblings, 0 replies; 37+ messages in thread
From: Linus Walleij @ 2019-02-17 21:25 UTC (permalink / raw)
  To: Martin Blumenstingl
  Cc: Stephen Rothwell, Linux Next Mailing List, Linux Kernel Mailing List

On Thu, Feb 14, 2019 at 12:55 PM Martin Blumenstingl
<martin.blumenstingl@googlemail.com> wrote:
> Hi Stephen, Hi Linus,
>
> On Thu, Feb 14, 2019 at 12:03 PM Stephen Rothwell <sfr@canb.auug.org.au> wrote:
> >
> > Hi Linus,
> >
> > In commit
> >
> >   a5a0bbca16cd ("pinctrl: meson: meson8b: fix the sdxc_a data 1..3 pins")
> >
> > Fixes tag
> >
> >   Fixes: 0fefcb6 ("pinctrl: Add support for Meson8b")
> >
> > has these problem(s):
> >
> >   - SHA1 should be at least 12 digits long
> >     Can be fixed 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").
> this is my fault - sorry about that.
>
> Linus, do you want me to re-send the patch or do you want to change
> the referenced SHA1 to 0fefcb6876d0d6 ?
> I'm fine either way, please let me know what's easiest for you.

I fixed it up, no big deal.

Thanks Stephen, Martin!
Linus Walleij

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

* Re: linux-next: Fixes tag needs some work in the pinctrl tree
  2019-02-14 11:03 Stephen Rothwell
@ 2019-02-14 11:55 ` Martin Blumenstingl
  2019-02-17 21:25   ` Linus Walleij
  0 siblings, 1 reply; 37+ messages in thread
From: Martin Blumenstingl @ 2019-02-14 11:55 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: Linus Walleij, Linux Next Mailing List, Linux Kernel Mailing List

Hi Stephen, Hi Linus,

On Thu, Feb 14, 2019 at 12:03 PM Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>
> Hi Linus,
>
> In commit
>
>   a5a0bbca16cd ("pinctrl: meson: meson8b: fix the sdxc_a data 1..3 pins")
>
> Fixes tag
>
>   Fixes: 0fefcb6 ("pinctrl: Add support for Meson8b")
>
> has these problem(s):
>
>   - SHA1 should be at least 12 digits long
>     Can be fixed 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").
this is my fault - sorry about that.

Linus, do you want me to re-send the patch or do you want to change
the referenced SHA1 to 0fefcb6876d0d6 ?
I'm fine either way, please let me know what's easiest for you.


Regards
Martin

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

* linux-next: Fixes tag needs some work in the pinctrl tree
@ 2019-02-14 11:03 Stephen Rothwell
  2019-02-14 11:55 ` Martin Blumenstingl
  0 siblings, 1 reply; 37+ messages in thread
From: Stephen Rothwell @ 2019-02-14 11:03 UTC (permalink / raw)
  To: Linus Walleij
  Cc: Linux Next Mailing List, Linux Kernel Mailing List, Martin Blumenstingl

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

Hi Linus,

In commit

  a5a0bbca16cd ("pinctrl: meson: meson8b: fix the sdxc_a data 1..3 pins")

Fixes tag

  Fixes: 0fefcb6 ("pinctrl: Add support for Meson8b")

has these problem(s):

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

* Re: linux-next: Fixes tag needs some work in the pinctrl tree
  2019-01-22  2:20 ` Chen-Yu Tsai
@ 2019-01-22  4:50   ` Stephen Rothwell
  0 siblings, 0 replies; 37+ messages in thread
From: Stephen Rothwell @ 2019-01-22  4:50 UTC (permalink / raw)
  To: Chen-Yu Tsai
  Cc: Linus Walleij, Linux Next Mailing List, Linux Kernel Mailing List

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

Hi Chen-Yu,

On Tue, 22 Jan 2019 10:20:28 +0800 Chen-Yu Tsai <wens@csie.org> wrote:
>
> Sorry about that. I've been doing for some time now.
> Should none of the tags be wrapped?

Generally they should be single lines (in my opinion) ... it makes
grepping for things a lot harder if they are split.

-- 
Cheers,
Stephen Rothwell

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

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

* Re: linux-next: Fixes tag needs some work in the pinctrl tree
  2019-01-21 22:42 Stephen Rothwell
@ 2019-01-22  2:20 ` Chen-Yu Tsai
  2019-01-22  4:50   ` Stephen Rothwell
  0 siblings, 1 reply; 37+ messages in thread
From: Chen-Yu Tsai @ 2019-01-22  2:20 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: Linus Walleij, Linux Next Mailing List, Linux Kernel Mailing List

Hi,

On Tue, Jan 22, 2019 at 6:42 AM Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>
> Hi Linus,
>
> In commit
>
>   15d90c339a7f ("pinctrl: sunxi: Correct number of IRQ banks on H6 main pin controller")
>
> Fixes tag
>
>   Fixes: c8a830904991 ("pinctrl: sunxi: add support for the Allwinner H6
>
> has these problem(s):
>
>   - Subject has leading but no trailing parentheses
>   - Subject has leading but no trailing quotes
>
> Please do not split Fixes: tags over more than 1 line.

Sorry about that. I've been doing for some time now.
Should none of the tags be wrapped?

ChenYu

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

* linux-next: Fixes tag needs some work in the pinctrl tree
@ 2019-01-21 22:42 Stephen Rothwell
  2019-01-22  2:20 ` Chen-Yu Tsai
  0 siblings, 1 reply; 37+ messages in thread
From: Stephen Rothwell @ 2019-01-21 22:42 UTC (permalink / raw)
  To: Linus Walleij
  Cc: Linux Next Mailing List, Linux Kernel Mailing List, Chen-Yu Tsai

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

Hi Linus,

In commit

  15d90c339a7f ("pinctrl: sunxi: Correct number of IRQ banks on H6 main pin controller")

Fixes tag

  Fixes: c8a830904991 ("pinctrl: sunxi: add support for the Allwinner H6

has these problem(s):

  - Subject has leading but no trailing parentheses
  - Subject has leading but no trailing quotes

Please do not split Fixes: tags over more than 1 line.

-- 
Cheers,
Stephen Rothwell

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

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

end of thread, other threads:[~2024-03-07 22:08 UTC | newest]

Thread overview: 37+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-26 13:50 linux-next: Fixes tag needs some work in the pinctrl tree Stephen Rothwell
2019-06-26 14:10 ` Linus Walleij
2019-06-27  0:32   ` Nicolas Boichat
2019-06-27  1:48     ` Stephen Rothwell
2019-06-27  1:57       ` Nicolas Boichat
2019-06-27  2:01         ` Stephen Rothwell
  -- strict thread matches above, loose matches on Subject: below --
2024-03-07 21:20 Stephen Rothwell
2024-03-07 22:08 ` Linus Walleij
2023-08-23 22:35 Stephen Rothwell
2023-08-24 13:07 ` Asmaa Mnebhi
2023-08-25 13:45 ` Linus Walleij
2022-08-22 21:53 Stephen Rothwell
2022-08-25 12:02 ` Linus Walleij
2021-04-11 23:00 Stephen Rothwell
2021-04-12  6:40 ` Tudor.Ambarus
2020-12-06 20:16 Stephen Rothwell
2020-12-06 23:39 ` Andrew Jeffery
2020-12-08  8:26   ` Linus Walleij
2020-09-30 13:01 Stephen Rothwell
2020-09-30 13:18 ` Stephen Rothwell
2020-06-16 11:12 Stephen Rothwell
2020-06-19  4:33 ` Sivaprakash Murugesan
2020-06-11 21:23 Stephen Rothwell
2020-01-09  0:28 Stephen Rothwell
2020-01-09  1:58 ` Linus Walleij
2020-01-09  2:24   ` Stephen Rothwell
2019-06-20 11:08 Stephen Rothwell
2019-06-25 12:15 ` Linus Walleij
2019-02-17 22:25 Stephen Rothwell
2019-02-17 22:27 ` Martin Blumenstingl
2019-02-17 22:28 ` Stephen Rothwell
2019-02-14 11:03 Stephen Rothwell
2019-02-14 11:55 ` Martin Blumenstingl
2019-02-17 21:25   ` Linus Walleij
2019-01-21 22:42 Stephen Rothwell
2019-01-22  2:20 ` Chen-Yu Tsai
2019-01-22  4:50   ` Stephen Rothwell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).