2022-01-08 07:25:44

by Stephen Rothwell

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

Hi all,

In commit

86ce070ce00a ("of: base: Fix phandle argument length mismatch error message")

Fixes tag

Fixes: af3be70a321 ("of: Improve of_phandle_iterator_next() error message")

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


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

2022-01-08 14:51:56

by Rob Herring

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

On Sat, Jan 8, 2022 at 1:25 AM Stephen Rothwell <[email protected]> wrote:
>
> Hi all,
>
> In commit
>
> 86ce070ce00a ("of: base: Fix phandle argument length mismatch error message")
>
> Fixes tag
>
> Fixes: af3be70a321 ("of: Improve of_phandle_iterator_next() error message")
>
> 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, now fixed.

Rob