Re: [GIT PULL] tracing: Tracing fixes for 5.8-rc1

2020-06-20 Thread pr-tracker-bot
The pull request you sent on Fri, 19 Jun 2020 21:24:27 -0400: > git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace.git > trace-v5.8-rc1 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/8b6ddd10d678bebec32381f71b6b420bafc43ad0 Thank you! -- Deet-doot-do

[GIT PULL] tracing: Tracing fixes for 5.8-rc1

2020-06-19 Thread Steven Rostedt
Linus, A few fixes and small cleanups for tracing: - Have recordmcount work with > 64K sections (to support LTO) - kprobe RCU fixes - Correct a kprobe critical section with missing mutex - Remove redundant arch_disarm_kprobe() call - Fix lockup when kretprobe triggers within kprobe_flush_t