Bug 622678 - missed commit to mpparse-xen.c
Summary: missed commit to mpparse-xen.c
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Enterprise Linux 5
Classification: Red Hat
Component: kernel-xen
Version: 5.5
Hardware: All
OS: Linux
low
medium
Target Milestone: rc
: ---
Assignee: Igor Mammedov
QA Contact: Red Hat Kernel QE team
URL:
Whiteboard:
Depends On:
Blocks: 514490
TreeView+ depends on / blocked
 
Reported: 2010-08-10 06:52 UTC by Andrew Jones
Modified: 2011-04-11 10:25 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-04-11 10:25:45 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Andrew Jones 2010-08-10 06:52:31 UTC
We missed a commit to the -xen version of mpparse in this patch

commit acd52983cdb7a874a60d1341d1e6c04bf6093be2
Author: Amerigo Wang <amwang>
Date:   Tue Mar 30 08:27:45 2010 -0400

    [mm] don't let reserved memory overlap bootmem_map


The hunk below should also be in mpparse-xen.c

diff --git a/arch/x86_64/kernel/mpparse.c b/arch/x86_64/kernel/mpparse.c
index 2f720ba..bf6cd76 100644
--- a/arch/x86_64/kernel/mpparse.c
+++ b/arch/x86_64/kernel/mpparse.c
@@ -604,9 +604,11 @@ static int __init smp_scan_config (unsigned long

Comment 1 Igor Mammedov 2011-04-11 10:02:49 UTC
smp_scan_config in x86_64/kernel/mpparse-xen.c doesn't call 
reserve_bootmem_generic at all. So the hunk for adding BOOTMEM_DEFAULT param
to it is not applicable here.


Note You need to log in before you can comment on or make changes to this bug.