diff options
author | Martin Willi <martin@strongswan.org> | 2018-09-25 09:41:13 +0200 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2018-09-26 11:20:13 +0200 |
commit | 628980e5c8f038f730582c6ee50b7410741cd96e (patch) | |
tree | 76ffd6708bc16fa3e6a40436d4faa570180559fc /tools/perf/scripts/python/call-graph-from-sql.py | |
parent | 30fe6d50eb088783c8729c7d930f65296b2b3fa7 (diff) |
mac80211_hwsim: fix locking when iterating radios during ns exit
The cleanup of radios during namespace exit has recently been reworked
to directly delete a radio while temporarily releasing the spinlock,
fixing a race condition between the work-queue execution and namespace
exits. However, the temporary unlock allows unsafe modifications on the
iterated list, resulting in a potential crash when continuing the
iteration of additional radios.
Move radios about to destroy to a temporary list, and clean that up
after releasing the spinlock once iteration is complete.
Fixes: 8cfd36a0b53a ("mac80211_hwsim: fix use-after-free bug in hwsim_exit_net")
Signed-off-by: Martin Willi <martin@strongswan.org>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-sql.py')
0 files changed, 0 insertions, 0 deletions