[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20230125161824.332648375@goodmis.org>
Date: Wed, 25 Jan 2023 11:18:24 -0500
From: Steven Rostedt <rostedt@...dmis.org>
To: linux-kernel@...r.kernel.org
Cc: Masami Hiramatsu <mhiramat@...nel.org>,
Andrew Morton <akpm@...ux-foundation.org>,
Chuang Wang <nashuiliang@...il.com>,
Colin Ian King <colin.i.king@...il.com>,
Mark Rutland <mark.rutland@....com>,
Natalia Petrova <n.petrova@...tech.ru>,
Randy Dunlap <rdunlap@...radead.org>
Subject: [for-linus][PATCH 00/11] tracing: Updates for 6.2
Tracing updates for 6.2:
- Fix filter memory leak by calling ftrace_free_filter()
- Initialize trace_printk() earlier so that ftrace_dump_on_oops shows data
on early crashs.
- Update the outdated instructions in scripts/tracing/ftrace-bisect.sh
- Add lockdep_is_held() to fix lockdep warning
- Add allocation failure check in create_hist_field()
- Don't initalize pointer that gets set right away in enabled_monitors_write()
- Update MAINTAINER entries
- Fix help messages in Kconfigs
- Fix kernel-doc header for update_preds()
git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace.git
ftrace/urgent
Head SHA1: 78020233418518faa72fba11f40e1d53b9e88a2e
Chuang Wang (1):
tracing/osnoise: Use built-in RCU list checking
Colin Ian King (1):
rv: remove redundant initialization of pointer ptr
Mark Rutland (2):
ftrace: Export ftrace_free_filter() to modules
ftrace: Maintain samples/ftrace
Masami Hiramatsu (Google) (1):
bootconfig: Update MAINTAINERS file to add tree and mailing list
Natalia Petrova (1):
trace_events_hist: add check for return value of 'create_hist_field'
Randy Dunlap (3):
tracing: Kconfig: Fix spelling/grammar/punctuation
lib: Kconfig: fix spellos
tracing/filter: fix kernel-doc warnings
Steven Rostedt (Google) (2):
tracing: Make sure trace_printk() can output as soon as it can be used
ftrace/scripts: Update the instructions for ftrace-bisect.sh
----
MAINTAINERS | 5 +++++
kernel/trace/Kconfig | 8 +++----
kernel/trace/ftrace.c | 23 ++++++++++++++++++-
kernel/trace/rv/rv.c | 2 +-
kernel/trace/trace.c | 2 ++
kernel/trace/trace.h | 1 +
kernel/trace/trace_events_filter.c | 8 +++----
kernel/trace/trace_events_hist.c | 2 ++
kernel/trace/trace_osnoise.c | 5 ++---
kernel/trace/trace_output.c | 3 +--
lib/Kconfig.debug | 2 +-
lib/Kconfig.kcsan | 2 +-
samples/ftrace/ftrace-direct-multi-modify.c | 1 +
samples/ftrace/ftrace-direct-multi.c | 1 +
scripts/tracing/ftrace-bisect.sh | 34 ++++++++++++++++++++++-------
15 files changed, 74 insertions(+), 25 deletions(-)
Powered by blists - more mailing lists