summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/flamegraph.py
diff options
context:
space:
mode:
authorAndreas Larsson <andreas@gaisler.com>2012-10-30 00:09:46 +0000
committerDavid S. Miller <davem@davemloft.net>2012-11-09 16:30:50 -0800
commit20424d85f8a07090fd32c6fad343f91b63c730b0 (patch)
tree20a92b00fb42b3f848cbf3ab38d97967db5a0eb8 /tools/perf/scripts/python/flamegraph.py
parent5cf8f7db8274f68b180ad277dbb0308e72b66efd (diff)
downloadkernel-20424d85f8a07090fd32c6fad343f91b63c730b0.tar.gz
sparc32, leon: Check for existent irq_map entry in leon_handle_ext_irq
If an irq is being unlinked concurrently with leon_handle_ext_irq, irq_map[eirq] might be null in leon_handle_ext_irq. Make sure that this is not dereferenced. Signed-off-by: Andreas Larsson <andreas@gaisler.com> Acked-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions
- rule 152Thomas Gleixner 2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner 2019-04-27genetlink: optionally validate strictly/dumpsJohannes Berg 2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg 2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek 2019-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller 2019-04-23net/ncsi: handle overflow when incrementing mac addressTao Ren 2019-03-22genetlink: make policy common to familyJohannes Berg