login
Login
/
Register
Search
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
June
»
25
Re: [PATCH] x86: Limit E820 map when a user-defined memory map is specified
view
thread
!MAILaRCHIVE_VOTE_RePLACE
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From:
Yinghai Lu <yhlu.kernel@...>
To: Bernhard Walle <bwalle@...>
Cc: <x86@...>, <linux-kernel@...>, <kexec@...>, <vgoyal@...>
Subject:
Re: [PATCH] x86: Limit E820 map when a user-defined memory map is specified
Date: Wednesday, June 25, 2008 - 3:59 pm
On Wed, Jun 25, 2008 at 12:39 PM, Bernhard Walle <bwalle@suse.de> wrote:
quoted text
> This patch brings back limiting of the E820 map when a user-defined > E820 map is specified. While the behaviour of i386 (32 bit) was to limit > the E820 map (and /proc/iomem), the behaviour of x86-64 (64 bit) was not to > limit. > > That patch limits the E820 map again for both x86 architectures. > > Code was tested for compilation and booting on a 32 bit and 64 bit system. > > > Signed-off-by: Bernhard Walle <bwalle@suse.de>
Acked-by: Yinghai Lu <yhlu.kernel@gmail.com>
quoted text
> --- > arch/x86/kernel/e820.c | 5 +++++ > 1 files changed, 5 insertions(+), 0 deletions(-) > > diff --git a/arch/x86/kernel/e820.c b/arch/x86/kernel/e820.c > index a1b0548..3771386 100644 > --- a/arch/x86/kernel/e820.c > +++ b/arch/x86/kernel/e820.c > @@ -988,6 +988,9 @@ static int __init parse_memopt(char *p) > > mem_size = memparse(p, &p); > end_user_pfn = mem_size>>PAGE_SHIFT; > + e820_update_range(mem_size, ULLONG_MAX - mem_size, > + E820_RAM, E820_RESERVED); > + > return 0; > } > early_param("mem", parse_memopt); > @@ -1032,6 +1035,8 @@ static int __init parse_memmap_opt(char *p) > e820_add_region(start_at, mem_size, E820_RESERVED); > } else { > end_user_pfn = (mem_size >> PAGE_SHIFT); > + e820_update_range(mem_size, ULLONG_MAX - mem_size, > + E820_RAM, E820_RESERVED); > } > return *p == '__PLACEHOLDER__1_' ? 0 : -EINVAL; > } > --
--
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] x86: Limit E820 map when a user-defined memory map i...
, Bernhard Walle
, (Wed Jun 25, 3:39 pm)
Re: [PATCH] x86: Limit E820 map when a user-defined memory m...
, Yinghai Lu
, (Wed Jun 25, 3:59 pm)
Re: [PATCH] x86: Limit E820 map when a user-defined memory m...
, Ingo Molnar
, (Thu Jun 26, 9:22 am)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Benjamin Herrenschmidt
Re: [PATCH] Remove process freezer from suspend to RAM pathway
Greg KH
[GIT PATCH] driver core patches against 2.6.24
Mariusz Kozlowski
[PATCH 03] drivers/sbus/char/bbc_envctrl.c: kmalloc + memset conversion to kzalloc
Yinghai Lu
[PATCH 02/16] x86: introduce nr_irqs for 64bit v3
git
:
linux-netdev
:
Gerrit Renker
[PATCH 13/37] dccp: Deprecate Ack Ratio sysctl
James Morris
Re: [GIT]: Networking
Jeff Garzik
Re: [bug?] tg3: Failed to load firmware "tigon/tg3_tso.bin"
git-commits-head
:
Colocation donated by:
Who's online
There are currently
1 user
and
883 guests
online.
Online users
strcmp
Syndicate