Re: linux-next: Fixes tag needs some work in the perf tree
From: Namhyung Kim
Date: Wed Jul 02 2025 - 21:58:36 EST
Hello,
On Thu, Jul 03, 2025 at 08:00:35AM +1000, Stephen Rothwell wrote:
> Hi all,
>
> In commit
>
> 7063002abb0c ("perf tools: Fix use-after-free in help_unknown_cmd()")
>
> Fixes tag
>
> Fixes: 657a3efee43a ("libsubcmd: Avoid SEGV/use-after-free when commands aren't excluded")
>
> has these problem(s):
>
> - Subject does not match target commit subject
> Just use
> git log -1 --format='Fixes: %h ("%s")'
>
> maybe you meant
>
> Fixes: 657a3efee43a ("lib subcmd: Avoid memory leak in exclude_cmds")
>
> or
>
> Fixes: 4b96679170c6 ("libsubcmd: Avoid SEGV/use-after-free when commands aren't excluded")
Sorry for the trouble, it should be the latter. Will fix and update.
Thanks,
Namhyung