Skip to content
Commit 4fe7ffb7 authored by Jesse Brandeburg's avatar Jesse Brandeburg Committed by Ingo Molnar
Browse files

genirq: Fix null pointer reference in irq_set_affinity_hint()



The recent set_affinity commit by me introduced some null
pointer dereferences on driver unload, because some drivers
call this function with a NULL argument. This fixes the issue
by just checking for null before setting the affinity mask.

Fixes: e2e64a93 ("genirq: Set initial affinity in irq_set_affinity_hint()")
Reported-by: default avatarYinghai Lu <yinghai@kernel.org>
Signed-off-by: default avatarJesse Brandeburg <jesse.brandeburg@intel.com>
CC: netdev@vger.kernel.org
Link: http://lkml.kernel.org/r/20150128185739.9689.84588.stgit@jbrandeb-cp2.jf.intel.com


Signed-off-by: default avatarIngo Molnar <mingo@kernel.org>
parent fb7e7deb
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment