All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Fixes for gcc 16.0.1
@ 2026-01-20 22:08 Arnaldo Carvalho de Melo
  2026-01-20 22:08 ` [PATCH 1/4] perf tests sw-clock: Mark the volatile tmp variable as __maybe_unused Arnaldo Carvalho de Melo
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Arnaldo Carvalho de Melo @ 2026-01-20 22:08 UTC (permalink / raw)
  To: Namhyung Kim
  Cc: Ingo Molnar, Thomas Gleixner, James Clark, Jiri Olsa, Ian Rogers,
	Adrian Hunter, Kan Liang, Clark Williams, linux-kernel,
	linux-perf-users, Arnaldo Carvalho de Melo

From: Arnaldo Carvalho de Melo <acme@redhat.com>

Hi,

	A bunch of fixes for recent gcc versions,

- Arnaldo

Arnaldo Carvalho de Melo (4):
  perf tests sw-clock: Mark the volatile tmp variable as __maybe_unused
  perf trace: Deal with compiler const checks
  perf list: Don't write to const memory
  perf list: Signal changing const memory is ok

 tools/perf/builtin-trace.c     |  2 +-
 tools/perf/tests/sw-clock.c    |  3 ++-
 tools/perf/util/print-events.c | 15 ++++++---------
 3 files changed, 9 insertions(+), 11 deletions(-)

-- 
2.52.0


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

end of thread, other threads:[~2026-01-22  9:56 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-20 22:08 [PATCH 0/4] Fixes for gcc 16.0.1 Arnaldo Carvalho de Melo
2026-01-20 22:08 ` [PATCH 1/4] perf tests sw-clock: Mark the volatile tmp variable as __maybe_unused Arnaldo Carvalho de Melo
2026-01-20 22:08 ` [PATCH 2/4] perf trace: Deal with compiler const checks Arnaldo Carvalho de Melo
2026-01-20 22:08 ` [PATCH 3/4] perf list: Don't write to const memory Arnaldo Carvalho de Melo
2026-01-21 11:25   ` David Laight
2026-01-21 18:40     ` Arnaldo Carvalho de Melo
2026-01-21 18:44       ` Ian Rogers
2026-01-21 22:17   ` David Laight
2026-01-22  1:10     ` Arnaldo Carvalho de Melo
2026-01-22  9:55       ` David Laight
2026-01-20 22:09 ` [PATCH 4/4] perf list: Signal changing const memory is ok Arnaldo Carvalho de Melo
2026-01-20 23:42 ` [PATCH 0/4] Fixes for gcc 16.0.1 Ian Rogers
2026-01-20 23:50   ` Arnaldo Carvalho de Melo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.