https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121420
--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> --- https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=3a8b8fc3174891c4c12f5766d82184a82d4b2e3e introduced the brokenness after the Cupertino Miranda's patch. commit 3a8b8fc3174891c4c12f5766d82184a82d4b2e3e Author: Ian Rogers <[email protected]> Date: Fri Apr 7 22:52:08 2023 -0700 perf bpf filter: Support pre-5.16 kernels where 'mem_hops' isn't in 'union perf_mem_data_src' The 'mem_hops' bits were added in 5.16 with no prior equivalent. Signed-off-by: Ian Rogers <[email protected]> Acked-by: Namhyung Kim <[email protected]> Cc: Adrian Hunter <[email protected]> Cc: Alexander Shishkin <[email protected]> Cc: Ingo Molnar <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: Mark Rutland <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: [email protected] Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
