Re: [PATCH v2 00/13] Implement livepatch on PPC32 and more

2022-02-16 Thread Michael Ellerman
On Mon, 20 Dec 2021 16:37:58 +, Christophe Leroy wrote: > This series implements livepatch on PPC32 and implements > CONFIG_DYNAMIC_FTRACE_WITH_ARGS to simplify ftracing. > > v2: > - Fix problem with strict modules RWX > - Convert powerpc to CONFIG_DYNAMIC_FTRACE_WITH_ARGS > - Convert function

[PATCH v2 00/13] Implement livepatch on PPC32 and more

2021-12-20 Thread Christophe Leroy
This series implements livepatch on PPC32 and implements CONFIG_DYNAMIC_FTRACE_WITH_ARGS to simplify ftracing. v2: - Fix problem with strict modules RWX - Convert powerpc to CONFIG_DYNAMIC_FTRACE_WITH_ARGS - Convert function graph tracing to C - Refactor PPC32 versus PPC64 Signed-off-by: Christop