2020-03-17 20:51:15

by Stephen Rothwell

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

Hi all,

In commit

ee37d9e6e474 ("mm/hmm: don't handle the non-fault case in hmm_vma_walk_hole_()")

Fixes tag

Fixes: 2aee09d ("mm/hmm: change hmm_vma_fault() to allow write fault on page basis")

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-03-17 23:09:49

by Jason Gunthorpe

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

On Wed, Mar 18, 2020 at 07:50:33AM +1100, Stephen Rothwell wrote:
> Hi all,
>
> In commit
>
> ee37d9e6e474 ("mm/hmm: don't handle the non-fault case in hmm_vma_walk_hole_()")
>
> Fixes tag
>
> Fixes: 2aee09d ("mm/hmm: change hmm_vma_fault() to allow write fault on page basis")

Fixed, and really confused how it happened :\

Thanks,
Jason