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

kernel/kprobes.c: Made kprobe_blacklist static.

Signed-off-by: Daniel Guilak <daniel@danielguilak.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Daniel Guilak and committed by
Linus Torvalds
544304b2 08405b8b

+1 -1
+1 -1
kernel/kprobes.c
··· 79 79 * 80 80 * For such cases, we now have a blacklist 81 81 */ 82 - struct kprobe_blackpoint kprobe_blacklist[] = { 82 + static struct kprobe_blackpoint kprobe_blacklist[] = { 83 83 {"preempt_schedule",}, 84 84 {NULL} /* Terminator */ 85 85 };