commit | 56de859e9967c070464a9a9f4f18d73f9447298e | [log] [tgz] |
---|---|---|
author | Jakub Kicinski <jakub.kicinski@netronome.com> | Fri Feb 24 11:43:36 2017 -0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Mar 01 09:58:31 2017 -0800 |
tree | b24576537ac94fd5b7924df2b1713811749b7b60 | |
parent | 39e6c8208d7b6fb9d2047850fb3327db567b564b [diff] |
vxlan: lock RCU on TX path There is no guarantees that callers of the TX path will hold the RCU lock. Grab it explicitly. Fixes: c6fcc4fc5f8b ("vxlan: avoid using stale vxlan socket.") Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com> Signed-off-by: David S. Miller <davem@davemloft.net>