Re: Make 2.5.40-ac5 fails

Thomas Molina (tmolina@cox.net)
Mon, 7 Oct 2002 13:30:27 -0500 (CDT)


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

-
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/