Kexec Archive on lore.kernel.org
 help / color / mirror / Atom feed
* kexec, x86: Need a new e820 type support for kexec
@ 2015-07-24  0:26 Toshi Kani
  2015-07-24  5:31 ` Baoquan He
  2015-08-06  8:12 ` Baoquan He
  0 siblings, 2 replies; 14+ messages in thread
From: Toshi Kani @ 2015-07-24  0:26 UTC (permalink / raw)
  To: kexec; +Cc: linux-nvdimm

Hello,

ACPI 6.0 defines a new type in e820, AddressRangePersistentMemory (7), for
NVDIMM.  On a system with NVDIMM, kexec displays the following error
message and sets it to RANGE_RESERVED as the fallback type.

Unknown type (Persistent Memory) while parsing
/sys/firmware/memmap/34/type. Please report this as bug. Using
RANGE_RESERVED now.

This new type is defined in "arch/x86/include/uapi/asm/e820.h" in 4.2-rc1
as follows. 

  #define E820_PMEM       7

kexec needs to know this new type, but I think its build env includes
"/usr/include/asm/e820.h", which is provided by a distribution.  On Fedora
22, kernel-headers-4.0.6-300.fc22.x86_64 is the latest kernel header
package and it will take a while for 4.2 headers.

How do we handle such kernel header dependency in the kexec build env?

Thanks,
-Toshi








_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2015-08-19  5:59 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-24  0:26 kexec, x86: Need a new e820 type support for kexec Toshi Kani
2015-07-24  5:31 ` Baoquan He
2015-07-24  5:50   ` Baoquan He
2015-07-24 14:27     ` Toshi Kani
2015-07-24 14:37   ` Toshi Kani
2015-08-06  8:12 ` Baoquan He
2015-08-07  1:13   ` Toshi Kani
2015-08-18  8:34     ` Baoquan He
2015-08-18 14:55       ` Toshi Kani
2015-08-18  8:53     ` Baoquan He
2015-08-18 15:01       ` Toshi Kani
2015-08-19  2:53         ` Baoquan He
2015-08-19  5:36           ` Toshi Kani
2015-08-19  5:59             ` Baoquan He

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox