[PATCH -v4 0/4] x86, kdump: Fix crashkernel high with old kexec-tools

From: Yinghai Lu
Date: Wed Apr 10 2013 - 15:39:45 EST


Vivek found some problems with old kexec-tools.

We keep the old crashkernel=X to old behavoir, so it will not break
old kexec-tools.
Add crashkernel=X,high to support new kexec-tools that supports loading high.
when high is used, memblock will search from top to low.
if the allocated one is above 4G, kernel will try to auto allocate
72M under 4G for swiotlb.
user could crashkernel=Y,low to change 72M to other value.

-v2: reorder the patch sequences
crashkernel=X,high, crashkernel=Y,low only handle simple form.
crashkernel=X will override crashkernel=X;high crashkernel=Y;low
-v3: update description in kernel-parameters.txt
update get_last_crashkernel and _simple checking about suffix.
-v4: update to use ,high again, and also not abuse parse_crashkernel_simple

Thanks

Yinghai
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/