* [PATCH] kernel/kprobes.c: Made kprobe_blacklist static.
@ 2008-07-10 16:38 Daniel Guilak
2008-07-11 12:37 ` Masami Hiramatsu
0 siblings, 1 reply; 2+ messages in thread
From: Daniel Guilak @ 2008-07-10 16:38 UTC (permalink / raw)
To: linux-kernel; +Cc: trivial, akpm, torvalds, daniel
Signed-off-by: Daniel Guilak <daniel@danielguilak.com>
---
kernel/kprobes.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/kernel/kprobes.c b/kernel/kprobes.c
index d4998f8..1485ca8 100644
--- 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[] = {
+static struct kprobe_blackpoint kprobe_blacklist[] = {
{"preempt_schedule",},
{NULL} /* Terminator */
};
--
1.5.4.3
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] kernel/kprobes.c: Made kprobe_blacklist static.
2008-07-10 16:38 [PATCH] kernel/kprobes.c: Made kprobe_blacklist static Daniel Guilak
@ 2008-07-11 12:37 ` Masami Hiramatsu
0 siblings, 0 replies; 2+ messages in thread
From: Masami Hiramatsu @ 2008-07-11 12:37 UTC (permalink / raw)
To: Daniel Guilak; +Cc: linux-kernel, trivial, akpm, torvalds, daniel
Daniel Guilak wrote:
> Signed-off-by: Daniel Guilak <daniel@danielguilak.com>
Thank you for cleaning up.
Acked-by: Masami Hiramatsu <mhiramat@redhat.com>
> ---
> kernel/kprobes.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/kernel/kprobes.c b/kernel/kprobes.c
> index d4998f8..1485ca8 100644
> --- 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[] = {
> +static struct kprobe_blackpoint kprobe_blacklist[] = {
> {"preempt_schedule",},
> {NULL} /* Terminator */
> };
--
Masami Hiramatsu
Software Engineer
Hitachi Computer Products (America) Inc.
Software Solutions Division
e-mail: mhiramat@redhat.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-07-11 12:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-10 16:38 [PATCH] kernel/kprobes.c: Made kprobe_blacklist static Daniel Guilak
2008-07-11 12:37 ` Masami Hiramatsu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox