2019-01-16 11:20:15

by Stephen Rothwell

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

[I am experimenting with checking the Fixes tags in commits in linux-next.
Please let me know if you think I am being too strict.]

Hi all,

Commit

fc4d02aa0331 ("dm thin: fix passdown_double_checking_shared_status()")

has a malformed Fixes tag:

Fixes: 00a0ea33b49 ("dm thin: do not queue freed thin mapping for next stage processing")

It should show at least 12 digits of the SHA1.

--
Cheers,
Stephen Rothwell


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

2019-01-16 12:53:45

by Mike Snitzer

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

On Tue, Jan 15 2019 at 4:02pm -0500,
Stephen Rothwell <[email protected]> wrote:

> [I am experimenting with checking the Fixes tags in commits in linux-next.
> Please let me know if you think I am being too strict.]
>
> Hi all,
>
> Commit
>
> fc4d02aa0331 ("dm thin: fix passdown_double_checking_shared_status()")
>
> has a malformed Fixes tag:
>
> Fixes: 00a0ea33b49 ("dm thin: do not queue freed thin mapping for next stage processing")
>
> It should show at least 12 digits of the SHA1.

Fixed, thanks.
Mike