[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.LFD.1.10.0806242101460.20369@hp.linux-foundation.org>
Date: Tue, 24 Jun 2008 21:04:18 -0700 (PDT)
From: Linus Torvalds <torvalds@...ux-foundation.org>
To: Paul Jackson <pj@....com>
cc: hpa@...or.com, yhlu.kernel@...il.com, akpm@...ux-foundation.org,
mingo@...e.hu, tglx@...utronix.de, steiner@....com, travis@....com,
linux-kernel@...r.kernel.org, ying.huang@...el.com,
andi@...stfloor.org
Subject: Re: [PATCH 4/5 v2] x86 boot: show pfn addresses in hex not decimal
in some kernel info printks
On Tue, 24 Jun 2008, Paul Jackson wrote:
>
> I'd be inclined instead to use "%P" for symbolic addrs.
That doesn't work - gcc warns about it.
That turns out to be a problem with %#p too.
It's really irritating how we cannot extend on the printk strings without
either having to throw out gcc warnings altogether. gcc has no extension
mechanism to the built-in rules ;/
The format warnings are too useful to drop entirely. I guess sparse could
be taught to do them, and then we could drop the gcc support for them. But
that would still limit coverage a _lot_.
Linus
--
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