2003-01-07 12:44:47

by Ed Tomlinson

[permalink] [raw]
Subject: unknown symbols 2.5.54bk (soundcore/errno nfsd/hash_mem)

Got this doing modules_install this morning:

if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.5.54; fi
WARNING: /lib/modules/2.5.54/kernel/sound/soundcore.ko needs unknown symbol errno
WARNING: /lib/modules/2.5.54/kernel/fs/nfsd/nfsd.ko needs unknown symbol hash_mem

Suspect Neil Brown will fix hash_mem once his patch gets past the Linus filter. I
have not seen the second reported. I do not have ALSA selecterd, just OSS.

Ed Tomlinson


2003-01-08 00:26:29

by Ed Tomlinson

[permalink] [raw]
Subject: Re: unknown symbols 2.5.54bk (soundcore/errno nfsd/hash_mem)

On January 7, 2003 07:53 am, Ed Tomlinson wrote:
> Got this doing modules_install this morning:
>
> if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.5.54; fi
> WARNING: /lib/modules/2.5.54/kernel/sound/soundcore.ko needs unknown symbol
> errno WARNING: /lib/modules/2.5.54/kernel/fs/nfsd/nfsd.ko needs unknown
> symbol hash_mem
>
> Suspect Neil Brown will fix hash_mem once his patch gets past the Linus
> filter. I have not seen the second reported. I do not have ALSA
> selecterd, just OSS.

reversing this cset (what is the command to get the invarient cset name?)

[email protected], 2003-01-05 20:55:52-08:00, [email protected]
[PATCH] linux-2.5.46: Remove unused static variable

I was doing some cleaning in the parisc files, and took a look at some
arch indep ones btw.

This fixes a warning

Seems to fix the problem with soundcore.ko

Ed Tomlinson