From 450ac626337307a5870000e9751a3ad3da2fd813 Mon Sep 17 00:00:00 2001 From: AceLan Kao Date: Tue, 8 Aug 2017 21:14:51 +0800 Subject: backports: remove 802.15.4 entirely 802.15.4 has been removed by this commit, 15a3df8 backports: remove 802.15.4 entirely but there are some files left behind. Remove them all. Signed-off-by: AceLan Kao Signed-off-by: Johannes Berg --- patches/0008-net-user-ns.patch | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 patches/0008-net-user-ns.patch (limited to 'patches/0008-net-user-ns.patch') diff --git a/patches/0008-net-user-ns.patch b/patches/0008-net-user-ns.patch deleted file mode 100644 index 79605c05..00000000 --- a/patches/0008-net-user-ns.patch +++ /dev/null @@ -1,17 +0,0 @@ -network namespaces didn't get usernamespaces pegged until 3.8 -via commit 038e7332b8. - ---- a/net/ieee802154/reassembly.c -+++ b/net/ieee802154/reassembly.c -@@ -481,9 +481,11 @@ static int __net_init lowpan_frags_ns_sy - table[1].extra2 = &ieee802154_lowpan->frags.high_thresh; - table[2].data = &ieee802154_lowpan->frags.timeout; - -+#if LINUX_VERSION_IS_GEQ(3,8,0) - /* Don't export sysctls to unprivileged users */ - if (net->user_ns != &init_user_ns) - table[0].procname = NULL; -+#endif /* LINUX_VERSION_IS_GEQ(3,8,0) */ - } - - hdr = register_net_sysctl(net, "net/ieee802154/6lowpan", table); -- cgit v1.2.3