Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 31 Mar 2003 18:29:11 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 31 Mar 2003 18:29:11 -0500 Received: from chaos.physics.uiowa.edu ([128.255.34.189]:28616 "EHLO chaos.physics.uiowa.edu") by vger.kernel.org with ESMTP id ; Mon, 31 Mar 2003 18:29:10 -0500 Date: Mon, 31 Mar 2003 17:40:27 -0600 (CST) From: Kai Germaschewski X-X-Sender: kai@chaos.physics.uiowa.edu To: Rusty Russell cc: akpm@zip.com.au, Subject: Re: [PATCH] Put all functions in kallsyms In-Reply-To: <20030331224033.489DD2C04B@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: 637 Lines: 24 On Mon, 31 Mar 2003, Rusty Russell wrote: > Simple, untested patch. Any objections? No objection, but you need to adapt the test in kernel/kallsyms.c: if (addr >= (unsigned long)_stext && addr <= (unsigned long)_etext) { and in kernel/extable.c: if (addr >= (unsigned long)_stext && addr <= (unsigned long)_etext) Otherwise, you'd just add bloat with no gain at all ;) --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/