Revision eff48ddeab782e35e58ccc8853f7386bbae9dec4 authored by Linus Torvalds on 22 September 2020, 16:08:33 UTC, committed by Linus Torvalds on 22 September 2020, 16:08:33 UTC
Pull tracing fixes from Steven Rostedt:

 - Check kprobe is enabled before unregistering from ftrace as it isn't
   registered when disabled.

 - Remove kprobes enabled via command-line that is on init text when
   freed.

 - Add missing RCU synchronization for ftrace trampoline symbols removed
   from kallsyms.

 - Free trampoline on error path if ftrace_startup() fails.

 - Give more space for the longer PID numbers in trace output.

 - Fix a possible double free in the histogram code.

 - A couple of fixes that were discovered by sparse.

* tag 'trace-v5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace:
  bootconfig: init: make xbc_namebuf static
  kprobes: tracing/kprobes: Fix to kill kprobes on initmem after boot
  tracing: fix double free
  ftrace: Let ftrace_enable_sysctl take a kernel pointer buffer
  tracing: Make the space reserved for the pid wider
  ftrace: Fix missing synchronize_rcu() removing trampoline from kallsyms
  ftrace: Free the trampoline when ftrace_startup() fails
  kprobes: Fix to check probe enabled before disarm_kprobe_ftrace()
2 parent s 9847774 + a27026e
History
File Mode Size
ad1816a
ad1848
cs423x
es1688
galaxy
gus
msnd
opti9xx
sb
wavefront
wss
Kconfig -rw-r--r-- 12.7 KB
Makefile -rw-r--r-- 892 bytes
adlib.c -rw-r--r-- 2.7 KB
als100.c -rw-r--r-- 9.7 KB
azt2320.c -rw-r--r-- 8.9 KB
cmi8328.c -rw-r--r-- 13.5 KB
cmi8330.c -rw-r--r-- 21.8 KB
es18xx.c -rw-r--r-- 68.3 KB
opl3sa2.c -rw-r--r-- 28.4 KB
sc6000.c -rw-r--r-- 17.1 KB
sscape.c -rw-r--r-- 32.1 KB

back to top