All of lore.kernel.org
 help / color / mirror / Atom feed
* [for-next][PATCH 00/16] tracing: Updates for v7.3
@ 2026-07-29  0:05 Steven Rostedt
  2026-07-29  0:05 ` [for-next][PATCH 01/16] bpf: Make btf_get_module_btf() and btf_relocate_id() non-static Steven Rostedt
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: Steven Rostedt @ 2026-07-29  0:05 UTC (permalink / raw)
  To: linux-kernel
  Cc: Masami Hiramatsu, Mark Rutland, Mathieu Desnoyers, Andrew Morton

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

Head SHA1: efdcfd9b4f4f07aa70663ee02a79dbdf980bf582


David Laight (1):
      kernel/trace/trace_printk: Use kstrdup() instead of kmalloc() and strcpy()

Markus Elfring (3):
      tracing/user_events: Use seq_putc() in two functions
      tracing/user_events: Replace a seq_printf() call by seq_puts() in user_seq_show()
      fgraph: Use trace_seq_putc() in print_graph_return()

Mykyta Yatsenko (3):
      bpf: Make btf_get_module_btf() and btf_relocate_id() non-static
      tracing: Expose tracepoint BTF ids via tracefs
      selftests/bpf: Add test for tracepoint btf_ids tracefs file

Pengpeng Hou (3):
      tracing: Use __free() for expr_str() buffer
      tracing: Return ERR_PTR() from expr_str()
      tracing: Bound histogram expression strings with seq_buf

Po-Sheng Lin (1):
      tracing: Use strscpy() instead of strcpy() in trace_sched_switch

Samuel Moelius (2):
      tracing: Reject invalid preemptirq_delay_test CPU affinity
      samples/ftrace: Prevent division by zero when nr_function_calls is zero

Steven Rostedt (1):
      tracing: Warn when an event dereferences a pointer in TP_printk()

Woradorn Laodhanadhaworn (1):
      tracing: Use seq_buf for string concatenation

Yu Peng (1):
      tracing: Point constant hist field type to string literal

----
 include/linux/btf.h                                |   2 +
 include/linux/trace_events.h                       |   9 ++
 include/trace/trace_events.h                       |  24 ++++
 kernel/bpf/btf.c                                   |   4 +-
 kernel/trace/preemptirq_delay_test.c               |   9 ++
 kernel/trace/trace_events.c                        | 131 ++++++++++++++++++--
 kernel/trace/trace_events_hist.c                   |  96 +++++++++------
 kernel/trace/trace_events_user.c                   |  10 +-
 kernel/trace/trace_functions_graph.c               |   2 +-
 kernel/trace/trace_printk.c                        |   3 +-
 kernel/trace/trace_sched_switch.c                  |   6 +-
 kernel/trace/trace_syscalls.c                      |  17 +++
 samples/ftrace/ftrace-ops.c                        |   2 +-
 .../testing/selftests/bpf/prog_tests/tp_btf_ids.c  | 132 +++++++++++++++++++++
 14 files changed, 385 insertions(+), 62 deletions(-)
 create mode 100644 tools/testing/selftests/bpf/prog_tests/tp_btf_ids.c

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

end of thread, other threads:[~2026-07-29  0:05 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-29  0:05 [for-next][PATCH 00/16] tracing: Updates for v7.3 Steven Rostedt
2026-07-29  0:05 ` [for-next][PATCH 01/16] bpf: Make btf_get_module_btf() and btf_relocate_id() non-static Steven Rostedt
2026-07-29  0:05 ` [for-next][PATCH 02/16] tracing: Expose tracepoint BTF ids via tracefs Steven Rostedt
2026-07-29  0:05 ` [for-next][PATCH 03/16] selftests/bpf: Add test for tracepoint btf_ids tracefs file Steven Rostedt
2026-07-29  0:05 ` [for-next][PATCH 04/16] tracing: Point constant hist field type to string literal Steven Rostedt
2026-07-29  0:05 ` [for-next][PATCH 05/16] kernel/trace/trace_printk: Use kstrdup() instead of kmalloc() and strcpy() Steven Rostedt
2026-07-29  0:05 ` [for-next][PATCH 06/16] tracing: Use __free() for expr_str() buffer Steven Rostedt
2026-07-29  0:05 ` [for-next][PATCH 07/16] tracing: Return ERR_PTR() from expr_str() Steven Rostedt
2026-07-29  0:05 ` [for-next][PATCH 08/16] tracing: Bound histogram expression strings with seq_buf Steven Rostedt
2026-07-29  0:05 ` [for-next][PATCH 09/16] tracing/user_events: Use seq_putc() in two functions Steven Rostedt
2026-07-29  0:05 ` [for-next][PATCH 10/16] tracing/user_events: Replace a seq_printf() call by seq_puts() in user_seq_show() Steven Rostedt
2026-07-29  0:05 ` [for-next][PATCH 11/16] fgraph: Use trace_seq_putc() in print_graph_return() Steven Rostedt
2026-07-29  0:05 ` [for-next][PATCH 12/16] tracing: Reject invalid preemptirq_delay_test CPU affinity Steven Rostedt
2026-07-29  0:05 ` [for-next][PATCH 13/16] samples/ftrace: Prevent division by zero when nr_function_calls is zero Steven Rostedt
2026-07-29  0:05 ` [for-next][PATCH 14/16] tracing: Warn when an event dereferences a pointer in TP_printk() Steven Rostedt
2026-07-29  0:05 ` [for-next][PATCH 15/16] tracing: Use strscpy() instead of strcpy() in trace_sched_switch Steven Rostedt
2026-07-29  0:05 ` [for-next][PATCH 16/16] tracing: Use seq_buf for string concatenation Steven Rostedt

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.