Re: [PATCH] kernel/kprobes: kprobes_built_in can be boolean

2017-12-16 Thread Masami Hiramatsu
On Fri, 15 Dec 2017 14:41:12 +0800 guzhifeng wrote: > This patch makes kprobes_built_in return bool due to this > particular function only using either one or zero as its return > value. > > No functional change. This seems OK to me. Acked-by: Masami Hiramatsu Thank you, > > Signed-off-by:

[PATCH] kernel/kprobes: kprobes_built_in can be boolean

2017-12-14 Thread guzhifeng
This patch makes kprobes_built_in return bool due to this particular function only using either one or zero as its return value. No functional change. Signed-off-by: guzhifeng --- include/linux/kprobes.h | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/linux/k