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  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Date:	Sat, 08 Nov 2014 00:09:36 +0100
From:	Thomas Meyer <thomas@...3r.de>
To:	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: [PATCH] netfilter: fix compile of nft_reject_bridge

Von: Stephen Hemminger <stephen@...workplumber.org>
> An: Thomas Meyer <thomas@...3r.de>
> Betreff: Re: [PATCH] netfilter: fix compile of nft_reject_bridge
> Datum: Mon, 3 Nov 2014 12:44:06 -0800
> 
> On Sat, 01 Nov 2014 16:21:39 +0100
> Thomas Meyer <thomas@...3r.de> wrote:
> 
> > Module uses csum_ipv6_magic(), so include the correct header file.
> > 
> > Signed-off-by: Thomas Meyer <thomas@...3r.de>
> > ---
> > 
> > diff --git a/net/bridge/netfilter/nft_reject_bridge.c
b/net/bridge/netfilter/nft_reject_bridge.c
> > index 654c901..1123f2b 100644
> > --- a/net/bridge/netfilter/nft_reject_bridge.c
> > +++ b/net/bridge/netfilter/nft_reject_bridge.c
> > @@ -16,6 +16,7 @@
> >  #include <net/netfilter/nft_reject.h>
> >  #include <net/netfilter/ipv4/nf_reject.h>
> >  #include <net/netfilter/ipv6/nf_reject.h>
> > +#include <net/ip6_checksum.h>
> >  #include <linux/ip.h>
> >  #include <net/ip.h>
> >  #include <linux/netfilter_bridge.h>
> > 
> > 
> 
> Acked-by: Stephen Hemminger <stephen@...workplumber.org>


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

Powered by Openwall GNU/*/Linux Powered by OpenVZ