Re: [PATCH v2 1/4] x86, kdump: Set crashkernel_low automatically

From: Yinghai Lu
Date: Thu Apr 04 2013 - 12:28:36 EST


On Thu, Apr 4, 2013 at 7:11 AM, Vivek Goyal <vgoyal@xxxxxxxxxx> wrote:
> On Wed, Apr 03, 2013 at 05:38:23PM -0700, Yinghai Lu wrote:
>
> [..]
>> + if (ret != 0) {
>> + /*
>> + * two parts from lib/swiotlb.c:
>> + * swiotlb size: user specified with swiotlb= or default.
>> + * swiotlb overflow buffer: now is hardcoded to 32k,
>> + * round to 8M to cover more others.
>> + */
>> + low_size = swiotlb_size_or_default() + (8UL<<20);
>> + auto_set = true;
>
> What is the correlation between swiotlb size of first kernel and second
> kernel. They might be completely different kernel and with different
> default size for swiotlb buffers.
>

You are right.
That is most good guess assume they are the same.


> [..]
>>
>> + crashkernel_low=size[KMG]
>> + [KNL, x86_64] range under 4G. When crashkernel= is
>> + passed, kernel allocate physical memory region
>> + above 4G,
>
> This is not right. "When crashkernel=X;high is passed kernel first tries
> to allocate memory above 4G". crashkernel=X does not try to allocate
> memory above 4G.

This is first patch, the text will be updated in second and fourth patch.

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/