All of lore.kernel.org
 help / color / mirror / Atom feed
* 896MB address limit
@ 2012-09-24 23:07 Cliff Wickman
  2012-09-25  3:11 ` Eric W. Biederman
  0 siblings, 1 reply; 8+ messages in thread
From: Cliff Wickman @ 2012-09-24 23:07 UTC (permalink / raw)
  To: kexec


Gentlemen,

In dumping very large memories we are running up against the 896MB 
limit in SLES11SP2 (3.0.38 kernel).

arch/x86/kernel/setup.c
/*
 * Keep the crash kernel below this limit.  On 32 bits earlier kernels
 * would limit the kernel to the low 512 MiB due to mapping restrictions.
 * On 64 bits, kexec-tools currently limits us to 896 MiB; increase this
 * limit once kexec-tools are fixed.
 */
#ifdef CONFIG_X86_32
# define CRASH_KERNEL_ADDR_MAX  (512 << 20)
#else
# define CRASH_KERNEL_ADDR_MAX  (896 << 20)
#endif

/sbin/kexec we are using is from kexec-tools-2.0.0-53.43.10

Can you tell me if this is limit is removed in the current kexec-tools? And
if so, can I use a later release of kexec-tools with this kernel?
Or, perhaps you can point me to a patch that removes this limit.

Thanks.
-Cliff

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

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

end of thread, other threads:[~2012-09-27 23:05 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-24 23:07 896MB address limit Cliff Wickman
2012-09-25  3:11 ` Eric W. Biederman
2012-09-25 14:18   ` Cliff Wickman
2012-09-25 15:10     ` Eric W. Biederman
2012-09-25 15:57       ` Maxim Uvarov
2012-09-25 15:58         ` Maxim Uvarov
2012-09-27 23:07       ` Cliff Wickman
2012-09-25 17:38   ` Vivek Goyal

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.