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] [thread-next>] [day] [month] [year] [list]
Date:	Sun, 8 Mar 2015 18:09:51 +0900
From:	Simon Horman <horms@...ge.net.au>
To:	"Eric W. Biederman" <ebiederm@...ssion.com>
Cc:	David Miller <davem@...emloft.net>, netdev@...r.kernel.org
Subject: Re: [PATCH net-next 5/6] mpls: Fix the openvswitch select of
 NET_MPLS_GSO

On Sat, Mar 07, 2015 at 04:24:23PM -0600, Eric W. Biederman wrote:
> 
> Fix the OPENVSWITCH Kconfig option and old Kconfigs by having
> OPENVSWITCH select both NET_MPLS_GSO and MPLSO.
> 
> A Kbuild test robot reported that when NET_MPLS_GSO is selected by
> OPENVSWITCH the generated .config is broken because MPLS is not
> selected.
> 
> Cc: Simon Horman <horms@...ge.net.au>
> Fixes: cec9166ca4e mpls: Refactor how the mpls module is built
> Reported-by: kbuild test robot <fengguang.wu@...el.com>
> Signed-off-by: "Eric W. Biederman" <ebiederm@...ssion.com>

Reviewed-by: Simon Horman <horms@...ge.net.au>

> ---
>  net/openvswitch/Kconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/net/openvswitch/Kconfig b/net/openvswitch/Kconfig
> index b7d818c59423..ed6b0f8dd1bb 100644
> --- a/net/openvswitch/Kconfig
> +++ b/net/openvswitch/Kconfig
> @@ -6,6 +6,7 @@ config OPENVSWITCH
>  	tristate "Open vSwitch"
>  	depends on INET
>  	select LIBCRC32C
> +	select MPLS
>  	select NET_MPLS_GSO
>  	---help---
>  	  Open vSwitch is a multilayer Ethernet switch targeted at virtualized
> -- 
> 2.2.1
> 
--
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