aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/exported-sql-viewer.py
diff options
context:
space:
mode:
authorEN-WEI WU <[email protected]>2023-08-15 17:54:27 +0800
committerJohannes Berg <[email protected]>2023-08-22 21:40:40 +0200
commitd40de0ad3d1b95da2b263c9361e91b984ab9c16d (patch)
tree170bfaa770c6c00abf443a99537efbad5e832977 /tools/perf/scripts/python/exported-sql-viewer.py
parent927521170c4a18c620f97865f7bad48f17c48967 (diff)
wifi: mac80211_hwsim: avoid calling nlmsg_free() in IRQ or IRQ disabled
The nlmsg_free() ends up calling kfree_skb(), and kfree_skb() is not allowed to be called from hardware interrupt context or with hardware interrupts being disabled. Replace the mistaken usage of nlmsg_free() by dev_kfree_skb_irq(), which is safe in both cases. Signed-off-by: EN-WEI WU <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Johannes Berg <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions