[for-next][PATCH 00/11] tracing: Updates for v6.18

From: Steven Rostedt

Date: Tue Sep 30 2025 - 13:01:25 EST


Bah, I just noticed these were still sitting in my local repository
and I never pushed them up. Mostly clean ups anyway. No new features.

Just finished running them through my internal tests.

-- Steve


git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace.git
trace/for-next

Head SHA1: db04eea49423f28faf2e2fb6e799b78f2b38564f


Elijah Wright (1):
tracing: Move buffer in trace_seq to end of struct

Fushuai Wang (1):
tracing/osnoise: Use for_each_online_cpu() instead of for_each_cpu()

Liao Yuanhong (1):
tracing: Remove redundant 0 value initialization

Marco Crivellari (1):
tracing: replace use of system_wq with system_percpu_wq

Michal Koutný (1):
tracing: Ensure optimized hashing works

Qianfeng Rong (1):
tracing: Use vmalloc_array() to improve code

Sasha Levin (1):
tracing: Fix lock imbalance in s_start() memory allocation failure path

Steven Rostedt (2):
tracing: Replace syscall RCU pointer assignment with READ/WRITE_ONCE()
tracing: Have syscall trace events show "0x" for values greater than 10

Thorsten Blum (1):
tracing/osnoise: Replace kmalloc() + copy_from_user() with memdup_user()

Vladimir Riabchun (1):
ftrace: Fix softlockup in ftrace_module_enable

----
include/linux/trace_seq.h | 2 +-
kernel/trace/ftrace.c | 2 ++
kernel/trace/trace.h | 4 ++--
kernel/trace/trace_events.c | 3 +--
kernel/trace/trace_events_user.c | 2 +-
kernel/trace/trace_osnoise.c | 13 +++++--------
kernel/trace/trace_sched_switch.c | 3 ++-
kernel/trace/trace_syscalls.c | 26 +++++++++++++++-----------
kernel/trace/tracing_map.c | 2 +-
9 files changed, 30 insertions(+), 27 deletions(-)