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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Tue, 07 Oct 2014 00:11:23 -0400 (EDT)
From:	David Miller <davem@...emloft.net>
To:	azhou@...ira.com
Cc:	netdev@...r.kernel.org
Subject: Re: [net-next] openvswitch: fix a compilation error when
 CONFIG_INET is not setW!

From: Andy Zhou <azhou@...ira.com>
Date: Mon,  6 Oct 2014 15:15:14 -0700

> Fix a openvswitch compilation error when CONFIG_INET is not set:
> 
> =====================================================
>    In file included from include/net/geneve.h:4:0,
>                        from net/openvswitch/flow_netlink.c:45:
> 		          include/net/udp_tunnel.h: In function 'udp_tunnel_handle_offloads':
> 			  >> include/net/udp_tunnel.h:100:2: error: implicit declaration of function 'iptunnel_handle_offloads' [-Werror=implicit-function-declaration]
> 			  >>      return iptunnel_handle_offloads(skb, udp_csum, type);
> 			  >>           ^
> 			  >>           >> include/net/udp_tunnel.h:100:2: warning: return makes pointer from integer without a cast
> 			  >>           >>    cc1: some warnings being treated as errors
> 
> =====================================================
> 
> Reported-by: kbuild test robot <fengguang.wu@...el.com>
> Signed-off-by: Andy Zhou <azhou@...ira.com>

Applied.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ