From: Jens Taprogge Date: Wed, 12 Sep 2012 12:55:32 +0000 (+0200) Subject: Staging: ipack/bridges/tpci200: RCU protect slot_irq pointers. X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~75^2~275 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8d61d49b2437df3a0aef17d321948783d275bb3;p=pandora-kernel.git Staging: ipack/bridges/tpci200: RCU protect slot_irq pointers. In tpci200_request_irq as well as tpci200_free_irq we set and unset the pointer to struct slot_irq. This pointer is accessed in tpci200_interrupt. To ensure that the pointer is not freed after it has been fetched in tpci200_interrupt() it is now protected through RCU. Signed-off-by: Jens Taprogge Signed-off-by: Samuel Iglesias Gonsalvez Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed