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

2016-02-05 Thread Joonsoo Kim
2016-02-05 7:18 GMT+09:00 David Rientjes : > 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: Joons

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

2016-02-04 Thread David Rientjes
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 I think the comment immediately before th

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

2016-02-04 Thread Christian Borntraeger
On 02/04/2016 06:56 AM, 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 Reviewed-by: Christian Borntraeger

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

2016-02-03 Thread Joonsoo Kim
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 --- mm/vmalloc.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git