login
Login
/
Register
Search
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
June
»
25
Re: [PATCH 4/5 v2] x86 boot: show pfn addresses in hex not decimal in some kernel info printks
view
thread
!MAILaRCHIVE_VOTE_RePLACE
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From:
H. Peter Anvin <hpa@...>
To: Linus Torvalds <torvalds@...>
Cc: Paul Jackson <pj@...>, <yhlu.kernel@...>, <akpm@...>, <mingo@...>, <tglx@...>, <steiner@...>, <travis@...>, <linux-kernel@...>, <ying.huang@...>, <andi@...>
Subject:
Re: [PATCH 4/5 v2] x86 boot: show pfn addresses in hex not decimal in some kernel info printks
Date: Wednesday, June 25, 2008 - 1:01 am
Linus Torvalds wrote:
quoted text
> > 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_. >
Any reason we can't just re-define %p to print the 0x prefix, just as glibc does? It'd be easy enough to go and sed out all the 0x%p's currently in the kernel. -hpa --
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[PATCH 0/5 v2] x86 boot: various E820 & EFI related fixe...
, Paul Jackson
, (Sun Jun 22, 10:21 am)
Re: [PATCH 0/5 v2] x86 boot: various E820 & EFI related ...
, Ingo Molnar
, (Tue Jun 24, 7:19 am)
Re: [PATCH 0/5 v2] x86 boot: various E820 & EFI related ...
, Paul Jackson
, (Tue Jun 24, 7:30 am)
Re: [PATCH 0/5 v2] x86 boot: various E820 & EFI related ...
, H. Peter Anvin
, (Tue Jun 24, 11:45 am)
[PATCH 5/5 v2] x86 boot: more consistently use type int for ...
, Paul Jackson
, (Sun Jun 22, 10:22 am)
[PATCH 4/5 v2] x86 boot: show pfn addresses in hex not decim...
, Paul Jackson
, (Sun Jun 22, 10:22 am)
Re: [PATCH 4/5 v2] x86 boot: show pfn addresses in hex not d...
, Yinghai Lu
, (Sun Jun 22, 3:38 pm)
Re: [PATCH 4/5 v2] x86 boot: show pfn addresses in hex not d...
, Paul Jackson
, (Mon Jun 23, 7:09 am)
Re: [PATCH 4/5 v2] x86 boot: show pfn addresses in hex not d...
, Yinghai Lu
, (Tue Jun 24, 5:29 pm)
Re: [PATCH 4/5 v2] x86 boot: show pfn addresses in hex not d...
, Paul Jackson
, (Tue Jun 24, 9:32 pm)
Re: [PATCH 4/5 v2] x86 boot: show pfn addresses in hex not d...
, H. Peter Anvin
, (Tue Jun 24, 9:56 pm)
Re: [PATCH 4/5 v2] x86 boot: show pfn addresses in hex not d...
, Paul Jackson
, (Tue Jun 24, 10:17 pm)
Re: [PATCH 4/5 v2] x86 boot: show pfn addresses in hex not d...
, H. Peter Anvin
, (Tue Jun 24, 10:18 pm)
Re: [PATCH 4/5 v2] x86 boot: show pfn addresses in hex not d...
, Linus Torvalds
, (Tue Jun 24, 10:58 pm)
Re: [PATCH 4/5 v2] x86 boot: show pfn addresses in hex not d...
, H. Peter Anvin
, (Wed Jun 25, 1:05 am)
Re: [PATCH 4/5 v2] x86 boot: show pfn addresses in hex not d...
, Paul Jackson
, (Tue Jun 24, 11:08 pm)
Re: [PATCH 4/5 v2] x86 boot: show pfn addresses in hex not d...
, Linus Torvalds
, (Wed Jun 25, 12:04 am)
Re: [PATCH 4/5 v2] x86 boot: show pfn addresses in hex not d...
, Johannes Berg
, (Wed Jun 25, 11:00 am)
Re: [PATCH 4/5 v2] x86 boot: show pfn addresses in hex not d...
, Linus Torvalds
, (Wed Jun 25, 11:19 am)
Re: [PATCH 4/5 v2] x86 boot: show pfn addresses in hex not d...
, Alexander van Heukelum
, (Mon Jun 30, 3:58 am)
Re: [PATCH 4/5 v2] x86 boot: show pfn addresses in hex not d...
, Denys Vlasenko
, (Fri Jun 27, 4:43 pm)
Re: [PATCH 4/5 v2] x86 boot: show pfn addresses in hex not d...
, Johannes Berg
, (Wed Jun 25, 11:34 am)
Re: [PATCH 4/5 v2] x86 boot: show pfn addresses in hex not d...
, Ingo Molnar
, (Wed Jun 25, 10:53 am)
Re: [PATCH 4/5 v2] x86 boot: show pfn addresses in hex not d...
, Sam Ravnborg
, (Thu Jun 26, 3:14 pm)
Re: [PATCH 4/5 v2] x86 boot: show pfn addresses in hex not d...
, Ingo Molnar
, (Fri Jun 27, 8:00 am)
Re: [PATCH 4/5 v2] x86 boot: show pfn addresses in hex not d...
, Sam Ravnborg
, (Fri Jun 27, 5:25 pm)
Re: [PATCH 4/5 v2] x86 boot: show pfn addresses in hex not d...
, Paul Jackson
, (Wed Jun 25, 4:04 am)
Re: [PATCH 4/5 v2] x86 boot: show pfn addresses in hex not d...
, H. Peter Anvin
, (Wed Jun 25, 1:01 am)
Re: [PATCH 4/5 v2] x86 boot: show pfn addresses in hex not d...
, Linus Torvalds
, (Wed Jun 25, 10:42 am)
Re: [PATCH 4/5 v2] x86 boot: show pfn addresses in hex not d...
, H. Peter Anvin
, (Wed Jun 25, 11:29 am)
Re: [PATCH 4/5 v2] x86 boot: show pfn addresses in hex not d...
, Linus Torvalds
, (Tue Jun 24, 11:00 pm)
[PATCH 3/5 v2] x86 boot: allow overlapping early reserve mem...
, Paul Jackson
, (Sun Jun 22, 10:22 am)
[PATCH 2/5 v2] x86 boot: x86_64 efi compiler warning fix
, Paul Jackson
, (Sun Jun 22, 10:22 am)
[PATCH 1/5 v2] x86 boot: e820 code indentation fix
, Paul Jackson
, (Sun Jun 22, 10:21 am)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Greg Kroah-Hartman
[PATCH 004/196] Chinese: add translation of SubmittingPatches
David Newall
Re: Slow DOWN, please!!!
Andrew Morton
Re: Linux 2.6.21-rc4
git
:
linux-netdev
:
David Miller
[GIT]: Networking
Gerrit Renker
[PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side)
Jarek Poplawski
Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock().
Dale Farnsworth
Re: [PATCH 01/39] mv643xx_eth: reverse topological sort of functions
openbsd-misc
:
Colocation donated by:
Who's online
There are currently
0 users
and
850 guests
online.
Syndicate