Re: [PATCH 4/4 v2] init: Have initcall_debug still work without CONFIG_TRACEPOINTS

2018-04-07 Thread kbuild test robot
Hi Steven, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on linus/master] [also build test WARNING on v4.16 next-20180406] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH 4/4 v2] init: Have initcall_debug still work without CONFIG_TRACEPOINTS

2018-04-07 Thread kbuild test robot
Hi Steven, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on linus/master] [also build test WARNING on v4.16 next-20180406] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

[PATCH 4/4 v2] init: Have initcall_debug still work without CONFIG_TRACEPOINTS

2018-04-06 Thread Steven Rostedt
From: "Steven Rostedt (VMware)" Add macros around the initcall_debug tracepoint code to have the code to default back to the old method if CONFIG_TRACEPOINTS is not enabled. Signed-off-by: Steven Rostedt (VMware) --- init/main.c | 24

[PATCH 4/4 v2] init: Have initcall_debug still work without CONFIG_TRACEPOINTS

2018-04-06 Thread Steven Rostedt
From: "Steven Rostedt (VMware)" Add macros around the initcall_debug tracepoint code to have the code to default back to the old method if CONFIG_TRACEPOINTS is not enabled. Signed-off-by: Steven Rostedt (VMware) --- init/main.c | 24 ++-- 1 file changed, 22 insertions(+),