linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* linux-next: Fixes tag needs some work in the perf tree
@ 2022-11-24 20:57 Stephen Rothwell
  0 siblings, 0 replies; 6+ messages in thread
From: Stephen Rothwell @ 2022-11-24 20:57 UTC (permalink / raw)
  To: Arnaldo Carvalho de Melo
  Cc: Ian Rogers, Linux Kernel Mailing List, Linux Next Mailing List

[-- Attachment #1: Type: text/plain, Size: 341 bytes --]

Hi all,

In commit

  be3392b65f2b ("perf list: List callback support for libpfm")

Fixes tag

  Fixes: e42b0ee61282a2f9 ("perf list: Add JSON output option")

has these problem(s):

  - Target SHA1 does not exist

Maybe you meant

Fixes: 6ed249441a7d ("perf list: Add JSON output option")

-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* linux-next: Fixes tag needs some work in the perf tree
@ 2022-12-13 21:31 Stephen Rothwell
  2022-12-13 21:35 ` Arnaldo Carvalho de Melo
  0 siblings, 1 reply; 6+ messages in thread
From: Stephen Rothwell @ 2022-12-13 21:31 UTC (permalink / raw)
  To: Arnaldo Carvalho de Melo
  Cc: Athira Rajeev, Linux Kernel Mailing List, Linux Next Mailing List

[-- Attachment #1: Type: text/plain, Size: 413 bytes --]

Hi all,

In commit

  4d59952792c4 ("perf test: Update event group check for support of uncore event")

Fixes tag

  Fixes: b20d9215a35fb6ed ("perf test: Add event group test for events in multiple PMUs")

has these problem(s):

  - Target SHA1 does not exist

Maybe you meant

Fixes: 82e236e28a79 ("perf test: Add event group test for events in multiple PMUs")

-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: linux-next: Fixes tag needs some work in the perf tree
  2022-12-13 21:31 Stephen Rothwell
@ 2022-12-13 21:35 ` Arnaldo Carvalho de Melo
  0 siblings, 0 replies; 6+ messages in thread
From: Arnaldo Carvalho de Melo @ 2022-12-13 21:35 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: Athira Rajeev, Linux Kernel Mailing List, Linux Next Mailing List



On December 13, 2022 6:31:19 PM GMT-03:00, Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>Hi all,
>
>In commit
>
>  4d59952792c4 ("perf test: Update event group check for support of uncore event")
>
>Fixes tag
>
>  Fixes: b20d9215a35fb6ed ("perf test: Add event group test for events in multiple PMUs")
>
>has these problem(s):
>
>  - Target SHA1 does not exist
>
>Maybe you meant
>
>Fixes: 82e236e28a79 ("perf test: Add event group test for events in multiple PMUs")
>

Thanks, I'll fix this and force push.

- Arnaldo 

^ permalink raw reply	[flat|nested] 6+ messages in thread

* linux-next: Fixes tag needs some work in the perf tree
@ 2023-08-17 22:47 Stephen Rothwell
  0 siblings, 0 replies; 6+ messages in thread
From: Stephen Rothwell @ 2023-08-17 22:47 UTC (permalink / raw)
  To: Arnaldo Carvalho de Melo, Namhyung Kim
  Cc: Linux Kernel Mailing List, Linux Next Mailing List

[-- Attachment #1: Type: text/plain, Size: 416 bytes --]

Hi all,

In commit

  1ce24329a46e ("perf trace: Use the augmented_raw_syscall BPF skel only for tracing syscalls")

Fixes tag

  Fixes: 42963c8bedeb864b ("perf trace: Migrate BPF augmentation to use a skeleton")

has these problem(s):

  - Target SHA1 does not exist

Maybe you meant

Fixes: 5e6da6be3082 ("perf trace: Migrate BPF augmentation to use a skeleton")

-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* linux-next: Fixes tag needs some work in the perf tree
@ 2025-07-02 22:00 Stephen Rothwell
  2025-07-03  1:58 ` Namhyung Kim
  0 siblings, 1 reply; 6+ messages in thread
From: Stephen Rothwell @ 2025-07-02 22:00 UTC (permalink / raw)
  To: Arnaldo Carvalho de Melo, Namhyung Kim
  Cc: Linux Kernel Mailing List, Linux Next Mailing List

[-- Attachment #1: Type: text/plain, Size: 571 bytes --]

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")

-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: linux-next: Fixes tag needs some work in the perf tree
  2025-07-02 22:00 linux-next: Fixes tag needs some work in the perf tree Stephen Rothwell
@ 2025-07-03  1:58 ` Namhyung Kim
  0 siblings, 0 replies; 6+ messages in thread
From: Namhyung Kim @ 2025-07-03  1:58 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: Arnaldo Carvalho de Melo, Linux Kernel Mailing List,
	Linux Next Mailing List

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2025-07-03  1:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-02 22:00 linux-next: Fixes tag needs some work in the perf tree Stephen Rothwell
2025-07-03  1:58 ` Namhyung Kim
  -- strict thread matches above, loose matches on Subject: below --
2023-08-17 22:47 Stephen Rothwell
2022-12-13 21:31 Stephen Rothwell
2022-12-13 21:35 ` Arnaldo Carvalho de Melo
2022-11-24 20:57 Stephen Rothwell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).