]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ipvlan: ignore addresses from ipv6 autoconfiguration
authorKonstantin Khlebnikov <khlebnikov@yandex-team.ru>
Tue, 14 Jul 2015 13:35:55 +0000 (16:35 +0300)
committerDavid S. Miller <davem@davemloft.net>
Thu, 16 Jul 2015 04:33:40 +0000 (21:33 -0700)
commit23a5a49c83dd8a7201a42e96d24238bde3547c11
treeeeface61303e1c46b5472d1aeab3b148f19736b9
parent0fba37a3af03a7e74bf9e75473729adb98da49c3
ipvlan: ignore addresses from ipv6 autoconfiguration

Inet6addr notifier is atomic and runs in bh context without RTNL when
ipv6 receives router advertisement packet and performs autoconfiguration.

Proper fix still in discussion. Let's at least plug the bug.
v1: http://lkml.kernel.org/r/20150514135618.14062.1969.stgit@buzz
v2: http://lkml.kernel.org/r/20150703125840.24121.91556.stgit@buzz

Signed-off-by: Konstantin Khlebnikov <khlebnikov@yandex-team.ru>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ipvlan/ipvlan_main.c