Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 31 Mar 2003 19:35:52 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 31 Mar 2003 19:35:52 -0500 Received: from mail.ocs.com.au ([203.34.97.2]:22545 "HELO mail.ocs.com.au") by vger.kernel.org with SMTP id ; Mon, 31 Mar 2003 19:35:51 -0500 X-Mailer: exmh version 2.4 06/23/2000 with nmh-1.0.4 From: Keith Owens To: Rusty Russell Cc: linux-kernel@vger.kernel.org Subject: Re: [PATCH] Put all functions in kallsyms In-reply-to: Your message of "Mon, 31 Mar 2003 18:14:03 +1000." <20030331224033.489DD2C04B@lists.samba.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 01 Apr 2003 10:46:54 +1000 Message-ID: <6572.1049158014@ocs3.intra.ocs.com.au> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 605 Lines: 13 On Mon, 31 Mar 2003 18:14:03 +1000, Rusty Russell wrote: >D: TODO: Allow multiple kallsym tables, discard init one after init. Don't. Almost all kernel threads have a backtrace that goes through __init code, even though that code no longer exists. The symbols are still needed to get a decent backtrace and the overhead is minimal. - 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/