Thread (4 messages) 4 messages, 2 authors, 2022-03-30

Re: [PATCH v2] ftrace: Make ftrace_graph_is_dead() a static branch

From: Steven Rostedt <rostedt@goodmis.org>
Date: 2022-03-30 02:07:41
Also in: lkml

On Fri, 25 Mar 2022 09:03:08 +0100
Christophe Leroy [off-list ref] wrote:
quoted hunk ↗ jump to hunk
--- a/kernel/trace/fgraph.c
+++ b/kernel/trace/fgraph.c
@@ -10,6 +10,7 @@
 #include <linux/suspend.h>
 #include <linux/ftrace.h>
 #include <linux/slab.h>
+#include <linux/jump_label.h>
 
Small nit. Please order the includes in "upside-down x-mas tree" fashion:

#include <linux/jump_label.h>
#include <linux/suspend.h>
#include <linux/ftrace.h>
#include <linux/slab.h>

Thanks,

-- Steve
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help