From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752002AbbCKDjY (ORCPT ); Tue, 10 Mar 2015 23:39:24 -0400 Received: from szxga02-in.huawei.com ([119.145.14.65]:3057 "EHLO szxga02-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751024AbbCKDi0 (ORCPT ); Tue, 10 Mar 2015 23:38:26 -0400 Message-ID: <54FFB8A0.5020408@huawei.com> Date: Wed, 11 Mar 2015 11:38:08 +0800 From: "long.wanglong" User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:16.0) Gecko/20121010 Thunderbird/16.0.1 MIME-Version: 1.0 To: Wang Long , CC: , , , , , Subject: Re: [PATCH] Documentation: update the CONFIG_DEBUG_PAGEALLOC description References: <1425281320-33476-1-git-send-email-long.wanglong@huawei.com> In-Reply-To: <1425281320-33476-1-git-send-email-long.wanglong@huawei.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.111.88.174] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2015/3/2 15:28, Wang Long wrote: cc: vegard.nossum@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 >