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:	Tue, 24 May 2011 21:27:19 +0200
From:	Ingo Molnar <mingo@...e.hu>
To:	Alan Cox <alan@...ux.jf.intel.com>
Cc:	linux-kernel@...r.kernel.org
Subject: Re: [PATCH] kernel: fix silly warning


* Alan Cox <alan@...ux.jf.intel.com> wrote:

> () should be (void)
> 
> Signed-off-by: Alan Cox <alan@...ux.intel.com>
> ---
> 
>  kernel/watchdog.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/kernel/watchdog.c b/kernel/watchdog.c
> index 6e63097..7daa4b0 100644
> --- a/kernel/watchdog.c
> +++ b/kernel/watchdog.c
> @@ -98,7 +98,7 @@ __setup("nosoftlockup", nosoftlockup_setup);
>   * the thresholds with a factor: we make the soft threshold twice the amount of
>   * time the hard threshold is.
>   */
> -static int get_softlockup_thresh()
> +static int get_softlockup_thresh(void)

Yeah. This should already be fixed upstream, Linus pushed it out about 12 hours 
ago.

Thanks,

	Ingo
--
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