Re: [PATCH] Handle additional e820 memmap type strings

2017-05-23 Thread Baoquan He
On 05/22/17 at 01:43pm, Simon Horman wrote: > On Fri, May 19, 2017 at 05:15:38PM +0800, Baoquan He wrote: > > On 05/17/17 at 07:51am, Eric DeVolder wrote: > > > > > diff --git a/kexec/firmware_memmap.c b/kexec/firmware_memmap.c > > > > > index 4d84f00..1ee214a 100644 > > > > > ---

Re: [PATCH] Handle additional e820 memmap type strings

2017-05-19 Thread Baoquan He
On 05/17/17 at 07:51am, Eric DeVolder wrote: > > > diff --git a/kexec/firmware_memmap.c b/kexec/firmware_memmap.c > > > index 4d84f00..1ee214a 100644 > > > --- a/kexec/firmware_memmap.c > > > +++ b/kexec/firmware_memmap.c > > > @@ -164,6 +164,10 @@ static int parse_memmap_entry(const char *entry,

Re: [PATCH] Handle additional e820 memmap type strings

2017-05-17 Thread Eric DeVolder
On 05/15/2017 09:07 AM, Baoquan He wrote: On 05/10/17 at 11:03am, Eric DeVolder wrote: Keep pace with changes to linux arch/x86/kernel/e820.c to function e820_type_to_string(). With this change, the following messages from kexec are eliminated (and allows kexec to load): Unknown type

Re: [PATCH] Handle additional e820 memmap type strings

2017-05-15 Thread Baoquan He
On 05/10/17 at 11:03am, Eric DeVolder wrote: > Keep pace with changes to linux arch/x86/kernel/e820.c to > function e820_type_to_string(). With this change, the following > messages from kexec are eliminated (and allows kexec to load): > > Unknown type (Reserved) while parsing

Re: [PATCH] Handle additional e820 memmap type strings

2017-05-14 Thread Eric DeVolder
There have been no reviews of this patch yet; just bubbling it up to the top to gain some attention. Regards, eric On 05/10/2017 11:03 AM, Eric DeVolder wrote: Keep pace with changes to linux arch/x86/kernel/e820.c to function e820_type_to_string(). With this change, the following messages

[PATCH] Handle additional e820 memmap type strings

2017-05-10 Thread Eric DeVolder
Keep pace with changes to linux arch/x86/kernel/e820.c to function e820_type_to_string(). With this change, the following messages from kexec are eliminated (and allows kexec to load): Unknown type (Reserved) while parsing /sys/firmware/memmap/8/type. Please report this as bug. Using