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:	Mon, 12 Jul 2010 10:18:59 +0900 (JST)
From:	KOSAKI Motohiro <kosaki.motohiro@...fujitsu.com>
To:	Andrew Morton <akpm@...ux-foundation.org>
Cc:	kosaki.motohiro@...fujitsu.com,
	Randy Dunlap <randy.dunlap@...cle.com>,
	linux-kernel@...r.kernel.org,
	Samium Gromoff <_deepfire@...lingofgreen.ru>,
	Greg KH <greg@...ah.com>
Subject: Re: [PATCH -mmotm] 8250_early: fix printk format warnings

> This?
> 
> 	if (mmio || mmio32)
> 		printk(KERN_INFO
> 		       "Early serial console at MMIO%s 0x%llu (options '%s')\n",
> 			mmio32 ? "32" : "",
> 			(unsigned long long)port->mapbase,
> 			device->options);
> 	else
> 		printk(KERN_INFO
> 		      "Early serial console at I/O port 0x%lu (options '%s')\n",
> 			port->iobase,
> 			device->options);
> 

Looks good to me. thanks.



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