Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 20 Nov 2002 10:40:02 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 20 Nov 2002 10:40:02 -0500 Received: from chaos.physics.uiowa.edu ([128.255.34.189]:58531 "EHLO chaos.physics.uiowa.edu") by vger.kernel.org with ESMTP id ; Wed, 20 Nov 2002 10:39:58 -0500 Date: Wed, 20 Nov 2002 09:46:57 -0600 (CST) From: Kai Germaschewski X-X-Sender: kai@chaos.physics.uiowa.edu To: Rusty Russell cc: Jeff Garzik , Subject: Re: kksymoops In-Reply-To: <20021120072654.15E932C079@lists.samba.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1765 Lines: 52 On Wed, 20 Nov 2002, Rusty Russell wrote: > In message <3DD9AB88.4000102@pobox.com> you write: > > I'm _not_ asking "when", just wondering what the plan is to resuscitate > > kksymoops. > > Looks like someone pushed my patch. Erm, OK, wonder if it works on > x86? 8) I think Linus himself did that ;) > My mental TODO list looked something like this: > 1) Drop the optimization which checks against addr between _stext and > _etext, as this skips __init functions on most archs. Well, this was put in to avoid all kind of garbage in the traces, so it shouldn't just go without replacement. Probably one could even get it correct now, using ->module_init() and ->module_core() (just set them for the core kernel as well). > 2) Only put in the symbols for functions (currently CONFIG_KALLSYMS=y > adds 400k on my laptop: ouch!). I'm not to sure about this, I sometimes find it useful to have variables on the stack identified correctly. > 3) Keith asked me to rename it, so as not to get confused with the > previous patches and kgdb support). I guess it's too late for this > one. Nothing wrong with a follow-up patch, is it? > 5) See if Kai prefers the compile step inside the Makefile rather than > in the script. I'll actually have to look into this. The script is probably fine. > 6) It'd be nice if CONFIG_KALLSYMS=m worked. Shouldn't be too hard. Well, I know talk is cheap. I'll try to find some time to actually look into some of these issues and come up with patches. --Kai - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/