summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/netdev-times.py
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2015-08-28 10:30:15 +0200
committerThomas Gleixner <tglx@linutronix.de>2015-08-28 10:30:15 +0200
commita47d4576cd1c58157a2d8cfffa93aa7ca375eede (patch)
treece12e2951db7b593bc6b9621107758fa0791d5ff /tools/perf/scripts/python/netdev-times.py
parentb51aa1cc7807f4dff7b70a762aa6d8814976d706 (diff)
x86/irq: Do not dereference irq descriptor before checking it
Having the IS_NULL_OR_ERR() check after dereferencing the pointer is not really working well. Move the dereference after the check. Fixes: a782a7e46bb5 'x86/irq: Store irq descriptor in vector array' Reported-and-tested-by: Ingo Molnar <mingo@kernel.org> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'tools/perf/scripts/python/netdev-times.py')
0 files changed, 0 insertions, 0 deletions
v6.7&id=4582c0a4866ea70c35aa9279e1f91834d3348a93'>mutex: Make mutex_destroy() an inline functionJean Delvare 2011-05-25lockdep, mutex: provide mutex_lock_nest_lockPeter Zijlstra 2011-04-14mutex: Use p->on_cpu for the adaptive spinPeter Zijlstra 2010-11-26mutexes, sched: Introduce arch_mutex_cpu_relax()Gerald Schaefer 2010-09-03mutex: Fix annotations to include it in kernel-locking docbookRandy Dunlap 2009-04-30mutex: add atomic_dec_and_mutex_lock(), fixAndrew Morton 2009-04-29mutex: add atomic_dec_and_mutex_lock()Eric Paris 2009-01-14mutex: implement adaptive spinningPeter Zijlstra 2008-10-30mutex: improve header comment to be actually informative about the APIArjan van de Ven 2008-02-08Remove fastcall from linux/includeHarvey Harrison 2007-12-06Add mutex_lock_killableLiam R. Howlett 2007-10-17Mutex documentation is unclear about software interrupts, tasklets and timersMatti Linnanvuori 2007-10-11lockdep: fixup mutex annotationsPeter Zijlstra