Re: [PATCH v2] PowerPC: Replace kretprobe with rethook

2024-06-18 Thread Naveen N Rao
On Tue, Jun 18, 2024 at 06:43:06AM GMT, Masami Hiramatsu wrote: > On Mon, 17 Jun 2024 18:28:07 +0530 > Naveen N Rao wrote: > > > Hi Abhishek, > > > > On Mon, Jun 10, 2024 at 11:45:09AM GMT, Abhishek Dubey wrote: > > > This is an adaptation of commit f3a112c0c40d ("x86,rethook,kprobes: > > > Repl

Re: [PATCH v2] PowerPC: Replace kretprobe with rethook

2024-06-17 Thread Google
On Mon, 17 Jun 2024 18:28:07 +0530 Naveen N Rao wrote: > Hi Abhishek, > > On Mon, Jun 10, 2024 at 11:45:09AM GMT, Abhishek Dubey wrote: > > This is an adaptation of commit f3a112c0c40d ("x86,rethook,kprobes: > > Replace kretprobe with rethook on x86") to PowerPC. > > > > Replaces the kretprobe

Re: [PATCH v2] PowerPC: Replace kretprobe with rethook

2024-06-17 Thread Naveen N Rao
Hi Abhishek, On Mon, Jun 10, 2024 at 11:45:09AM GMT, Abhishek Dubey wrote: > This is an adaptation of commit f3a112c0c40d ("x86,rethook,kprobes: > Replace kretprobe with rethook on x86") to PowerPC. > > Replaces the kretprobe code with rethook on Power. With this patch, > kretprobe on Power uses

[PATCH v2] PowerPC: Replace kretprobe with rethook

2024-06-10 Thread Abhishek Dubey
This is an adaptation of commit f3a112c0c40d ("x86,rethook,kprobes: Replace kretprobe with rethook on x86") to PowerPC. 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: