preempt: Use preempt_schedule_context() as the official tracing preemption point
preempt_schedule_context() is a tracing safe preemption point but it's only used when CONFIG_CONTEXT_TRACKING=y. Other configs have tracing recursion issues since commit: b30f0e3f ("sched/preempt: Optimize preemption operations on __schedule() callers") introduced function based preemp_count_*() ops. Lets make it available on all configs and give it a more appropriate name for its new position. Reported-by:Fengguang Wu <fengguang.wu@intel.com> Signed-off-by:
Frederic Weisbecker <fweisbec@gmail.com> Signed-off-by:
Peter Zijlstra (Intel) <peterz@infradead.org> Cc: Andrew Morton <akpm@linux-foundation.org> Cc: H. Peter Anvin <hpa@zytor.com> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Steven Rostedt <rostedt@goodmis.org> Cc: Thomas Gleixner <tglx@linutronix.de> Link: http://lkml.kernel.org/r/1433432349-1021-3-git-send-email-fweisbec@gmail.com Signed-off-by:
Ingo Molnar <mingo@kernel.org>
Showing
- arch/x86/include/asm/preempt.h 3 additions, 5 deletionsarch/x86/include/asm/preempt.h
- arch/x86/kernel/i386_ksyms_32.c 1 addition, 3 deletionsarch/x86/kernel/i386_ksyms_32.c
- arch/x86/kernel/x8664_ksyms_64.c 1 addition, 3 deletionsarch/x86/kernel/x8664_ksyms_64.c
- arch/x86/lib/thunk_32.S 1 addition, 3 deletionsarch/x86/lib/thunk_32.S
- arch/x86/lib/thunk_64.S 1 addition, 3 deletionsarch/x86/lib/thunk_64.S
- include/asm-generic/preempt.h 2 additions, 5 deletionsinclude/asm-generic/preempt.h
- include/linux/preempt.h 1 addition, 5 deletionsinclude/linux/preempt.h
- kernel/sched/core.c 3 additions, 5 deletionskernel/sched/core.c
Please register or sign in to comment