Re: [GIT PULL] tracing: Fixes for 5.12-rc1

2021-03-05 Thread pr-tracker-bot
The pull request you sent on Fri, 5 Mar 2021 09:13:13 -0500: > git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace.git > trace-v5.12-rc1 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/54663cf398e7b2c9e44aeffe41be04cecb9d47c5 Thank you! -- Deet-doot-do

[GIT PULL] tracing: Fixes for 5.12-rc1

2021-03-05 Thread Steven Rostedt
Linus, Functional fixes: - Fix big endian conversion for arm64 in recordmcount processing - Fix timestamp corruption in ring buffer on discarding events - Fix memory leak in __create_synth_event() - Skip selftests if tracing is disabled as it will cause them to fail. Non-functional fixe

Re: [GIT PULL] Tracing: Fixes for 5.12

2021-02-26 Thread pr-tracker-bot
The pull request you sent on Thu, 25 Feb 2021 21:54:17 -0500: > git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace.git > trace-v5.12-2 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/8b1e2c50bce9f3cc4422c3ed087252b8347da77a Thank you! -- Deet-doot-dot

[GIT PULL] Tracing: Fixes for 5.12

2021-02-25 Thread Steven Rostedt
Linus, Tracing: Fixes for 5.12 Two fixes: - Fix an unsafe printf string usage in a kmem trace event - Fix spelling in output from the latency-collector tool Note, since the broken commit was not in my tree, nor was it in any of your tags, I just based this on top of the broken commit. I al