From mboxrd@z Thu Jan 1 00:00:00 1970
From: Pat LaVarre
Subject: Re: vfs whitebox test
Date: 25 Nov 2003 10:04:56 -0700
Sender: linux-fsdevel-owner@vger.kernel.org
Message-ID: <1069779896.2445.1.camel@patrh9>
References: <1069716562.4649.14.camel@patrh9>
<1069775182.6929.14.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]:13542 "EHLO
email.iomega.com") by vger.kernel.org with ESMTP id S261863AbTKYRFc
(ORCPT );
Tue, 25 Nov 2003 12:05:32 -0500
Received: from royntex01.iomegacorp.com (unknown [147.178.90.120])
by email.iomega.com (Postfix) with ESMTP id 750A62498
for ; Tue, 25 Nov 2003 10:05:31 -0700 (MST)
To: linux-fsdevel@vger.kernel.org
In-Reply-To: <1069775182.6929.14.camel@patrh9>
List-Id: linux-fsdevel.vger.kernel.org
> Anybody already pull together some more
> closely interactive way of trying creative
> patterns of calls thru the vfs layer?
I read contents/ index/ pages at random and then sequentially the first
two-hundred ninety-two pages of the German-flavoured English (e.g.
"smaller than zero") of "Linux Kernel Internals" and then I saw:
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 ..."
Also I saw:
- CFLAGS= -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer
+ CFLAGS= -Wall -Wstrict-prototypes -O2 -g
CFLAGS -g I find in linux-2.6.0-test9/Makefile near CONFIG_DEBUG_INFO.
grep CONFIG_DEBUG_INFO `find . -name 'Kconfig'`
then flunks, but that question I can pursue in ?l=kernelnewbies.
Pat LaVarre