Re: [GIT PULL] tracing: A couple of fixes

2020-10-01 Thread pr-tracker-bot
The pull request you sent on Wed, 30 Sep 2020 19:53:59 -0400: > git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace.git > trace-v5.9-rc6 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/aa5ff93523ebc9f4cfd9fb37d021b5204ce14657 Thank you! --

[GIT PULL] tracing: A couple of fixes

2020-09-30 Thread Steven Rostedt
Linus, Two tracing fixes: - Fix temp buffer accounting that caused a WARNING for ftrace_dump_on_opps() - Move the recursion check in one of the function callback helpers to the beginning of the function, as if the rcu_is_watching() gets traced, it will cause a recursive loop that will

[PATCH 0/2] [GIT PULL] tracing: A couple of fixes for 4.15

2018-01-15 Thread Steven Rostedt
Linus, This includes two fixes - Bring back context level recursive protection in ring buffer. The simpler counter protection failed, due to a path when tracing with trace_clock_global() as it could not be reentrant and depended on the ring buffer recursive protection to keep that

[PATCH 0/2] [GIT PULL] tracing: A couple of fixes for 4.15

2018-01-15 Thread Steven Rostedt
Linus, This includes two fixes - Bring back context level recursive protection in ring buffer. The simpler counter protection failed, due to a path when tracing with trace_clock_global() as it could not be reentrant and depended on the ring buffer recursive protection to keep that

[PATCH 0/2] [GIT PULL] tracing: A couple of fixes with tracefs

2016-09-25 Thread Steven Rostedt
Linus, Al Viro has been looking at the tracefs code, and has pointed out some issues. This contains one fix by me and one by Al. I'm sure that he'll come up with more but for now I tested these patches and they don't appear to have any negative impact on tracing. Please pull the latest

[PATCH 0/2] [GIT PULL] tracing: A couple of fixes with tracefs

2016-09-25 Thread Steven Rostedt
Linus, Al Viro has been looking at the tracefs code, and has pointed out some issues. This contains one fix by me and one by Al. I'm sure that he'll come up with more but for now I tested these patches and they don't appear to have any negative impact on tracing. Please pull the latest

[PATCH 0/2] [GIT PULL] tracing: A couple of fixes

2016-02-16 Thread Steven Rostedt
Linus, This includes two fixes. The first is something that has come up a few times and has been worked out individually, but it's come up now enough that the problem should be generic. Tracepoints are protected by RCU sched. There are several tracepoints within core infrastructure like

[PATCH 0/2] [GIT PULL] tracing: A couple of fixes

2016-02-16 Thread Steven Rostedt
Linus, This includes two fixes. The first is something that has come up a few times and has been worked out individually, but it's come up now enough that the problem should be generic. Tracepoints are protected by RCU sched. There are several tracepoints within core infrastructure like

[PATCH 0/2] [GIT PULL] tracing: A couple of fixes to tracepoints

2014-05-08 Thread Steven Rostedt
Linus, This contains two fixes. The first is a long standing bug that causes bogus data to show up in the refcnt field of the module_refcnt tracepoint. It was introduced by a merge conflict resolution back in 2.6.35-rc days. The result should be refcnt = incs - decs, but instead it did refcnt

[PATCH 0/2] [GIT PULL] tracing: A couple of fixes to tracepoints

2014-05-08 Thread Steven Rostedt
Linus, This contains two fixes. The first is a long standing bug that causes bogus data to show up in the refcnt field of the module_refcnt tracepoint. It was introduced by a merge conflict resolution back in 2.6.35-rc days. The result should be refcnt = incs - decs, but instead it did refcnt

[PATCH 0/2] [GIT PULL] tracing: A couple of fixes

2014-04-17 Thread Steven Rostedt
Linus, This contains two fixes. The first is to remove a duplication of creating debugfs files that already exist and causes an error report to be printed due to the failure of the second creation. The second is a memory leak fix that was introduced in 3.14. Please pull the latest

[PATCH 0/2] [GIT PULL] tracing: A couple of fixes

2014-04-17 Thread Steven Rostedt
Linus, This contains two fixes. The first is to remove a duplication of creating debugfs files that already exist and causes an error report to be printed due to the failure of the second creation. The second is a memory leak fix that was introduced in 3.14. Please pull the latest

[PATCH 0/2] [GIT PULL] tracing: A couple of fixes

2013-05-28 Thread Steven Rostedt
Linus, Two more fixes: The first one was reported by Mauro Carvalho Chehab, where if a poll() is done against a trace buffer for a CPU that has never been online, it will crash the kernel, as buffers are only created when a CPU comes on line, but the trace files are for all possible CPUs. This

[PATCH 0/2] [GIT PULL] tracing: A couple of fixes

2013-05-28 Thread Steven Rostedt
Linus, Two more fixes: The first one was reported by Mauro Carvalho Chehab, where if a poll() is done against a trace buffer for a CPU that has never been online, it will crash the kernel, as buffers are only created when a CPU comes on line, but the trace files are for all possible CPUs. This