lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Fri, 15 Oct 2021 23:02:22 -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-linus][PATCH 0/7] tracing: Fixes for 5.15 Tracing fixes for 5.15: - Fix defined but not use warning/error for osnoise function - Fix memory leak in event probe - Fix memblock leak in bootconfig - Fix the API of event probes to be like kprobes - Added test to check removal of event probe API - Fix recordmcount.pl for nds32 failed build Colin Ian King (1): tracing: Fix missing * in comment block Jackie Liu (1): tracing: Fix missing osnoise tracer on max_latency Masami Hiramatsu (1): bootconfig: init: Fix memblock leak in xbc_make_cmdline() Steven Rostedt (1): nds32/ftrace: Fix Error: invalid operands (*UND* and *UND* sections) for `^' Steven Rostedt (VMware) (2): tracing: Fix event probe removal from dynamic events selftests/ftrace: Update test for more eprobe removal process Vamshi K Sthambamkadi (1): tracing: Fix memory leak in eprobe_register() ---- init/main.c | 1 + kernel/trace/trace.c | 11 ++-- kernel/trace/trace_eprobe.c | 61 ++++++++++++++++++++-- kernel/trace/trace_events_hist.c | 2 +- scripts/recordmcount.pl | 2 +- .../ftrace/test.d/dynevent/add_remove_eprobe.tc | 54 ++++++++++++++++++- 6 files changed, 117 insertions(+), 14 deletions(-)
Powered by blists - more mailing lists