Re: [PATCH v2 0/3] kprobes: Fix kretprobe issues

2019-01-08 Thread Masami Hiramatsu
On Tue, 8 Jan 2019 11:31:01 +0100 Andrea Righi wrote: > On Tue, Jan 08, 2019 at 01:43:55PM +0900, Masami Hiramatsu wrote: > > Hello, > > > > This is v2 series of fixing kretprobe incorrect stacking order patches. > > In this version, I fixed a lack of kprobes.h including and added new > > patch

Re: [PATCH v2 0/3] kprobes: Fix kretprobe issues

2019-01-08 Thread Andrea Righi
On Tue, Jan 08, 2019 at 01:43:55PM +0900, Masami Hiramatsu wrote: > Hello, > > This is v2 series of fixing kretprobe incorrect stacking order patches. > In this version, I fixed a lack of kprobes.h including and added new > patch for kretprobe trampoline recursion issue. (and add Cc:stable) > > (

[PATCH v2 0/3] kprobes: Fix kretprobe issues

2019-01-07 Thread Masami Hiramatsu
Hello, This is v2 series of fixing kretprobe incorrect stacking order patches. In this version, I fixed a lack of kprobes.h including and added new patch for kretprobe trampoline recursion issue. (and add Cc:stable) (1) kprobe incorrct stacking order problem On recent talk with Andrea, I started