Re: [PATCH] Documentation: update the CONFIG_DEBUG_PAGEALLOC description

2015-03-19 Thread Jonathan Corbet
On Mon, 2 Mar 2015 07:28:40 +
Wang Long  wrote:

> The CONFIG_DEBUG_PAGEALLOC option now is located under "Kernel
> hacking" / "Memory Debugging" / "Debug page memory allocations".
> so we should update the description in kmemcheck.txt.

Applied to the docs tree, thanks.

jon
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH] Documentation: update the CONFIG_DEBUG_PAGEALLOC description

2015-03-19 Thread Jonathan Corbet
On Mon, 2 Mar 2015 07:28:40 +
Wang Long long.wangl...@huawei.com wrote:

 The CONFIG_DEBUG_PAGEALLOC option now is located under Kernel
 hacking / Memory Debugging / Debug page memory allocations.
 so we should update the description in kmemcheck.txt.

Applied to the docs tree, thanks.

jon
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH] Documentation: update the CONFIG_DEBUG_PAGEALLOC description

2015-03-10 Thread long.wanglong
On 2015/3/2 15:28, Wang Long wrote:

cc: vegard.nos...@gmail.com

> The CONFIG_DEBUG_PAGEALLOC option now is located under "Kernel
> hacking" / "Memory Debugging" / "Debug page memory allocations".
> so we should update the description in kmemcheck.txt.
> 
> Signed-off-by: Wang Long 
> ---
>  Documentation/kmemcheck.txt | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/Documentation/kmemcheck.txt b/Documentation/kmemcheck.txt
> index a41bdeb..80aae85 100644
> --- a/Documentation/kmemcheck.txt
> +++ b/Documentation/kmemcheck.txt
> @@ -82,8 +82,8 @@ menu to even appear in "menuconfig". These are:
>  
>o CONFIG_DEBUG_PAGEALLOC=n
>  
> - This option is located under "Kernel hacking" / "Debug page memory
> - allocations".
> + This option is located under "Kernel hacking" / "Memory Debugging"
> +  / "Debug page memory allocations".
>  
>  In addition, I highly recommend turning on CONFIG_DEBUG_INFO=y. This is also
>  located under "Kernel hacking". With this, you will be able to get line 
> number
> 


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH] Documentation: update the CONFIG_DEBUG_PAGEALLOC description

2015-03-10 Thread long.wanglong
On 2015/3/2 15:28, Wang Long wrote:

cc: vegard.nos...@gmail.com

 The CONFIG_DEBUG_PAGEALLOC option now is located under Kernel
 hacking / Memory Debugging / Debug page memory allocations.
 so we should update the description in kmemcheck.txt.
 
 Signed-off-by: Wang Long long.wangl...@huawei.com
 ---
  Documentation/kmemcheck.txt | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)
 
 diff --git a/Documentation/kmemcheck.txt b/Documentation/kmemcheck.txt
 index a41bdeb..80aae85 100644
 --- a/Documentation/kmemcheck.txt
 +++ b/Documentation/kmemcheck.txt
 @@ -82,8 +82,8 @@ menu to even appear in menuconfig. These are:
  
o CONFIG_DEBUG_PAGEALLOC=n
  
 - This option is located under Kernel hacking / Debug page memory
 - allocations.
 + This option is located under Kernel hacking / Memory Debugging
 +  / Debug page memory allocations.
  
  In addition, I highly recommend turning on CONFIG_DEBUG_INFO=y. This is also
  located under Kernel hacking. With this, you will be able to get line 
 number
 


--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/