From: Greg Kroah-Hartman Date: Tue, 24 Mar 2015 10:08:34 +0000 (+0100) Subject: delete queue-3.10/ipv6-fix-backtracking-for-throw-routes.patch X-Git-Tag: v3.19.3~22 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5e37d2cb2f651413759b4e9e7acf1dc932738070;p=thirdparty%2Fkernel%2Fstable-queue.git delete queue-3.10/ipv6-fix-backtracking-for-throw-routes.patch --- diff --git a/queue-3.10/ipv6-fix-backtracking-for-throw-routes.patch b/queue-3.10/ipv6-fix-backtracking-for-throw-routes.patch deleted file mode 100644 index 90683c1fda5..00000000000 --- a/queue-3.10/ipv6-fix-backtracking-for-throw-routes.patch +++ /dev/null @@ -1,37 +0,0 @@ -From foo@baz Tue Mar 24 11:01:55 CET 2015 -From: Steven Barth -Date: Thu, 19 Mar 2015 16:16:04 +0100 -Subject: ipv6: fix backtracking for throw routes - -From: Steven Barth - -[ Upstream commit 73ba57bfae4a1914f6a6dac71e3168dd900e00af ] - -for throw routes to trigger evaluation of other policy rules -EAGAIN needs to be propagated up to fib_rules_lookup -similar to how its done for IPv4 - -A simple testcase for verification is: - -ip -6 rule add lookup 33333 priority 33333 -ip -6 route add throw 2001:db8::1 -ip -6 route add 2001:db8::1 via fe80::1 dev wlan0 table 33333 -ip route get 2001:db8::1 - -Signed-off-by: Steven Barth -Signed-off-by: David S. Miller -Signed-off-by: Greg Kroah-Hartman ---- - net/ipv6/fib6_rules.c | 1 + - 1 file changed, 1 insertion(+) - ---- a/net/ipv6/fib6_rules.c -+++ b/net/ipv6/fib6_rules.c -@@ -97,6 +97,7 @@ static int fib6_rule_action(struct fib_r - goto again; - flp6->saddr = saddr; - } -+ err = rt->dst.error; - goto out; - } - again: diff --git a/queue-3.10/series b/queue-3.10/series index 61b3831c4b6..bd2f9e90700 100644 --- a/queue-3.10/series +++ b/queue-3.10/series @@ -10,7 +10,6 @@ inet_diag-fix-possible-overflow-in-inet_diag_dump_one_icsk.patch caif-fix-msg_oob-test-in-caif_seqpkt_recvmsg.patch rxrpc-bogus-msg_peek-test-in-rxrpc_recvmsg.patch revert-net-cx82310_eth-use-common-match-macro.patch -ipv6-fix-backtracking-for-throw-routes.patch tcp-fix-tcp-fin-memory-accounting.patch net-compat-update-get_compat_msghdr-to-match-copy_msghdr_from_user-behaviour.patch tcp-make-connect-mem-charging-friendly.patch