From: David S. Miller Date: Wed, 1 Mar 2017 17:58:46 +0000 (-0800) Subject: Merge branch 'vxlan-geneve-rcu-fixes' X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=a3695e9751b3c616170b552f8561b5a7c5b7a3ca;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git 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 --- a3695e9751b3c616170b552f8561b5a7c5b7a3ca