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:	Thu, 12 Aug 2010 11:43:15 -0700
From:	Tony Luck <tony.luck@...el.com>
To:	Greg Kroah-Hartman <gregkh@...e.de>
Cc:	linux-kernel@...r.kernel.org,
	Samium Gromoff <_deepfire@...lingofgreen.ru>,
	Randy Dunlap <randy.dunlap@...cle.com>,
	KOSAKI Motohiro <kosaki.motohiro@...fujitsu.com>,
	Andrew Morton <akpm@...ux-foundation.org>
Subject: Re: [PATCH 56/68] serial: MMIO32 support for 8250_early.c

On Tue, Aug 10, 2010 at 2:59 PM, Greg Kroah-Hartman <gregkh@...e.de> wrote:
> +       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);
> +

This change looks to be responsible for some confusing dmesg output. Here's some
diff between v2.6.35 and current Linus tree:


< Early serial console at I/O port 0x3f8 (options '115200')
---
> Early serial console at I/O port 0x1016 (options '115200')

Note that my serial port didn't move to a different address. Hex(3f8)
== Decimal(1016)

I think those two printk formats should be using 'x' format rather than 'u' :-)

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