login
Login
/
Register
Search
Search this site:
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
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: H. Peter Anvin
Subject:
Re: [PATCH 4/5 v2] x86 boot: show pfn addresses in hex not decimal in some kernel info printks
Date: Tuesday, June 24, 2008 - 7:18 pm
Paul Jackson wrote:
quoted text
> hpa wrote: >> that would have to be %#10lx. > > Hmmm ... the '#' is a good idea, instead of an explicit "0x". > > Do we want zero padding as well, with "0#8lx" ? > > Zone PFN ranges: > DMA 0x00000000 -> 0x00001000 > DMA32 0x00001000 -> 0x00100000 > Normal 0x00100000 -> 0x00428000 > > or right aligned, space padded: > > Zone PFN ranges: > DMA 0x0 -> 0x1000 > DMA32 0x1000 -> 0x100000 > Normal 0x100000 -> 0x428000 > > I like the zero padding here myself. >
Yes, zero padding. What we really should have is %p produce this format. For some odd reason, right now %p produces numbers without the 0x prefix. -h --
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 fixes ...
, Paul Jackson
, (Sun Jun 22, 7:21 am)
[PATCH 1/5 v2] x86 boot: e820 code indentation fix
, Paul Jackson
, (Sun Jun 22, 7:21 am)
[PATCH 2/5 v2] x86 boot: x86_64 efi compiler warning fix
, Paul Jackson
, (Sun Jun 22, 7:22 am)
[PATCH 3/5 v2] x86 boot: allow overlapping early reserve m ...
, Paul Jackson
, (Sun Jun 22, 7:22 am)
[PATCH 4/5 v2] x86 boot: show pfn addresses in hex not dec ...
, Paul Jackson
, (Sun Jun 22, 7:22 am)
[PATCH 5/5 v2] x86 boot: more consistently use type int fo ...
, Paul Jackson
, (Sun Jun 22, 7:22 am)
Re: [PATCH 4/5 v2] x86 boot: show pfn addresses in hex not ...
, Yinghai Lu
, (Sun Jun 22, 12:38 pm)
Re: [PATCH 4/5 v2] x86 boot: show pfn addresses in hex not ...
, Paul Jackson
, (Mon Jun 23, 4:09 am)
Re: [PATCH 0/5 v2] x86 boot: various E820 & EFI related fi ...
, Ingo Molnar
, (Tue Jun 24, 4:19 am)
Re: [PATCH 0/5 v2] x86 boot: various E820 & EFI related fi ...
, Paul Jackson
, (Tue Jun 24, 4:30 am)
Re: [PATCH 0/5 v2] x86 boot: various E820 & EFI related fi ...
, H. Peter Anvin
, (Tue Jun 24, 8:45 am)
Re: [PATCH 4/5 v2] x86 boot: show pfn addresses in hex not ...
, Yinghai Lu
, (Tue Jun 24, 2:29 pm)
Re: [PATCH 4/5 v2] x86 boot: show pfn addresses in hex not ...
, Paul Jackson
, (Tue Jun 24, 6:32 pm)
Re: [PATCH 4/5 v2] x86 boot: show pfn addresses in hex not ...
, H. Peter Anvin
, (Tue Jun 24, 6:56 pm)
Re: [PATCH 4/5 v2] x86 boot: show pfn addresses in hex not ...
, Paul Jackson
, (Tue Jun 24, 7:17 pm)
Re: [PATCH 4/5 v2] x86 boot: show pfn addresses in hex not ...
, H. Peter Anvin
, (Tue Jun 24, 7:18 pm)
Re: [PATCH 4/5 v2] x86 boot: show pfn addresses in hex not ...
, Linus Torvalds
, (Tue Jun 24, 7:58 pm)
Re: [PATCH 4/5 v2] x86 boot: show pfn addresses in hex not ...
, Linus Torvalds
, (Tue Jun 24, 8:00 pm)
Re: [PATCH 4/5 v2] x86 boot: show pfn addresses in hex not ...
, Paul Jackson
, (Tue Jun 24, 8:08 pm)
Re: [PATCH 4/5 v2] x86 boot: show pfn addresses in hex not ...
, Linus Torvalds
, (Tue Jun 24, 9:04 pm)
Re: [PATCH 4/5 v2] x86 boot: show pfn addresses in hex not ...
, H. Peter Anvin
, (Tue Jun 24, 10:01 pm)
Re: [PATCH 4/5 v2] x86 boot: show pfn addresses in hex not ...
, H. Peter Anvin
, (Tue Jun 24, 10:05 pm)
Re: [PATCH 4/5 v2] x86 boot: show pfn addresses in hex not ...
, Paul Jackson
, (Wed Jun 25, 1:04 am)
Re: [PATCH 4/5 v2] x86 boot: show pfn addresses in hex not ...
, Linus Torvalds
, (Wed Jun 25, 7:42 am)
Re: [PATCH 4/5 v2] x86 boot: show pfn addresses in hex not ...
, Ingo Molnar
, (Wed Jun 25, 7:53 am)
Re: [PATCH 4/5 v2] x86 boot: show pfn addresses in hex not ...
, Johannes Berg
, (Wed Jun 25, 8:00 am)
Re: [PATCH 4/5 v2] x86 boot: show pfn addresses in hex not ...
, Linus Torvalds
, (Wed Jun 25, 8:19 am)
Re: [PATCH 4/5 v2] x86 boot: show pfn addresses in hex not ...
, H. Peter Anvin
, (Wed Jun 25, 8:29 am)
Re: [PATCH 4/5 v2] x86 boot: show pfn addresses in hex not ...
, Johannes Berg
, (Wed Jun 25, 8:34 am)
Re: [PATCH 4/5 v2] x86 boot: show pfn addresses in hex not ...
, Sam Ravnborg
, (Thu Jun 26, 12:14 pm)
Re: [PATCH 4/5 v2] x86 boot: show pfn addresses in hex not ...
, Ingo Molnar
, (Fri Jun 27, 5:00 am)
Re: [PATCH 4/5 v2] x86 boot: show pfn addresses in hex not ...
, Denys Vlasenko
, (Fri Jun 27, 1:43 pm)
Re: [PATCH 4/5 v2] x86 boot: show pfn addresses in hex not ...
, Sam Ravnborg
, (Fri Jun 27, 2:25 pm)
Re: [PATCH 4/5 v2] x86 boot: show pfn addresses in hex not ...
, Alexander van Heukelum
, (Mon Jun 30, 12:58 am)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Tejun Heo
Re: your mail
Ingo Molnar
Re: [patch] e1000=y && e1000e=m regression fix
Robert Richter
Re: [PATCH] oprofile: Implement Intel architectural perfmon support
Eli Cohen
Re: LRO num of frags limit
Pavel Machek
min_free_kbytes documentation, /proc/sys/vm docs
git
:
Bill Lear
cpio command not found
Gary Yang
fatal: did you run git update-server-info on the server? mv post-update.sample pos...
Ben Schmidt
Getting the path right for git over SSH
Fredrik Kuivinen
Re: fatal: unable to create '.git/index': File exists
Laflen, Brandon (GE, Research)
RE: fatal: Unable to find remote helper for 'http'
linux-netdev
:
Sage Weil
Re: [2/3] POHMELFS: Documentation.
Patrick McHardy
Re: [ANNOUNCE]: First release of nftables
Frans Pop
svc: failed to register lockdv1 RPC service (errno 97).
Sage Weil
Re: [2/3] POHMELFS: Documentation.
Eric Dumazet
Re: [PATCH] ipv4/route.c: respect prefsrc for local routes
openbsd-misc
:
Paul M
Corrupted RAIDFrame device
nixlists
Re: OpenSMTPd actual development and integration
Steve Shockley
Re: Blocking Teamviewer
David Newman
Re: 4.2 and 4.3 BIND: masters_list does not work with masters option
Anders Langworthy
Re: What does your environment look like?
git-commits-head
:
Linux Kernel Mailing List
Remove empty comment in acpi/power.c
Linux Kernel Mailing List
Linux 2.6.34-rc4
Linux Kernel Mailing List
swiotlb: replace architecture-specific swiotlb.h with linux/swiotlb.h
Linux Kernel Mailing List
x86 boot: only pick up additional EFI memmap if add_efi_memmap flag
Linux Kernel Mailing List
[ARM] 5269/1: ARMv7: Use -march=armv7-a as compiler flag
Colocation donated by:
Syndicate