Re: [PATCH 02/17] powerpc/module: Remove unused .ftrace.tramp section

2023-06-22 Thread Christophe Leroy
Le 19/06/2023 à 11:47, Naveen N Rao a écrit : > .ftrace.tramp section is not used for any purpose. This code was added > all the way back in the original commit introducing support for dynamic > ftrace on ppc64 modules. Remove it. > > Signed-off-by: Naveen N Rao Reviewed-by: Christophe Leroy

[PATCH 02/17] powerpc/module: Remove unused .ftrace.tramp section

2023-06-19 Thread Naveen N Rao
.ftrace.tramp section is not used for any purpose. This code was added all the way back in the original commit introducing support for dynamic ftrace on ppc64 modules. Remove it. Signed-off-by: Naveen N Rao --- arch/powerpc/include/asm/module.h | 4 1 file changed, 4 deletions(-) diff --gi