summaryrefslogtreecommitdiff
path: root/drivers/phy
diff options
context:
space:
mode:
authorXin Long <lucien.xin@gmail.com>2017-11-19 19:31:04 +0800
committerDavid S. Miller <davem@davemloft.net>2017-11-19 21:22:31 +0900
commit654d573845f35017dc397840fa03610fef3d08b0 (patch)
treeca78d6425d2624b845c0b57b34e1f740a5fda841 /drivers/phy
parented66dfaf236c04d414de1d218441296e57fb2bd2 (diff)
tun: fix rcu_read_lock imbalance in tun_build_skb
rcu_read_lock in tun_build_skb is used to rcu_dereference tun->xdp_prog safely, rcu_read_unlock should be done in every return path. Now I could see one place missing it, where it returns NULL in switch-case XDP_REDIRECT, another palce using rcu_read_lock wrongly, where it returns NULL in if (xdp_xmit) chunk. So fix both in this patch. Fixes: 761876c857cb ("tap: XDP support") Signed-off-by: Xin Long <lucien.xin@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/phy')
0 files changed, 0 insertions, 0 deletions