On Wed, Nov 23, 2005 at 03:35:50AM -0800, Andrew Morton wrote:
>
> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.15-rc2/2.6.15-rc2-mm1/
>
> (temp copy at http://www.zip.com.au/~akpm/linux/patches/stuff/2.6.15-rc2-mm1.gz)
>
> - Added git-sym2.patch to the -mm lineup: updates to the sym2 scsi driver
> (Matthew Wilcox).
>
> - The JSM tty driver still doesn't compile.
>
> - The git-powerpc tree is included now.
>
I have undefined symbols (since rc1-mm1 i think):
net/ipv4/netfilter/ip_conntrack_netlink.c: In function 'ctnetlink_dump_table':
net/ipv4/netfilter/ip_conntrack_netlink.c:409: warning: implicit declaration of function 'local_bh_disable'
net/ipv4/netfilter/ip_conntrack_netlink.c:427: warning: implicit declaration of function 'local_bh_enable'
I don't know if this is the best fix: since there are circular
dependencies, linux/interrupt.h cannot be included in
linux/spinlock_api_up.h so i thought the best i could do was to directly
include it in the C file.
Signed-off-by: Benoit Boissinot <[email protected]>
--- net/ipv4/netfilter/ip_conntrack_netlink.c.orig 2005-11-23 21:05:37.000000000 +0100
+++ net/ipv4/netfilter/ip_conntrack_netlink.c 2005-11-23 21:02:23.000000000 +0100
@@ -27,6 +27,7 @@
#include <linux/errno.h>
#include <linux/netlink.h>
#include <linux/spinlock.h>
+#include <linux/interrupt.h>
#include <linux/notifier.h>
#include <linux/netfilter.h>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]