From: Thomas Gleixner Date: Mon, 22 Jun 2015 09:31:34 +0000 (+0200) Subject: sh/intc: Fix potential race in installing chained IRQ handler X-Git-Tag: omap-for-v4.2/fixes-rc1^2~55^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=beab99fe835be1d9ef1112dabdae3aa417126430;p=pandora-kernel.git sh/intc: Fix potential race in installing chained IRQ handler Fix a race where a pending interrupt could be received and the handler called before the handler's data has been setup, by moving the call to irq_set_chained_handler() after the function which sets up the handler data. Found by code inspection. Reported-by: Russell King Signed-off-by: Thomas Gleixner Cc: Simon Horman Cc: Magnus Damm Cc: linux-sh@vger.kernel.org --- Reading git-diff-tree failed