From mboxrd@z Thu Jan 1 00:00:00 1970
From: Pat LaVarre
Subject: Re: vfs whitebox test
Date: 25 Nov 2003 12:59:39 -0700
Sender: linux-fsdevel-owner@vger.kernel.org
Message-ID: <1069790379.2302.20.camel@patrh9>
References: <1069716562.4649.14.camel@patrh9>
<1069775182.6929.14.camel@patrh9> <1069779896.2445.1.camel@patrh9>
<1069780337.2731.3.camel@patrh9>
Mime-Version: 1.0
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
Return-path:
Received: from email-out2.iomega.com ([147.178.1.83]:16893 "EHLO
email.iomega.com") by vger.kernel.org with ESMTP id S262913AbTKYUAO
(ORCPT );
Tue, 25 Nov 2003 15:00:14 -0500
Received: from royntex01.iomegacorp.com (unknown [147.178.90.120])
by email.iomega.com (Postfix) with ESMTP id 7638423F4
for ; Tue, 25 Nov 2003 13:00:12 -0700 (MST)
To: linux-fsdevel@vger.kernel.org
In-Reply-To: <1069780337.2731.3.camel@patrh9>
List-Id: linux-fsdevel.vger.kernel.org
> > gdb /usr/src/linux/vmlinux /proc/kcore
> >
> > ... "all the structures in the kernel to be read, but no local variables
> > [also] not possible to change values or call kernel functions ..."
> ...
> grep -i CONFIG.DEBUG_INFO `find . -name 'Kconfig'`
`make xconfig` --> "Kernel hacking" forces the pair:
+ CONFIG_DEBUG_KERNEL=y
+ CONFIG_DEBUG_INFO=y
Also I accepted the suggestions:
+ CONFIG_DEBUG_SLAB=y
+ CONFIG_MAGIC_SYSRQ=y
While still testing at random in hope of discovering something relevant,
I should also try the slow DEBUG_PAGEALLOC, also DEBUG_STACKOVERFLOW.
Pat LaVarre