lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Mon, 9 Nov 2009 13:21:51 +1100 From: Stephen Rothwell <sfr@...b.auug.org.au> To: "David S. Miller" <davem@...emloft.net>, <netdev@...r.kernel.org> Cc: linux-next@...r.kernel.org, linux-kernel@...r.kernel.org, Arnd Bergmann <arnd@...db.de> Subject: linux-next: net tree build failure Hi all, Today's linux-next build (x86_64 allmodconfig) failed like this: net/appletalk/ddp.c: In function 'atalk_compat_ioctl': net/appletalk/ddp.c:1866: error: implicit declaration of function 'compat_ptr' Caused by commit 206602217747382488fcae68351673cc9103debc ("appletalk: handle SIOCATALKDIFADDR compat ioctl"). I applied this patch for today: From: Stephen Rothwell <sfr@...b.auug.org.au> Date: Mon, 9 Nov 2009 13:11:26 +1100 Subject: [PATCH] net/appletalk: using compat_ptr needs inclusion of linux/compat.h Signed-off-by: Stephen Rothwell <sfr@...b.auug.org.au> --- net/appletalk/ddp.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/net/appletalk/ddp.c b/net/appletalk/ddp.c index b631cc7..73ca4d5 100644 --- a/net/appletalk/ddp.c +++ b/net/appletalk/ddp.c @@ -56,6 +56,7 @@ #include <linux/if_arp.h> #include <linux/smp_lock.h> #include <linux/termios.h> /* For TIOCOUTQ/INQ */ +#include <linux/compat.h> #include <net/datalink.h> #include <net/psnap.h> #include <net/sock.h> -- 1.6.5.2 -- Cheers, Stephen Rothwell sfr@...b.auug.org.au http://www.canb.auug.org.au/~sfr/ -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists