Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'trace-v4.10-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace

Pull tracing fix from Steven Rostedt:
"Simple fix of s/static struct __init/static __init struct/"

* tag 'trace-v4.10-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace:
tracing/kprobes: Fix __init annotation

+1 -1
+1 -1
kernel/trace/trace_kprobe.c
··· 1372 1372 return a1 + a2 + a3 + a4 + a5 + a6; 1373 1373 } 1374 1374 1375 - static struct __init trace_event_file * 1375 + static __init struct trace_event_file * 1376 1376 find_trace_probe_file(struct trace_kprobe *tk, struct trace_array *tr) 1377 1377 { 1378 1378 struct trace_event_file *file;