Hello, I am attaching 4 kexec-tools patches to check whether the current kernel has reserved memory for crashkernel or not. The check is done by calling architecture dependent functions. If no memory is reserved for crashkernel, it displays an appropriate error message and exits.
PATCH 1: Checks for crashkernel memory reservation by calling arch dependent function. It also creates dummy function for ppc, ia64 and s390 architectures to avoid problem in build process. PATCH 2: ppc64 specific crashkernel memory reservation check PATCH 3: i386 specific crashkernel memory reservation check PATCH 4: x86-64 specific crashkernel memory reservation check I update the patches by placing "is_crashkernel_mem_reserved" functions in appropriate files as suggested by Vivek. Any suggestion, feedback? Regards, Mohan. _______________________________________________ fastboot mailing list [email protected] https://lists.osdl.org/mailman/listinfo/fastboot
