projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08405b8
)
kernel/kprobes.c: Made kprobe_blacklist static.
author
Daniel Guilak
<guilak@linux.vnet.ibm.com>
Thu, 10 Jul 2008 16:38:19 +0000
(09:38 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Thu, 10 Jul 2008 17:13:51 +0000
(10:13 -0700)
Signed-off-by: Daniel Guilak <daniel@danielguilak.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/kprobes.c
patch
|
blob
|
blame
|
history
diff --git
a/kernel/kprobes.c
b/kernel/kprobes.c
index d4998f81e229efdc83d7135ecc61fa0cc70ecd91..1485ca8d0e00503104e81248a7c5e30b58edfb79 100644
(file)
--- a/
kernel/kprobes.c
+++ b/
kernel/kprobes.c
@@
-79,7
+79,7
@@
static DEFINE_PER_CPU(struct kprobe *, kprobe_instance) = NULL;
*
* For such cases, we now have a blacklist
*/
-struct kprobe_blackpoint kprobe_blacklist[] = {
+st
atic st
ruct kprobe_blackpoint kprobe_blacklist[] = {
{"preempt_schedule",},
{NULL} /* Terminator */
};