hwrng: imx-rngc - Moving IRQ handler registering after imx_rngc_irq_mask_clear()
authorKshitiz Varshney <kshitiz.varshney@nxp.com>
Mon, 22 Aug 2022 11:19:03 +0000 (13:19 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 26 Oct 2022 10:35:24 +0000 (12:35 +0200)
commit3bfc220e5ce3c30e2f25168dd41a7aa8f68fc7aa
tree25db3e077a1e5ed24e7bb01e30f5010d7a910324
parent507128a0e32dbd80f5d277f4f1730e55ea504499
hwrng: imx-rngc - Moving IRQ handler registering after imx_rngc_irq_mask_clear()

[ Upstream commit 10a2199caf437e893d9027d97700b3c6010048b7 ]

Issue:
While servicing interrupt, if the IRQ happens to be because of a SEED_DONE
due to a previous boot stage, you end up completing the completion
prematurely, hence causing kernel to crash while booting.

Fix:
Moving IRQ handler registering after imx_rngc_irq_mask_clear()

Fixes: 1d5449445bd0 (hwrng: mx-rngc - add a driver for Freescale RNGC)
Signed-off-by: Kshitiz Varshney <kshitiz.varshney@nxp.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/char/hw_random/imx-rngc.c