2020-11-19 20:22:48

by Saeed Mirzamohammadi

[permalink] [raw]
Subject: Re: [PATCH 1/1] kernel/crash_core.c - Add crashkernel=auto for x86 and ARM

>
>> @@ -1135,6 +1135,30 @@ config CRASH_DUMP
>>
>> For more details see Documentation/admin-guide/kdump/kdump.rst
>>
>> +if CRASH_DUMP
>> +
>> +config CRASH_AUTO_STR
>> + string "Memory reserved for crash kernel"
>
> use tab instead of spaces above.
>

Thanks, Randy. I’ll be fixing the them in the v2. I’ll be removing the ‘CC: stable’ as well.

Saeed