summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
diff options
context:
space:
mode:
authorDavid Ahern <dsa@cumulusnetworks.com>2016-05-13 21:23:45 +0200
committerDavid S. Miller <davem@davemloft.net>2016-05-16 19:46:24 +0200
commitb0e95ccdd77591f108c938bbc702b57554a1665d (patch)
tree239ed2164ac2f56234694509070020a1dcce98a9 /kernel/bpf
parenttcp: minor optimizations around tcp_hdr() usage (diff)
downloadlinux-b0e95ccdd77591f108c938bbc702b57554a1665d.tar.xz
linux-b0e95ccdd77591f108c938bbc702b57554a1665d.zip
net: vrf: protect changes to private data with rcu
One cpu can be processing packets which includes using the cached route entries in the vrf device's private data and on another cpu the device gets deleted which releases the routes and sets the pointers in net_vrf to NULL. This results in datapath dereferencing a NULL pointer. Fix by protecting access to dst's with rcu. Fixes: 193125dbd8eb ("net: Introduce VRF device driver") Fixes: 35402e313663 ("net: Add IPv6 support to VRF device") Signed-off-by: David Ahern <dsa@cumulusnetworks.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'kernel/bpf')
0 files changed, 0 insertions, 0 deletions