ipv6: probe routes asynchronous in rt6_probe
authorHannes Frederic Sowa <hannes@stressinduktion.org>
Mon, 21 Oct 2013 04:17:15 +0000 (06:17 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 4 Nov 2013 12:31:05 +0000 (04:31 -0800)
commit8df627daa0bde7de4236ab68ef2dded12ab624c8
treeb3aa94d66f9e64399a9af6d8578762610cd549f3
parent2332d212926aaa92d4164482f6f7583c0f796647
ipv6: probe routes asynchronous in rt6_probe

[ Upstream commit c2f17e827b419918c856131f592df9521e1a38e3 ]

Routes need to be probed asynchronous otherwise the call stack gets
exhausted when the kernel attemps to deliver another skb inline, like
e.g. xt_TEE does, and we probe at the same time.

We update neigh->updated still at once, otherwise we would send to
many probes.

Cc: Julian Anastasov <ja@ssi.bg>
Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
net/ipv6/route.c