Re: [PATCH 02/41] tracing: Replace __get_cpu_var uses with this_cpu_ptr

2014-09-17 Thread Steven Rostedt
On Tue, 26 Aug 2014 13:59:55 -0400 Tejun Heo wrote: > On Tue, Dec 03, 2013 at 05:32:34PM -0600, Christoph Lameter wrote: > > Replace uses of &__get_cpu_var for address calculation with this_cpu_ptr. > > > > CC: Steven Rostedt > > CC: Frederic Weisbecker > > CC: Ingo Molnar > > Acked-by: Masam

Re: [PATCH 02/41] tracing: Replace __get_cpu_var uses with this_cpu_ptr

2014-08-26 Thread Tejun Heo
On Tue, Dec 03, 2013 at 05:32:34PM -0600, Christoph Lameter wrote: > Replace uses of &__get_cpu_var for address calculation with this_cpu_ptr. > > CC: Steven Rostedt > CC: Frederic Weisbecker > CC: Ingo Molnar > Acked-by: Masami Hiramatsu > Signed-off-by: Christoph Lameter Applied to percpu/

[for-next][PATCH 03/13] tracing: Replace __get_cpu_var uses with this_cpu_ptr

2014-05-12 Thread Steven Rostedt
From: Christoph Lameter Replace uses of &__get_cpu_var for address calculation with this_cpu_ptr. Link: http://lkml.kernel.org/p/alpine.deb.2.10.1404291415560.18...@gentwo.org Acked-by: Masami Hiramatsu Signed-off-by: Christoph Lameter Signed-off-by: Steven Rostedt --- include/linux/kprobes

Re: tracing: Replace __get_cpu_var uses with this_cpu_ptr

2014-05-06 Thread Christoph Lameter
On Tue, 6 May 2014, Steven Rostedt wrote: > I pulled this into my 3.16 queue. Thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the

Re: tracing: Replace __get_cpu_var uses with this_cpu_ptr

2014-05-06 Thread Steven Rostedt
On Tue, 29 Apr 2014 14:17:40 -0500 (CDT) Christoph Lameter wrote: > Replace uses of &__get_cpu_var for address calculation with this_cpu_ptr. > I pulled this into my 3.16 queue. -- Steve > Acked-by: Masami Hiramatsu > Signed-off-by: Christoph Lameter > > Index: linux/include/linux/kprobes.

tracing: Replace __get_cpu_var uses with this_cpu_ptr

2014-04-29 Thread Christoph Lameter
Replace uses of &__get_cpu_var for address calculation with this_cpu_ptr. Acked-by: Masami Hiramatsu Signed-off-by: Christoph Lameter Index: linux/include/linux/kprobes.h === --- linux.orig/include/linux/kprobes.h 2014-04-28 13:09

[PATCH 07/48] tracing: Replace __get_cpu_var uses with this_cpu_ptr

2014-02-14 Thread Christoph Lameter
Replace uses of &__get_cpu_var for address calculation with this_cpu_ptr. CC: Steven Rostedt CC: Frederic Weisbecker CC: Ingo Molnar Acked-by: Masami Hiramatsu Signed-off-by: Christoph Lameter Index: linux/include/linux/kprobes.h ==

[PATCH 02/41] tracing: Replace __get_cpu_var uses with this_cpu_ptr

2014-01-17 Thread Christoph Lameter
Replace uses of &__get_cpu_var for address calculation with this_cpu_ptr. CC: Steven Rostedt CC: Frederic Weisbecker CC: Ingo Molnar Acked-by: Masami Hiramatsu Signed-off-by: Christoph Lameter Index: linux/include/linux/kprobes.h ==

[PATCH 02/40] tracing: Replace __get_cpu_var uses with this_cpu_ptr

2013-12-19 Thread Christoph Lameter
Replace uses of &__get_cpu_var for address calculation with this_cpu_ptr. CC: Steven Rostedt CC: Frederic Weisbecker CC: Ingo Molnar Acked-by: Masami Hiramatsu Signed-off-by: Christoph Lameter Index: linux/include/linux/kprobes.h ==

[PATCH 02/41] tracing: Replace __get_cpu_var uses with this_cpu_ptr

2013-12-03 Thread Christoph Lameter
Replace uses of &__get_cpu_var for address calculation with this_cpu_ptr. CC: Steven Rostedt CC: Frederic Weisbecker CC: Ingo Molnar Acked-by: Masami Hiramatsu Signed-off-by: Christoph Lameter Index: linux/include/linux/kprobes.h ==