Re: [kbuild-devel] Doubt what is the difference of compiling module in SuSE and Redhad , Mandrake

2005-05-08 Thread Andreas Gruenbacher
karthik, On Sunday 08 May 2005 20:16, Sam Ravnborg wrote: > > In 2.6 kernel a module compiled in one version(say 2.6.4) of SuSE > > is not loading in another version(say 2.6.8) of SuSE, even when we > > convert the module.o to module.ko in the latest version of SUSE. forget trying to use a

[kbuild-devel] Re: External kernel modules, second try

2004-03-07 Thread Andreas Gruenbacher
m to an appropriate place for discussion, but I don't think this would make much sense in mainline. Particularly because, while O= building has a slightly higher overhead, it gets rid of those problems, anyway. Cheers, -- Andreas Gruenbacher <[EMAIL PROTECTED]> SUSE Labs, SUSE LINUX AG ---

[kbuild-devel] Re: External kernel modules, second try

2004-03-07 Thread Andreas Gruenbacher
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 con

[kbuild-devel] Re: External kernel modules, second try

2004-03-07 Thread Andreas Gruenbacher
e 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. Cheers, -- Andreas Gruenbacher <[EMAIL PROTECTED]> SUSE Labs, SUSE LINUX AG --- This S

[kbuild-devel] Re: External kernel modules, second try

2004-03-07 Thread Andreas Gruenbacher
On Sun, 2004-03-07 at 13:53, Sam Ravnborg wrote: > On Sun, Mar 07, 2004 at 01:44:58AM +0100, Andreas Gruenbacher wrote: > > Hello, > > > > here is the patch I posted previously that adds support for modversions > > in external kernel modules that are built outside the

[kbuild-devel] External kernel modules, second try

2004-03-06 Thread Andreas Gruenbacher
``make -C $KERNEL_SOURCE modules SUBDIRS=$PWD'' works against a read-only tree. Thanks, -- Andreas Gruenbacher <[EMAIL PROTECTED]> SUSE Labs, SUSE LINUX AG Index: linux-2.6.1/Makefile === --- linux-2.6.1.orig/Ma

[kbuild-devel] Re: Bug in "select" dependency checking?

2004-02-06 Thread Andreas Gruenbacher
On Fri, 2004-02-06 at 15:00, Roman Zippel wrote: > Hi, > > On Fri, 6 Feb 2004, Andreas Gruenbacher wrote: > > > With this configuration, menuconf gives me this message (among others): > > > > Warning! Found recursive dependency: NFSD_V3 NFSD_ACL NFSD NFSD_

[kbuild-devel] Bug in "select" dependency checking?

2004-02-05 Thread Andreas Gruenbacher
mp;& (NFSD=m || NFS_FS=m) && (NFSD_ACL || NFS_ACL) Any thoughts? Cheers, -- Andreas Gruenbacher <[EMAIL PROTECTED]> SUSE Labs, SUSE LINUX AG --- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conf

[kbuild-devel] [RFC] External kernel modules

2004-02-01 Thread Andreas Gruenbacher
different name instead.) There also is one fix for using tempfiles instead of writing into the kernel source tree. A few problems with compiling against a read-only kernel source tree seem to remain. Regards, -- Andreas Gruenbacher <[EMAIL PROTECTED]> SUSE Labs, SUSE LINUX AG Index:

[kbuild-devel] Building external kernel modules for 2.6

2003-12-15 Thread Andreas Gruenbacher
patches (containing descriptions) I found necessary. Is this the appropriate list for discussing such things? Thanks, -- Andreas Gruenbacher <[EMAIL PROTECTED]> SUSE Labs, SUSE LINUX AG kbuild keeps a list of kernel modules it created in .tmp_versions/. Adding out-of-tree modules to thi