summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
authorJia-Ju Bai <baijiaju1990@163.com>2017-12-12 12:26:36 +0300
committerJohannes Berg <johannes.berg@intel.com>2017-12-19 11:14:06 +0300
commit162bd5e5fd921785077b5862d8f2ffabe2fe11e5 (patch)
tree26cc8e6a69b56fce2c1eae9b634c08c8253216ab /tools/perf/scripts/python/stackcollapse.py
parent5d32407396b0433f9b738fcfcb9599bcba7379ae (diff)
downloadlinux-162bd5e5fd921785077b5862d8f2ffabe2fe11e5.tar.xz
mac80211_hwsim: Fix a possible sleep-in-atomic bug in hwsim_get_radio_nl
The driver may sleep under a spinlock. The function call path is: hwsim_get_radio_nl (acquire the spinlock) nlmsg_new(GFP_KERNEL) --> may sleep To fix it, GFP_KERNEL is replaced with GFP_ATOMIC. This bug is found by my static analysis tool(DSAC) and checked by my code review. Signed-off-by: Jia-Ju Bai <baijiaju1990@163.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions