Re: [PATCH v10 4/5] kprobes: freelist.h removed

2023-10-18 Thread Google
Hi, On Mon, 16 Oct 2023 22:23:14 +0900 Masami Hiramatsu (Google) wrote: > Hi Peter, > > This freelist has been introduced by you, is it OK to remove this because no > other user exists? I'll pick this on my probes/for-next branch. If there is any issue reported, I'll revert it. Thank you, >

Re: [PATCH v10 4/5] kprobes: freelist.h removed

2023-10-16 Thread Google
Hi Peter, This freelist has been introduced by you, is it OK to remove this because no other user exists? Thank you, On Sun, 15 Oct 2023 13:32:50 +0800 "wuqiang.matt" wrote: > This patch will remove freelist.h from kernel source tree, since the > only use cases (kretprobe and rethook) are conv

[PATCH v10 4/5] kprobes: freelist.h removed

2023-10-14 Thread wuqiang.matt
This patch will remove freelist.h from kernel source tree, since the only use cases (kretprobe and rethook) are converted to objpool. Signed-off-by: wuqiang.matt --- include/linux/freelist.h | 129 --- 1 file changed, 129 deletions(-) delete mode 100644 inclu