2020-01-17 07:22:53

by Stephen Rothwell

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

Hi all,

In commit

f5de5b83303e ("ubifs: Fix deadlock in concurrent bulk-read and writepage")

Fixes tag

Fixes: 4793e7c5e1c ("UBIFS: add bulk-read facility")

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) (499.00 B)
OpenPGP digital signature

2020-01-19 19:21:53

by Richard Weinberger

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

On Fri, Jan 17, 2020 at 8:09 AM Stephen Rothwell <[email protected]> wrote:
>
> Hi all,
>
> In commit
>
> f5de5b83303e ("ubifs: Fix deadlock in concurrent bulk-read and writepage")
>
> Fixes tag
>
> Fixes: 4793e7c5e1c ("UBIFS: add bulk-read facility")
>
> 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").

Fixed. Thanks for reporting!

--
Thanks,
//richard