[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20220427193623.529296556@goodmis.org>
Date: Wed, 27 Apr 2022 15:36:23 -0400
From: Steven Rostedt <rostedt@...dmis.org>
To: linux-kernel@...r.kernel.org
Cc: Ingo Molnar <mingo@...nel.org>,
Andrew Morton <akpm@...ux-foundation.org>
Subject: [for-next][PATCH 00/21] tracing: Updates for 5.19
git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace.git
for-next-core
Head SHA1: 6621a7004684bfcff5af4c8e4d37989941f42a6b
Ammar Faizi (2):
tracing: Return -EINVAL if WARN_ON(!glob) triggered in event_hist_trigger_parse()
tracing: Change `if (strlen(glob))` to `if (glob[0])`
Christophe Leroy (1):
MAINTAINERS: Enlarge coverage of TRACING inside architectures
Guo Zhengkui (1):
tracing: Use WARN instead of printk and WARN_ON
Jeff Xie (1):
tracing: Make tp_printk work on syscall tracepoints
Jiapeng Chong (1):
tracing: Fix kernel-doc
Jun Miao (1):
tracing: Fix sleeping function called from invalid context on RT kernel
Mark-PK Tsai (2):
tracing: Avoid adding tracer option before update_tracer_options
tracing: make tracer_init_tracefs initcall asynchronous
Masami Hiramatsu (4):
bootconfig: Make the bootconfig.o as a normal object file
bootconfig: Check the checksum before removing the bootconfig from initrd
bootconfig: Support embedding a bootconfig file in kernel
docs: bootconfig: Add how to embed the bootconfig into kernel
Oscar Shiang (1):
tracing: Fix inconsistent style of mini-HOWTO
Tom Rix (1):
tracing: Cleanup double word in comment
Tom Zanussi (4):
tracing: Remove logic for registering multiple event triggers at a time
tracing: Remove redundant trigger_ops params
tracing: Have existing event_command.parse() implementations use helpers
tracing: Separate hist state updates from hist registration
Wan Jiabing (1):
ring-buffer: Simplify if-if to if-else
Yang Li (1):
tracing: Fix tracing_map_sort_entries() kernel-doc comment
----
Documentation/admin-guide/bootconfig.rst | 31 +++-
MAINTAINERS | 5 +-
include/linux/bootconfig.h | 10 ++
init/Kconfig | 21 ++-
init/main.c | 38 ++--
kernel/trace/pid_list.c | 4 +-
kernel/trace/ring_buffer.c | 4 +-
kernel/trace/trace.c | 51 ++++--
kernel/trace/trace.h | 26 ++-
kernel/trace/trace_eprobe.c | 10 +-
kernel/trace/trace_events_hist.c | 171 +++++++++---------
kernel/trace/trace_events_trigger.c | 292 ++++++++++---------------------
kernel/trace/trace_output.c | 12 +-
kernel/trace/trace_syscalls.c | 35 ++--
kernel/trace/tracing_map.c | 3 +-
lib/.gitignore | 1 +
lib/Makefile | 10 +-
lib/bootconfig-data.S | 10 ++
lib/bootconfig.c | 13 ++
19 files changed, 364 insertions(+), 383 deletions(-)
create mode 100644 lib/bootconfig-data.S
Powered by blists - more mailing lists