lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Fri, 11 Jul 2008 08:37:22 -0400
From:	Masami Hiramatsu <mhiramat@...hat.com>
To:	Daniel Guilak <guilak@...ux.vnet.ibm.com>
CC:	linux-kernel@...r.kernel.org, trivial@...nel.org,
	akpm@...ux-foundation.org, torvalds@...ux-foundation.org,
	daniel@...ielguilak.com
Subject: Re: [PATCH] kernel/kprobes.c: Made kprobe_blacklist static.

Daniel Guilak wrote:
> Signed-off-by: Daniel Guilak <daniel@...ielguilak.com>

Thank you for cleaning up.
Acked-by: Masami Hiramatsu <mhiramat@...hat.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@...hat.com

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ