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>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Sat, 22 Feb 2014 13:40:52 +0000
From:	Ben Hutchings <ben@...adent.org.uk>
To:	Alexander Aring <alex.aring@...il.com>
Cc:	alex.bluesman.smirnov@...il.com, dbaryshkov@...il.com,
	davem@...emloft.net, linux-zigbee-devel@...ts.sourceforge.net,
	netdev@...r.kernel.org, martin.townsend@...lon.com
Subject: Re: [PATCH net-next 3/6] 6lowpan: move 6lowpan.c to 6lowpan_rtnl.c

On Fri, 2014-02-21 at 16:15 +0100, Alexander Aring wrote:
> We have a 6lowpan.c file and 6lowpan.ko file. To avoid confusing we
> should move 6lowpan.c to 6lowpan.ko. Then we can support multiple source

You put the wrong filename here ^

Ben.

> files for 6lowpan module.
> 
> Signed-off-by: Alexander Aring <alex.aring@...il.com>
> Tested-by: Martin Townsend <martin.townsend@...lon.com>
> ---
>  net/ieee802154/{6lowpan.c => 6lowpan_rtnl.c} | 0
>  net/ieee802154/Makefile                      | 1 +
>  2 files changed, 1 insertion(+)
>  rename net/ieee802154/{6lowpan.c => 6lowpan_rtnl.c} (100%)
> 
> diff --git a/net/ieee802154/6lowpan.c b/net/ieee802154/6lowpan_rtnl.c
> similarity index 100%
> rename from net/ieee802154/6lowpan.c
> rename to net/ieee802154/6lowpan_rtnl.c
> diff --git a/net/ieee802154/Makefile b/net/ieee802154/Makefile
> index e8f0588..3d08adf 100644
> --- a/net/ieee802154/Makefile
> +++ b/net/ieee802154/Makefile
> @@ -2,5 +2,6 @@ obj-$(CONFIG_IEEE802154) += ieee802154.o af_802154.o
>  obj-$(CONFIG_IEEE802154_6LOWPAN) += 6lowpan.o
>  obj-$(CONFIG_6LOWPAN_IPHC) += 6lowpan_iphc.o
>  
> +6lowpan-y := 6lowpan_rtnl.o
>  ieee802154-y := netlink.o nl-mac.o nl-phy.o nl_policy.o wpan-class.o
>  af_802154-y := af_ieee802154.o raw.o dgram.o

-- 
Ben Hutchings
I haven't lost my mind; it's backed up on tape somewhere.

Download attachment "signature.asc" of type "application/pgp-signature" (812 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ