"git@gitlab.flux.utah.edu:xcap/xcap-capability-linux.git" did not exist on "ffd8211fb18e1052b2d9eded629cc3c0b872d06a"
tracing: Use free_percpu instead of kfree
In the event->profile_enable() failure path, we release the per cpu buffers using kfree which is wrong because they are per cpu pointers. Although free_percpu only wraps kfree for now, that may change in the future so lets use the correct way. Reported-by:Paul Mackerras <paulus@samba.org> Signed-off-by:
Frederic Weisbecker <fweisbec@gmail.com> Cc: Steven Rostedt <rostedt@goodmis.org> Cc: Ingo Molnar <mingo@elte.hu> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Li Zefan <lizf@cn.fujitsu.com>
Loading
Please register or sign in to comment