Merge branch 'vxlan-geneve-rcu-fixes'
authorDavid S. Miller <davem@davemloft.net>
Wed, 1 Mar 2017 17:58:46 +0000 (09:58 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 1 Mar 2017 17:58:46 +0000 (09:58 -0800)
Jakub Kicinski says:

====================
VXLAN/geneve RCU fixes

VXLAN and GENEVE need to take RCU lock explicitly because TX path
only has the _bh() flavour of RCU locked.  Making the reconfiguration
path wait for both normal and _bh() RCU would be bigger hassle so
just acquire the lock, as suggested by Pravin:

https://www.mail-archive.com/netdev@vger.kernel.org/msg155583.html
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge