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] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 2 Jan 2009 14:01:40 +0100
From:	Ingo Molnar <mingo@...e.hu>
To:	Ingo Brueckl <ib@...peronline.de>
Cc:	Jesper Juhl <jj@...osbits.net>, Tom Spink <tspink@...il.com>,
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH] compile time warnings


* Ingo Brueckl <ib@...peronline.de> wrote:

> Ingo Molnar <mingo@...e.hu> writes:
> 
>  > Would you mind to send a patch for that that we could push to Linus?
> 
> Do you mean something like:
> 
> fix compiler warning in arch/x86/mm/init_32.c

yes, with a small nit:
> 
> +static inline void permanent_kmaps_init(pgd_t *pgd_base)
> +{
> +	(void) pgd_base;

there's no need for this line - this is not a macro, so the function 
parameter does not have to be 'used'.

	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