Re: [PATCH v2 1/2] x86/mm: Identify the end of the kernel area to be reserved

From: Dave Hansen
Date: Fri Jun 14 2019 - 18:11:19 EST


On 6/14/19 2:15 PM, Lendacky, Thomas wrote:
> + /*
> + * The memory occupied from _text to here, __end_of_kernel_reserve, is
> + * automatically reserved in setup_arch(). Anything after here must be
> + * explicitly reserved using memblock_reserve() or it will be discarded
> + * and treated as available memory.
> + */
> + __end_of_kernel_reserve = .;

This new stuff looks really nice to me, including the comments. Thanks
for doing those!

For both patches:

Reviewed-by: Dave Hansen <dave.hansen@xxxxxxxxx>