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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 8 Jul 2010 11:37:10 -0700
From:	Greg KH <greg@...ah.com>
To:	Randy Dunlap <randy.dunlap@...cle.com>
Cc:	linux-kernel@...r.kernel.org, akpm@...ux-foundation.org,
	Samium Gromoff <_deepfire@...lingofgreen.ru>
Subject: Re: [PATCH -mmotm] 8250_early: fix printk format warnings

On Fri, Jul 02, 2010 at 06:24:37PM -0700, Randy Dunlap wrote:
> From: Randy Dunlap <randy.dunlap@...cle.com>
> 
> Fix printk format warnings in serial-mmio32-support-for-8250_earlyc.patch:
> 
> drivers/serial/8250_early.c:207: warning: format '%p' expects type 'void *', but argument 3 has type 'long long unsigned int'
> drivers/serial/8250_early.c:210: warning: format '%p' expects type 'void *', but argument 2 has type 'long long unsigned int'
> 
> Signed-off-by: Randy Dunlap <randy.dunlap@...cle.com>
> Cc: Samium Gromoff <_deepfire@...lingofgreen.ru>
> Cc: Greg KH <greg@...ah.com>
> ---
>  drivers/serial/8250_early.c |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> --- mmotm-2010-0701-1219.orig/drivers/serial/8250_early.c
> +++ mmotm-2010-0701-1219/drivers/serial/8250_early.c
> @@ -202,12 +202,12 @@ static int __init parse_options(struct e
>  	}
>  
>  	if (mmio || mmio32)
> -		printk(KERN_INFO "Early serial console at MMIO%s 0x%p (options '%s')\n",
> +		printk(KERN_INFO "Early serial console at MMIO%s 0x%llu (options '%s')\n",

Odd, my tree doesn't have this change in it, where is it coming from?

thanks,

greg k-h
--
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