RE: linux-next: Fixes tag needs some work in the mm-stable tree

From: Wang, Haiyue
Date: Mon Sep 12 2022 - 09:06:13 EST


> -----Original Message-----
> From: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx>
> Sent: Monday, September 12, 2022 13:46
> To: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
> Cc: Wang, Haiyue <haiyue.wang@xxxxxxxxx>; Linux Kernel Mailing List <linux-kernel@xxxxxxxxxxxxxxx>;
> Linux Next Mailing List <linux-next@xxxxxxxxxxxxxxx>
> Subject: linux-next: Fixes tag needs some work in the mm-stable tree
>
> Hi all,
>
> In commit
>
> 831568214883 ("mm: migration: fix the FOLL_GET failure on following huge page")
>
> Fixes tag
>
> Fixes: 4cd614841c06 ("mm: migration: fix possible do_pages_stat_array racing with memory offline")
>

My fault.

It should be "mm/migration", NOT "mm: migration "

Fixes: 4cd614841c06 ("mm/migration: fix possible do_pages_stat_array racing with memory offline")

Should I send new patch ?

> has these problem(s):
>
> - Subject does not match target commit subject
> Just use
> git log -1 --format='Fixes: %h ("%s")'
>
> --
> Cheers,
> Stephen Rothwell