Re: [RFC][PATCH 3/3] x86/ftrace: Use text_poke()

2019-08-26 Thread Peter Zijlstra
On Mon, Aug 26, 2019 at 02:51:41PM +0200, Peter Zijlstra wrote: > Move ftrace over to using the generic x86 text_poke functions; this > avoids having a second/different copy of that code around. > > Cc: Daniel Bristot de Oliveira > Cc: Steven Rostedt > Signed-off-by: Peter Zijlstra (Intel)

[RFC][PATCH 3/3] x86/ftrace: Use text_poke()

2019-08-26 Thread Peter Zijlstra
Move ftrace over to using the generic x86 text_poke functions; this avoids having a second/different copy of that code around. Cc: Daniel Bristot de Oliveira Cc: Steven Rostedt Signed-off-by: Peter Zijlstra (Intel) --- arch/x86/include/asm/ftrace.h |2 arch/x86/kernel/ftrace.c |