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

From: Saeed Mirzamohammadi
Date: Thu Nov 19 2020 - 15:17:30 EST


>
>> @@ -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