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:	Fri, 31 Oct 2014 15:49:41 +0900
From:	Simon Horman <simon.horman@...ronome.com>
To:	Pravin B Shelar <pshelar@...ira.com>
Cc:	davem@...emloft.net, netdev@...r.kernel.org
Subject: Re: [PATCH net 2/2] mpls: Allow mpls_gso to be built as module

On Thu, Oct 30, 2014 at 12:50:04AM -0700, Pravin B Shelar wrote:
> Kconfig already allows mpls to be built as module. Following patch
> fixes Makefile to do same.

Thanks, and sorry for messing that up.

Acked-by: Simon Horman <simon.horman@...ronome.com>

> CC: Simon Horman <simon.horman@...ronome.com>
> Signed-off-by: Pravin B Shelar <pshelar@...ira.com>
> ---
>  net/mpls/Makefile |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/net/mpls/Makefile b/net/mpls/Makefile
> index 0a3c171..6dec088 100644
> --- a/net/mpls/Makefile
> +++ b/net/mpls/Makefile
> @@ -1,4 +1,4 @@
>  #
>  # Makefile for MPLS.
>  #
> -obj-y += mpls_gso.o
> +obj-$(CONFIG_NET_MPLS_GSO) += mpls_gso.o
> -- 
> 1.7.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