login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
May
»
6
Re: Linux 2.6.26-rc1 - pgtable_32.c:178 pmd_bad
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Ingo Molnar
Subject:
Re: Linux 2.6.26-rc1 - pgtable_32.c:178 pmd_bad
Date: Tuesday, May 6, 2008 - 8:15 am
* Linus Torvalds <torvalds@linux-foundation.org> wrote:
quoted text
> On Tue, 6 May 2008, Ingo Molnar wrote: > > > > hm, the main objection was about whether to turn PAGE_SIZE from > > unsigned into signed though - and that we didnt do. > > No it wasn't. > > The main objection was that you SHOULD NOT USE PAGE_SIZE_MASK AT ALL! > > You should have used a pagetable-specific macro, becuse PAGE_MASK is > simply fundamentally WRONG, and has absolutely nothing to do with the > PFN bits, whether sign-extended or not! > > The fact is, the page frane number bits are *not* ~PAGE_MASK or > anything like that. They share only the low bits - not the high bits.
yeah, indeed, sorry about that. Will sort this type mixing out today. Ingo --
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:
Re: Linux 2.6.26-rc1 - pgtable_32.c:178 pmd_bad
, Jeff Chua
, (Mon May 5, 6:06 pm)
Re: Linux 2.6.26-rc1 - pgtable_32.c:178 pmd_bad
, Ingo Molnar
, (Tue May 6, 5:49 am)
Re: Linux 2.6.26-rc1 - pgtable_32.c:178 pmd_bad
, Hugh Dickins
, (Tue May 6, 6:56 am)
Re: Linux 2.6.26-rc1 - pgtable_32.c:178 pmd_bad
, Ingo Molnar
, (Tue May 6, 8:04 am)
Re: Linux 2.6.26-rc1 - pgtable_32.c:178 pmd_bad
, Linus Torvalds
, (Tue May 6, 8:09 am)
Re: Linux 2.6.26-rc1 - pgtable_32.c:178 pmd_bad
, Ingo Molnar
, (Tue May 6, 8:15 am)
Re: Linux 2.6.26-rc1 - pgtable_32.c:178 pmd_bad
, Jeremy Fitzhardinge
, (Tue May 6, 8:32 am)
Re: Linux 2.6.26-rc1 - pgtable_32.c:178 pmd_bad
, Hugh Dickins
, (Tue May 6, 9:12 am)
Re: Linux 2.6.26-rc1 - pgtable_32.c:178 pmd_bad
, Linus Torvalds
, (Tue May 6, 9:16 am)
Re: Linux 2.6.26-rc1 - pgtable_32.c:178 pmd_bad
, Ingo Molnar
, (Tue May 6, 9:30 am)
Re: Linux 2.6.26-rc1 - pgtable_32.c:178 pmd_bad
, Linus Torvalds
, (Tue May 6, 11:39 am)
Re: Linux 2.6.26-rc1 - pgtable_32.c:178 pmd_bad
, Hugh Dickins
, (Tue May 6, 12:43 pm)
[PATCH] x86: fix PAE pmd_bad bootup warning
, Hugh Dickins
, (Tue May 6, 12:49 pm)
Re: [PATCH] x86: fix PAE pmd_bad bootup warning
, Linus Torvalds
, (Tue May 6, 1:06 pm)
Re: [PATCH] x86: fix PAE pmd_bad bootup warning
, Hans Rosenfeld
, (Tue May 6, 1:22 pm)
Re: [PATCH] x86: fix PAE pmd_bad bootup warning
, Hugh Dickins
, (Tue May 6, 1:30 pm)
Re: [PATCH] x86: fix PAE pmd_bad bootup warning
, Hugh Dickins
, (Tue May 6, 1:36 pm)
Re: [PATCH] x86: fix PAE pmd_bad bootup warning
, Dave Hansen
, (Tue May 6, 1:42 pm)
Re: [PATCH] x86: fix PAE pmd_bad bootup warning
, Jeff Chua
, (Tue May 6, 9:40 pm)
Re: [PATCH] x86: fix PAE pmd_bad bootup warning
, Hugh Dickins
, (Tue May 6, 10:30 pm)
Re: [PATCH] x86: fix PAE pmd_bad bootup warning
, Nishanth Aravamudan
, (Wed May 7, 4:39 pm)
Re: [PATCH] x86: fix PAE pmd_bad bootup warning
, Hans Rosenfeld
, (Thu May 8, 7:34 am)
Re: [PATCH] x86: fix PAE pmd_bad bootup warning
, Hans Rosenfeld
, (Thu May 8, 7:39 am)
Re: [PATCH] x86: fix PAE pmd_bad bootup warning
, Dave Hansen
, (Thu May 8, 7:52 am)
Re: [PATCH] x86: fix PAE pmd_bad bootup warning
, Hans Rosenfeld
, (Thu May 8, 8:11 am)
Re: [PATCH] x86: fix PAE pmd_bad bootup warning
, Nishanth Aravamudan
, (Thu May 8, 8:44 am)
Re: [PATCH] x86: fix PAE pmd_bad bootup warning
, Dave Hansen
, (Thu May 8, 8:51 am)
Re: [PATCH] x86: fix PAE pmd_bad bootup warning
, Nishanth Aravamudan
, (Thu May 8, 9:07 am)
Re: [PATCH] x86: fix PAE pmd_bad bootup warning
, Hans Rosenfeld
, (Thu May 8, 9:19 am)
Re: [PATCH] x86: fix PAE pmd_bad bootup warning
, Nishanth Aravamudan
, (Thu May 8, 9:33 am)
Re: [PATCH] x86: fix PAE pmd_bad bootup warning
, Dave Hansen
, (Thu May 8, 9:42 am)
Re: [PATCH] x86: fix PAE pmd_bad bootup warning
, Hans Rosenfeld
, (Thu May 8, 9:51 am)
Re: [PATCH] x86: fix PAE pmd_bad bootup warning
, Nishanth Aravamudan
, (Thu May 8, 10:16 am)
Re: [PATCH] x86: fix PAE pmd_bad bootup warning
, Dave Hansen
, (Thu May 8, 11:42 am)
Re: [PATCH] x86: fix PAE pmd_bad bootup warning
, Hugh Dickins
, (Thu May 8, 11:48 am)
Re: [PATCH] x86: fix PAE pmd_bad bootup warning
, Hugh Dickins
, (Thu May 8, 11:58 am)
Re: [PATCH] x86: fix PAE pmd_bad bootup warning
, Dave Hansen
, (Thu May 8, 12:06 pm)
Re: [PATCH] x86: fix PAE pmd_bad bootup warning
, Matt Mackall
, (Thu May 8, 12:49 pm)
Re: [PATCH] x86: fix PAE pmd_bad bootup warning
, Hans Rosenfeld
, (Thu May 8, 1:02 pm)
Re: [PATCH] x86: fix PAE pmd_bad bootup warning
, Dave Hansen
, (Thu May 8, 1:08 pm)
Re: [PATCH] x86: fix PAE pmd_bad bootup warning
, Dave Hansen
, (Thu May 8, 1:16 pm)
Re: [PATCH] x86: fix PAE pmd_bad bootup warning
, Dave Hansen
, (Thu May 8, 4:15 pm)
Re: [PATCH] x86: fix PAE pmd_bad bootup warning
, Paul Mundt
, (Fri May 9, 2:03 am)
Re: [PATCH] x86: fix PAE pmd_bad bootup warning
, Matt Mackall
, (Wed May 14, 12:01 pm)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Greg Kroah-Hartman
[PATCH 041/196] kobject: add kobject_init_and_add function
Lukas Hejtmanek
Re: Another libata error related to OCZ SSD
Greg Kroah-Hartman
[PATCH 023/196] MCP_UCB1200: Convert from class_device to device
Florian Fainelli
Re: System clock runs too fast after 2.6.27 -> 2.6.28.1 upgrade
Christoph Lameter
[patch 1/4] mmu_notifier: Core code
git
:
Johannes Schindelin
Re: [PATCH 1/2] Add strbuf_initf()
John Bito
[EGIT] Push to GitHub caused corruption
Jakub Narebski
Re: [PATCH 0/2] gitweb: patch view
Junio C Hamano
Re: [PATCH] When a remote is added but not fetched, tell the user.
Andy Parkins
Re: [RFC] Submodules in GIT
git-commits-head
:
Linux Kernel Mailing List
ahci: Workaround HW bug for SB600/700 SATA controller PMP support
Linux Kernel Mailing List
V4L/DVB (11086): au0828: rename macro for currently non-function VBI support
Linux Kernel Mailing List
ceph: client types
Linux Kernel Mailing List
ceph: on-wire types
Linux Kernel Mailing List
crypto: chainiv - Use kcrypto_wq instead of keventd_wq
linux-netdev
:
Andrew Morton
Re: [Bugme-new] [Bug 14969] New: b44: WOL does not work in suspended state
Giuseppe CAVALLARO
Re: [PATCH 03/13] stmmac: add the new Header file for stmmac platform data
Taku Izumi
[PATCH 3/3] ixgbe: add registers etc. printout code just before resetting adapters
Eric Dumazet
rps: some comments
Thomas Gleixner
Re: [RFC PATCH 02/12] On Tue, 23 Sep 2008, David Miller wrote:
openbsd-misc
:
Stephan Andreas
problems with login after xlock in OpenBSD release 4.7
pmc
Make A Change. Alcoholism and Drug Addiction Treatment
ropers
Re: what exactly is enc0?
Fuad NAHDI
Re: What does your environment look like?
Matthew Szudzik
Typo on OpenBSD 4.4 CD Set
Colocation donated by:
Syndicate