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:	Sun, 18 Oct 2009 14:18:26 +0800
From:	Yong Zhang <yong.zhang0@...il.com>
To:	H Hartley Sweeten <hartleys@...ionengravers.com>
Cc:	linux-kernel <linux-kernel@...r.kernel.org>,
	Thomas Gleixner <tglx@...utronix.de>,
	Martin Schwidefsky <schwidefsky@...ibm.com>
Subject: Re: [PATCH] jiffies.c: fix symbol was not declared noise

On Sat, Oct 17, 2009 at 6:26 AM, H Hartley Sweeten
<hartleys@...ionengravers.com> wrote:
> In kernel/time/jiffies.c, clocksource_jiffies should be static.
>
> Signed-off-by: H Hartley Sweeten <hsweeten@...ionengravers.com>

Reviewed-by: Yong Zhang <yong.zhang0@...il.com>

Cc'ed some experts.

>
> ---
>
> diff --git a/kernel/time/jiffies.c b/kernel/time/jiffies.c
> index 5404a84..36d2d83 100644
> --- a/kernel/time/jiffies.c
> +++ b/kernel/time/jiffies.c
> @@ -55,7 +55,7 @@ static cycle_t jiffies_read(struct clocksource *cs)
>        return (cycle_t) jiffies;
>  }
>
> -struct clocksource clocksource_jiffies = {
> +static struct clocksource clocksource_jiffies = {
>        .name           = "jiffies",
>        .rating         = 1, /* lowest valid rating*/
>        .read           = jiffies_read,
> --
> 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/
>
--
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