From 255d7ad8ba1cc4ce05f9b2a6ef6e1c205cd481b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= Date: Tue, 8 Sep 2015 16:43:10 +0000 Subject: kernel: describe bridge patch "remove IPv6 depependency of bridge in 2.6.38+" It was initially added in r27237 by jow as patch from Jonas. SVN-Revision: 46826 --- .../patches-3.18/643-bridge_remove_ipv6_dependency.patch | 13 +++++++++++++ .../patches-4.0/643-bridge_remove_ipv6_dependency.patch | 13 +++++++++++++ .../patches-4.1/643-bridge_remove_ipv6_dependency.patch | 13 +++++++++++++ 3 files changed, 39 insertions(+) (limited to 'target') diff --git a/target/linux/generic/patches-3.18/643-bridge_remove_ipv6_dependency.patch b/target/linux/generic/patches-3.18/643-bridge_remove_ipv6_dependency.patch index 3f0dcd3..25f49c0 100644 --- a/target/linux/generic/patches-3.18/643-bridge_remove_ipv6_dependency.patch +++ b/target/linux/generic/patches-3.18/643-bridge_remove_ipv6_dependency.patch @@ -1,3 +1,16 @@ +From: Jonas Gorski +Subject: [PATCH] bridge: remove IPv6 depependency of bridge in 2.6.38+ + +Since 2.6.38 the bridge module has a dependency to IPv6 if IPv6 is +enabled. Since the IPv6 module isn't exactly lightweight and bridge also +only needs a single function from IPv6, it's rather easy to create a +common "lib" module with a RCU pointer to the actual implementation, if +the IPv6 module is loaded (although slightly hackish). + +The codepath seems to be only taken when using IPv6, so there should be +no negative side effects when IPv6 isn't loaded. I did not measure how +big the performance impact is. +--- --- a/include/net/addrconf.h +++ b/include/net/addrconf.h @@ -88,6 +88,12 @@ int ipv6_rcv_saddr_equal(const struct so diff --git a/target/linux/generic/patches-4.0/643-bridge_remove_ipv6_dependency.patch b/target/linux/generic/patches-4.0/643-bridge_remove_ipv6_dependency.patch index 50e4fe4..6842d97 100644 --- a/target/linux/generic/patches-4.0/643-bridge_remove_ipv6_dependency.patch +++ b/target/linux/generic/patches-4.0/643-bridge_remove_ipv6_dependency.patch @@ -1,3 +1,16 @@ +From: Jonas Gorski +Subject: [PATCH] bridge: remove IPv6 depependency of bridge in 2.6.38+ + +Since 2.6.38 the bridge module has a dependency to IPv6 if IPv6 is +enabled. Since the IPv6 module isn't exactly lightweight and bridge also +only needs a single function from IPv6, it's rather easy to create a +common "lib" module with a RCU pointer to the actual implementation, if +the IPv6 module is loaded (although slightly hackish). + +The codepath seems to be only taken when using IPv6, so there should be +no negative side effects when IPv6 isn't loaded. I did not measure how +big the performance impact is. +--- --- a/include/net/addrconf.h +++ b/include/net/addrconf.h @@ -91,6 +91,12 @@ int ipv6_rcv_saddr_equal(const struct so diff --git a/target/linux/generic/patches-4.1/643-bridge_remove_ipv6_dependency.patch b/target/linux/generic/patches-4.1/643-bridge_remove_ipv6_dependency.patch index 001d2c6..b18f33e 100644 --- a/target/linux/generic/patches-4.1/643-bridge_remove_ipv6_dependency.patch +++ b/target/linux/generic/patches-4.1/643-bridge_remove_ipv6_dependency.patch @@ -1,3 +1,16 @@ +From: Jonas Gorski +Subject: [PATCH] bridge: remove IPv6 depependency of bridge in 2.6.38+ + +Since 2.6.38 the bridge module has a dependency to IPv6 if IPv6 is +enabled. Since the IPv6 module isn't exactly lightweight and bridge also +only needs a single function from IPv6, it's rather easy to create a +common "lib" module with a RCU pointer to the actual implementation, if +the IPv6 module is loaded (although slightly hackish). + +The codepath seems to be only taken when using IPv6, so there should be +no negative side effects when IPv6 isn't loaded. I did not measure how +big the performance impact is. +--- --- a/include/net/addrconf.h +++ b/include/net/addrconf.h @@ -91,6 +91,12 @@ int ipv6_rcv_saddr_equal(const struct so -- cgit v1.1