]> git.ipfire.org Git - thirdparty/linux.git/commit
tracing: Update undefined symbols allow list for simple_ring_buffer
authorVincent Donnefort <vdonnefort@google.com>
Thu, 12 Mar 2026 11:35:35 +0000 (11:35 +0000)
committerMarc Zyngier <maz@kernel.org>
Thu, 12 Mar 2026 15:14:06 +0000 (15:14 +0000)
commit5f2f83047126f1cb2986d142d2e76e1fa3cef3f0
treec35b4f9f425eccda87f6956d16d9a9ad0b1c693e
parentce6a2badf58170bcf73489cd73981bb5775c1e22
tracing: Update undefined symbols allow list for simple_ring_buffer

Undefined symbols are not allowed for simple_ring_buffer.c. But some
compiler emitted symbols are missing in the allowlist. Update it.

Reported-by: Nathan Chancellor <nathan@kernel.org>
Signed-off-by: Vincent Donnefort <vdonnefort@google.com>
Fixes: a717943d8ecc ("tracing: Check for undefined symbols in simple_ring_buffer")
Closes: https://lore.kernel.org/all/20260311221816.GA316631@ax162/
Acked-by: Steven Rostedt (Google) <rostedt@goodmis.org>
Link: https://patch.msgid.link/20260312113535.2213350-1-vdonnefort@google.com
Signed-off-by: Marc Zyngier <maz@kernel.org>
kernel/trace/Makefile