linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Make 2.5.40-ac5 fails
@ 2002-10-07 15:39 Roger While
  2002-10-07 15:57 ` Alan Cox
  0 siblings, 1 reply; 4+ messages in thread
From: Roger While @ 2002-10-07 15:39 UTC (permalink / raw)
  To: linux-kernel

As subject says :
depmod: *** Unresolved symbols in 
/lib/modules/2.5.40-ac5/kernel/drivers/isdn/hisax/hisax.o
depmod:         cli
depmod:         restore_flags
depmod:         sti
depmod:         save_flags
depmod: *** Unresolved symbols in 
/lib/modules/2.5.40-ac5/kernel/drivers/isdn/i4l/isdn.o
depmod:         cli
depmod:         restore_flags
depmod:         eth_header
depmod:         sti
depmod:         save_flags
depmod: *** Unresolved symbols in 
/lib/modules/2.5.40-ac5/kernel/net/ipv4/netfilter/ipt_owner.o
depmod:         next_thread
depmod:         find_task_by_pid
depmod: *** Unresolved symbols in 
/lib/modules/2.5.40-ac5/kernel/net/ipv6/netfilter/ip6t_owner.o
depmod:         next_thread
depmod:         find_task_by_pid
make: *** [_modinst_post] Error 1



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Make 2.5.40-ac5 fails
  2002-10-07 15:57 ` Alan Cox
@ 2002-10-07 15:52   ` David S. Miller
  2002-10-07 18:30     ` Thomas Molina
  0 siblings, 1 reply; 4+ messages in thread
From: David S. Miller @ 2002-10-07 15:52 UTC (permalink / raw)
  To: alan; +Cc: RogerWhile, linux-kernel

   From: Alan Cox <alan@lxorguk.ukuu.org.uk>
   Date: 07 Oct 2002 16:57:45 +0100
   
   A lot of the ISDN layer hasn't yet been updated to the new locking,
   ditto a few bits of the netfilter code

The netfilter bits are just missing generic exports of stuff after
Ingo's threading changes.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Make 2.5.40-ac5 fails
  2002-10-07 15:39 Make 2.5.40-ac5 fails Roger While
@ 2002-10-07 15:57 ` Alan Cox
  2002-10-07 15:52   ` David S. Miller
  0 siblings, 1 reply; 4+ messages in thread
From: Alan Cox @ 2002-10-07 15:57 UTC (permalink / raw)
  To: Roger While; +Cc: Linux Kernel Mailing List

On Mon, 2002-10-07 at 16:39, Roger While wrote:
> As subject says :
> depmod: *** Unresolved symbols in 
> /lib/modules/2.5.40-ac5/kernel/drivers/isdn/hisax/hisax.o

A lot of the ISDN layer hasn't yet been updated to the new locking,
ditto a few bits of the netfilter code


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Make 2.5.40-ac5 fails
  2002-10-07 15:52   ` David S. Miller
@ 2002-10-07 18:30     ` Thomas Molina
  0 siblings, 0 replies; 4+ messages in thread
From: Thomas Molina @ 2002-10-07 18:30 UTC (permalink / raw)
  To: David S. Miller; +Cc: alan, RogerWhile, linux-kernel

On Mon, 7 Oct 2002, David S. Miller wrote:

>    From: Alan Cox <alan@lxorguk.ukuu.org.uk>
>    Date: 07 Oct 2002 16:57:45 +0100
>    
>    A lot of the ISDN layer hasn't yet been updated to the new locking,
>    ditto a few bits of the netfilter code
> 
> The netfilter bits are just missing generic exports of stuff after
> Ingo's threading changes.

The following patch hasn't been merged yet.  I've been carrying it for a 
couple of kernel revisions.

--- linux-2.5-tm/kernel/ksyms.cksyms.c.orig	Sat Oct  5 19:43:21 2002
+++ linux-2.5-tm/kernel/ksyms.cksyms.c	        Sat Oct  5 20:04:00 2002
@@ -600,6 +600,8 @@
 EXPORT_SYMBOL(init_thread_union);
 
 EXPORT_SYMBOL(tasklist_lock);
+EXPORT_SYMBOL(find_task_by_pid);
+EXPORT_SYMBOL(next_thread);
 #if defined(CONFIG_SMP) && defined(__GENERIC_PER_CPU)
 EXPORT_SYMBOL(__per_cpu_offset);
 #endif


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-10-07 18:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-07 15:39 Make 2.5.40-ac5 fails Roger While
2002-10-07 15:57 ` Alan Cox
2002-10-07 15:52   ` David S. Miller
2002-10-07 18:30     ` Thomas Molina

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).