Re: Missing signoff in the perf tree

From: Arnaldo Carvalho de Melo

Date: Tue Jun 30 2026 - 07:46:38 EST


On Tue, Jun 30, 2026 at 11:18:01AM +0100, Mark Brown wrote:
> Commits
>
> 535c327f22a28 ("perf python: Add LiveSession helper")
> 4f093d248b148 ("perf python: Add perf.pyi stubs file")
> 145f6bea48134 ("perf python: Add type checking for parse_events/parse_metrics")
> 1bb0a1721f3f1 ("perf python: Handle Py_None for thread and cpu maps")
> 226e60c35ac93 ("perf python: Add config file access")
> 2b8aad745c248 ("perf python: Add syscall name/id to convert syscall number and name")
> 6efb7ef71b226 ("perf python: Expose brstack in sample event")
> 1b3460930fcda ("perf python: Extend API for stat events in python.c")
> 4d97f00572c6f ("perf python: Add callchain support")
> 0dd3f949cfb58 ("perf python: Add mmap2 event")
> b81c05a559ee7 ("perf python: Refactor and add accessors to sample event")
> beed2f88c2d7b ("perf python: Add python session abstraction wrapping perf's session")
> f46938e02fa6c ("perf python: Add wrapper for perf_data file abstraction")
> d8da1ea834a88 ("perf python: Use evsel in sample in pyrf_event")
> 3e153b92b6e88 ("perf evlist: Add reference count checking")
> 4d7018b55734f ("perf evsel: Add reference count")
> 7e7110bdf0e37 ("perf evlist: Add reference count")
> ca42447bde058 ("perf data: Add open flag")
> 3d295e4e6974a ("perf evsel/evlist: Avoid unnecessary #includes")
> 6a7ac633a3e8c ("perf python: Add missed explicit dependencies")
> bdd53407c817d ("perf util: Sort includes and add missed explicit dependencies")
>
> are missing a Signed-off-by from their committers

I see it:

acme@number:~/git/perf-tools-next$ git show --format=fuller 535c327f22a28
commit 535c327f22a28fcbbdfc9189cbeef8d54f187364 (perf-tools-next.korg/perf-tools-next)
Author: Ian Rogers <irogers@xxxxxxxxxx>
AuthorDate: Mon Jun 15 18:15:43 2026 -0700
Commit: Namhyung Kim <namhyung@xxxxxxxxxx>
CommitDate: Mon Jun 29 10:47:59 2026 -0700

perf python: Add LiveSession helper

Add LiveSession class in tools/perf/python/perf_live.py to support
live event collection using perf.evlist and perf.parse_events,
avoiding the need to fork a separate perf record process.

Signed-off-by: Ian Rogers <irogers@xxxxxxxxxx>
Assisted-by: Gemini:gemini-3.1-pro-preview
Cc: Adrian Hunter <adrian.hunter@xxxxxxxxx>
Cc: Alice Rogers <alice.mei.rogers@xxxxxxxxx>
Cc: Dapeng Mi <dapeng1.mi@xxxxxxxxxxxxxxx>
Cc: Ingo Molnar <mingo@xxxxxxxxxx>
Cc: James Clark <james.clark@xxxxxxxxxx>
Cc: Leo Yan <leo.yan@xxxxxxxxx>
Cc: Namhyung Kim <namhyung@xxxxxxxxxx>
Cc: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
Cc: Thomas Richter <tmricht@xxxxxxxxxxxxx>
Signed-off-by: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>


That was the last series I committed and then removed from the 7.2
submission as per a discussion with Mark, i.e. even being tested a lot
it missed the window, not being strict fixes.

Namhyung, take a look, I think you did something that made you become
the committer but then you didn't S-o-B it, please fix and force push.

Thanks,

- Arnaldo