2003-01-13 18:07:43

by Nico Schottelius

[permalink] [raw]
Subject: [2.5.56] (partial known) bugs/compile errors

compile problems:

drivers/message/i2o/i2o_lan.c:
contains undeclared run_i2o_post_buckets_task
problems with a structure (line 1406)

module problems: (already known ?)

WARNING: /lib/modules/2.5.56/kernel/sound/soundcore.ko needs unknown symbol errno

errno missing ?

WARNING: /lib/modules/2.5.56/kernel/drivers/scsi/pcmcia/aha152x_cs.ko needs unknown symbol aha152x_driver_template
WARNING: /lib/modules/2.5.56/kernel/drivers/scsi/pcmcia/fdomain_cs.ko needs unknown symbol fdomain_driver_template
WARNING: /lib/modules/2.5.56/kernel/drivers/scsi/pcmcia/fdomain_cs.ko needs unknown symbol fdomain_16x0_reset
WARNING: /lib/modules/2.5.56/kernel/drivers/scsi/pcmcia/fdomain_cs.ko needs unknown symbol fdomain_setup
WARNING: /lib/modules/2.5.56/kernel/drivers/message/i2o/i2o_pci.ko needs unknown symbol i2o_sys_init
WARNING: /lib/modules/2.5.56/kernel/security/root_plug.ko needs unknown symbol usb_bus_list_lock
WARNING: /lib/modules/2.5.56/kernel/security/root_plug.ko needs unknown symbol usb_bus_list
WARNING: /lib/modules/2.5.56/kernel/fs/nfsd/nfsd.ko needs unknown symbol hash_mem
WARNING: /lib/modules/2.5.56/kernel/arch/i386/kernel/microcode.ko needs unknown symbol devfs_set_file_size


Greetings,

Nico

--
Please send your messages pgp-signed and/or pgp-encrypted (don't encrypt mails
to mailing list!). If you don't know what pgp is visit http://www.gnupg.org.
(public pgp key: ftp.schottelius.org/pub/familiy/nico/pgp-key)


Attachments:
(No filename) (1.40 kB)
(No filename) (189.00 B)
Download all attachments

2003-01-13 18:28:11

by Valdis Klētnieks

[permalink] [raw]
Subject: Re: [2.5.56] (partial known) bugs/compile errors

On Mon, 13 Jan 2003 10:02:00 +0100, Nico Schottelius <[email protected]> said:

> WARNING: /lib/modules/2.5.56/kernel/drivers/scsi/pcmcia/aha152x_cs.ko needs=
> unknown symbol aha152x_driver_template
> WARNING: /lib/modules/2.5.56/kernel/drivers/scsi/pcmcia/fdomain_cs.ko needs=
> unknown symbol fdomain_driver_template
> WARNING: /lib/modules/2.5.56/kernel/drivers/scsi/pcmcia/fdomain_cs.ko needs=
> unknown symbol fdomain_16x0_reset
> WARNING: /lib/modules/2.5.56/kernel/drivers/scsi/pcmcia/fdomain_cs.ko needs=
> unknown symbol fdomain_setup
> WARNING: /lib/modules/2.5.56/kernel/drivers/message/i2o/i2o_pci.ko needs un=
> known symbol i2o_sys_init
> WARNING: /lib/modules/2.5.56/kernel/security/root_plug.ko needs unknown sym=
> bol usb_bus_list_lock
> WARNING: /lib/modules/2.5.56/kernel/security/root_plug.ko needs unknown sym=
> bol usb_bus_list
> WARNING: /lib/modules/2.5.56/kernel/fs/nfsd/nfsd.ko needs unknown symbol ha=
> sh_mem
> WARNING: /lib/modules/2.5.56/kernel/arch/i386/kernel/microcode.ko needs unk=
> nown symbol devfs_set_file_size

I can't speak for the others being known, but I posted a fix for the
microcode.ko one the other day. That one was pretty clearly a EXPORT_SYMBOL
line that got overzealously removed in 2.5.47 (the next 4 EXPORT_SYMBOLS in the
file got removed as part of a code cleanup, one line too many got nuked, I
guess)

I had a few others that went away when I upgraded to Rusty's 0.9.8 version
of module-init-tools that correctly dealt with EXPORT_GPL_SYMBOL....

--
Valdis Kletnieks
Computer Systems Senior Engineer
Virginia Tech


Attachments:
(No filename) (226.00 B)

2003-01-13 18:53:44

by Greg KH

[permalink] [raw]
Subject: Re: [2.5.56] (partial known) bugs/compile errors

On Mon, Jan 13, 2003 at 10:02:00AM +0100, Nico Schottelius wrote:
> WARNING: /lib/modules/2.5.56/kernel/security/root_plug.ko needs unknown symbol usb_bus_list_lock
> WARNING: /lib/modules/2.5.56/kernel/security/root_plug.ko needs unknown symbol usb_bus_list

Do you have CONFIG_USB selected in your .config?

thanks,

greg k-h

2003-01-13 19:32:20

by Greg KH

[permalink] [raw]
Subject: Re: [2.5.56] (partial known) bugs/compile errors

On Mon, Jan 13, 2003 at 08:34:01PM +0100, Nico Schottelius wrote:
> Greg KH [Mon, Jan 13, 2003 at 11:01:06AM -0800]:
> > On Mon, Jan 13, 2003 at 10:02:00AM +0100, Nico Schottelius wrote:
> > > WARNING: /lib/modules/2.5.56/kernel/security/root_plug.ko needs unknown symbol usb_bus_list_lock
> > > WARNING: /lib/modules/2.5.56/kernel/security/root_plug.ko needs unknown symbol usb_bus_list
> >
> > Do you have CONFIG_USB selected in your .config?
>
> yes, but all usb things are modularized

And what is your CONFIG_SECURITY_* options?

thanks,

greg k-h

2003-01-13 19:27:33

by Nico Schottelius

[permalink] [raw]
Subject: Re: [2.5.56] (partial known) bugs/compile errors

Greg KH [Mon, Jan 13, 2003 at 11:01:06AM -0800]:
> On Mon, Jan 13, 2003 at 10:02:00AM +0100, Nico Schottelius wrote:
> > WARNING: /lib/modules/2.5.56/kernel/security/root_plug.ko needs unknown symbol usb_bus_list_lock
> > WARNING: /lib/modules/2.5.56/kernel/security/root_plug.ko needs unknown symbol usb_bus_list
>
> Do you have CONFIG_USB selected in your .config?

yes, but all usb things are modularized

Nico

--
Please send your messages pgp-signed and/or pgp-encrypted (don't encrypt mails
to mailing list!). If you don't know what pgp is visit http://www.gnupg.org.
(public pgp key: ftp.schottelius.org/pub/familiy/nico/pgp-key)


Attachments:
(No filename) (632.00 B)
(No filename) (189.00 B)
Download all attachments

2003-01-13 19:40:50

by Nico Schottelius

[permalink] [raw]
Subject: Re: [2.5.56] (partial known) bugs/compile errors

Greg KH [Mon, Jan 13, 2003 at 11:41:09AM -0800]:
> On Mon, Jan 13, 2003 at 08:34:01PM +0100, Nico Schottelius wrote:
> > Greg KH [Mon, Jan 13, 2003 at 11:01:06AM -0800]:
> > > On Mon, Jan 13, 2003 at 10:02:00AM +0100, Nico Schottelius wrote:
> > > > WARNING: /lib/modules/2.5.56/kernel/security/root_plug.ko needs unknown symbol usb_bus_list_lock
> > > > WARNING: /lib/modules/2.5.56/kernel/security/root_plug.ko needs unknown symbol usb_bus_list
> > >
> > > Do you have CONFIG_USB selected in your .config?
> >
> > yes, but all usb things are modularized
>
> And what is your CONFIG_SECURITY_* options?

for further questions: i attached .config.

Nico

p.s.: currently I am trying to update module-init-tools...if that helps..


--
Please send your messages pgp-signed and/or pgp-encrypted (don't encrypt mails
to mailing list!). If you don't know what pgp is visit http://www.gnupg.org.
(public pgp key: ftp.schottelius.org/pub/familiy/nico/pgp-key)


Attachments:
(No filename) (950.00 B)
(No filename) (189.00 B)
Download all attachments

2003-01-13 20:14:17

by Greg KH

[permalink] [raw]
Subject: Re: [2.5.56] (partial known) bugs/compile errors

On Mon, Jan 13, 2003 at 08:47:50PM +0100, Nico Schottelius wrote:
> Greg KH [Mon, Jan 13, 2003 at 11:41:09AM -0800]:
> > On Mon, Jan 13, 2003 at 08:34:01PM +0100, Nico Schottelius wrote:
> > > Greg KH [Mon, Jan 13, 2003 at 11:01:06AM -0800]:
> > > > On Mon, Jan 13, 2003 at 10:02:00AM +0100, Nico Schottelius wrote:
> > > > > WARNING: /lib/modules/2.5.56/kernel/security/root_plug.ko needs unknown symbol usb_bus_list_lock
> > > > > WARNING: /lib/modules/2.5.56/kernel/security/root_plug.ko needs unknown symbol usb_bus_list
> > > >
> > > > Do you have CONFIG_USB selected in your .config?
> > >
> > > yes, but all usb things are modularized
> >
> > And what is your CONFIG_SECURITY_* options?
>
> for further questions: i attached .config.

Heh, what .config? :)

greg k-h

2003-01-13 20:17:02

by Nico Schottelius

[permalink] [raw]
Subject: Re: [2.5.56] (partial known) bugs/compile errors

> > > > > Do you have CONFIG_USB selected in your .config?
> > > >
> > > > yes, but all usb things are modularized
> > >
> > > And what is your CONFIG_SECURITY_* options?
> >
> > for further questions: i attached .config.
>
> Heh, what .config? :)

argh..forget something :/

Here it is!

Nico

--
Please send your messages pgp-signed and/or pgp-encrypted (don't encrypt mails
to mailing list!). If you don't know what pgp is visit http://www.gnupg.org.
(public pgp key: ftp.schottelius.org/pub/familiy/nico/pgp-key)


Attachments:
(No filename) (516.00 B)
CONFIG (29.82 kB)
Download all attachments

2003-01-14 19:02:25

by Nico Schottelius

[permalink] [raw]
Subject: Re: [2.5.56] (partial known) bugs/compile errors

[email protected] [Mon, Jan 13, 2003 at 01:36:45PM -0500]:
> [...]
> I had a few others that went away when I upgraded to Rusty's 0.9.8 version
> of module-init-tools that correctly dealt with EXPORT_GPL_SYMBOL....

sorry, this didn't change anything at all...

Nico

--
Please send your messages pgp-signed and/or pgp-encrypted (don't encrypt mails
to mailing list!). If you don't know what pgp is visit http://www.gnupg.org.
(public pgp key: ftp.schottelius.org/pub/familiy/nico/pgp-key)


Attachments:
(No filename) (491.00 B)
(No filename) (189.00 B)
Download all attachments