Re: [PATCH] PowerPC: Replace kretprobe with rethook

2024-05-23 Thread Google
On Thu, 16 May 2024 09:46:46 -0400 Abhishek Dubey wrote: > This is an adaptation of commit f3a112c0c40d ("x86,rethook,kprobes: > Replace kretprobe with rethook on x86") to Power. > > Replaces the kretprobe code with rethook on Power. With this patch, > kretprobe on Power uses the rethook instead

Re: [PATCH] PowerPC: Replace kretprobe with rethook

2024-05-16 Thread kernel test robot
x.git next patch link: https://lore.kernel.org/r/20240516134646.1059114-1-adubey%40linux.ibm.com patch subject: [PATCH] PowerPC: Replace kretprobe with rethook config: powerpc-asp8347_defconfig (https://download.01.org/0day-ci/archive/20240517/202405171203.casoixjg-...@intel.com/config) compi

Re: [PATCH] PowerPC: Replace kretprobe with rethook

2024-05-16 Thread kernel test robot
x.git next patch link: https://lore.kernel.org/r/20240516134646.1059114-1-adubey%40linux.ibm.com patch subject: [PATCH] PowerPC: Replace kretprobe with rethook config: powerpc-allnoconfig (https://download.01.org/0day-ci/archive/20240517/202405171247.spwntdjg-...@intel.com/config) compiler: pow

[PATCH] PowerPC: Replace kretprobe with rethook

2024-05-16 Thread Abhishek Dubey
This is an adaptation of commit f3a112c0c40d ("x86,rethook,kprobes: Replace kretprobe with rethook on x86") to Power. Replaces the kretprobe code with rethook on Power. With this patch, kretprobe on Power uses the rethook instead of kretprobe specific trampoline code. Reference to other archs: co