Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261993AbUCGO0H (ORCPT ); Sun, 7 Mar 2004 09:26:07 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262042AbUCGO0H (ORCPT ); Sun, 7 Mar 2004 09:26:07 -0500 Received: from ns.suse.de ([195.135.220.2]:50113 "EHLO Cantor.suse.de") by vger.kernel.org with ESMTP id S261993AbUCGO0E (ORCPT ); Sun, 7 Mar 2004 09:26:04 -0500 Subject: Re: External kernel modules, second try From: Andreas Gruenbacher To: arjanv@redhat.com Cc: Sam Ravnborg , lkml , kbuild-devel@lists.sourceforge.net In-Reply-To: <1078668091.9106.1.camel@laptop.fenrus.com> References: <1078620297.3156.139.camel@nb.suse.de> <20040307125348.GA2020@mars.ravnborg.org> <1078664629.9812.1.camel@laptop.fenrus.com> <1078667199.3594.50.camel@nb.suse.de> <1078668091.9106.1.camel@laptop.fenrus.com> Content-Type: text/plain Organization: SUSE Labs, SUSE LINUX AG Message-Id: <1078669600.4168.10.camel@nb.suse.de> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Sun, 07 Mar 2004 15:26:40 +0100 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1346 Lines: 36 On Sun, 2004-03-07 at 15:01, Arjan van de Ven wrote: > On Sun, 2004-03-07 at 14:46, Andreas Gruenbacher wrote: > > and it's missing the symbols from > > module files. > > sure but the module files are generally installed... Not when building for five different configurations on one machine. (And this is not a theoretical case.) > > Now it would be possible to extract the modver symbols from the > > installed vmlinux and .ko files when needed, but note that we may be > > building modules for kernels that are not currently running, and for > > which those binaries are not even installed. So this sounds like a bad > > idea. > > I don't personally care about those; you need SOME stuff to build > against obviously, and vmlinux is well over the top I agree that. But > assuming the .ko's for the modules are there...you need those to use the > kernel anyway. The .ko's are really not there. And even if they were, I don't think we want to teach modpost to poke around in /lib/modules when it can be avoided easily. Cheers, -- Andreas Gruenbacher SUSE Labs, SUSE LINUX AG - 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/