Re: [PATCH 1/5] mm/vmalloc: query dynamic DEBUG_PAGEALLOC setting

From: David Rientjes
Date: Thu Feb 04 2016 - 17:18:43 EST


On Thu, 4 Feb 2016, Joonsoo Kim wrote:

> We can disable debug_pagealloc processing even if the code is complied
> with CONFIG_DEBUG_PAGEALLOC. This patch changes the code to query
> whether it is enabled or not in runtime.
>
> Signed-off-by: Joonsoo Kim <iamjoonsoo.kim@xxxxxxx>

I think the comment immediately before this code referencing
CONFIG_DEBUG_PAGEALLOC should be changed to refer to pagealloc debugging
being enabled.

After that:

Acked-by: David Rientjes <rientjes@xxxxxxxxxx>