Merge commit 'linus/master' into tracing/kprobes
Conflicts: kernel/trace/Makefile kernel/trace/trace.h kernel/trace/trace_event_types.h kernel/trace/trace_export.c Merge reason: Sync with latest significant tracing core changes.
This commit is contained in:
+1
-1
@@ -1349,7 +1349,7 @@ static int __kprobes show_kprobe_addr(struct seq_file *pi, void *v)
|
||||
return 0;
|
||||
}
|
||||
|
||||
static struct seq_operations kprobes_seq_ops = {
|
||||
static const struct seq_operations kprobes_seq_ops = {
|
||||
.start = kprobe_seq_start,
|
||||
.next = kprobe_seq_next,
|
||||
.stop = kprobe_seq_stop,
|
||||
|
||||
Reference in New Issue
Block a user