[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.DEB.2.10.1503071748530.5739@chino.kir.corp.google.com>
Date: Sat, 7 Mar 2015 17:59:14 -0800 (PST)
From: David Rientjes <rientjes@...gle.com>
To: Yinghai Lu <yinghai@...nel.org>
cc: Matt Fleming <matt.fleming@...el.com>,
"H. Peter Anvin" <hpa@...or.com>, Ingo Molnar <mingo@...hat.com>,
Borislav Petkov <bp@...e.de>,
Bjorn Helgaas <bhelgaas@...gle.com>,
Thomas Gleixner <tglx@...utronix.de>,
Jiri Kosina <jkosina@...e.cz>, Chun-Yi Lee <jlee@...e.com>,
linux-kernel@...r.kernel.org, linux-efi@...r.kernel.org,
linux-pci@...r.kernel.org, stable@...r.kernel.org
Subject: Re: [PATCH v3 1/8] x86: Kill E820_RESERVED_KERN
On Sat, 7 Mar 2015, Yinghai Lu wrote:
> Now we are using memblock to do early resource reserver/allocation
> instead of using e820 map directly, and setup_data is reserved in
> memblock early already.
> Also kexec generate setup_data and pass pointer to second kernel,
> so second kernel reserve setup_data by their own.
> (Now kexec-tools create SETUP_EFI and SETUP_E820_EXT).
>
> We can kill E820_RESERVED_KERN and not touch e820 map at all.
>
> That will fix bug in mark_nonsave_region that can not handle that
> case: E820_RAM and E820_RESERVED_KERN ranges are continuous and
> boundary is not page aligned.
>
> Bugzilla: https://bugzilla.opensuse.org/show_bug.cgi?id=913885
Is this the bug referenced in the commit message that is fixed? If so,
it's only a bug for resume, correct? I'm not sure if that's clear enough
just from the commit message, I was looking at this patch for an e820
problem I'm currently facing on 3.3.
> Reported-by: "Lee, Chun-Yi" <jlee@...e.com>
> Tested-by: "Lee, Chun-Yi" <jlee@...e.com>
> Cc: "Lee, Chun-Yi" <jlee@...e.com>
> Signed-off-by: Yinghai Lu <yinghai@...nel.org>
> Cc: stable@...r.kernel.org
Hmm, although the bug is reported for a 3.12 kernel, I assume this is for
stable 3.10+? If so, it should apply fine with the exception of removing
e820_reserve_setup_data() from setup_arch() rather than
memblock_x86_reserve_range_setup_data(). Or is it for 3.2 as well and
needs to be completely rebased for that kernel?
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists