commit | a3695e9751b3c616170b552f8561b5a7c5b7a3ca | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Wed Mar 01 09:58:46 2017 -0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Mar 01 09:58:46 2017 -0800 |
tree | 24825397ceebb356167c2740ef62497865a019d7 | |
parent | 39e6c8208d7b6fb9d2047850fb3327db567b564b [diff] | |
parent | a717e3f740803cc88bd5c9a70c93504f6a368663 [diff] |
Merge branch 'vxlan-geneve-rcu-fixes' 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>