diff options
author | stephen hemminger <stephen@networkplumber.org> | 2017-03-22 14:51:00 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-03-22 19:38:56 -0700 |
commit | 545a8e79bd1cc8774877a26275171a2ec8881c9e (patch) | |
tree | b3e0a7cb5aa7d38dd61fa76c93bdf2cc7e0b2906 /drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c | |
parent | 3071ada4916e26a8961c1b99f7766a73b9007bfc (diff) |
netvsc: use RCU to protect inner device structure
The netvsc driver has an internal structure (netvsc_device) which
is created when device is opened and released when device is closed.
And also opened/released when MTU or number of channels change.
Since this is referenced in the receive and transmit path, it is
safer to use RCU to protect/prevent use after free problems.
Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c')
0 files changed, 0 insertions, 0 deletions