Messages in this thread |  | | From | Horia Geanta <> | Subject | Re: [PATCH 04/12] crypto: caam - dispose of IRQ mapping only after IRQ is freed | Date | Fri, 6 Sep 2019 12:26:12 +0000 |
| |
On 9/4/2019 5:35 AM, Andrey Smirnov wrote: > With IRQ requesting being managed by devres we need to make sure that > we dispose of IRQ mapping after and not before it is free'd (otherwise > we'll end up with a warning from the kernel). To achieve that simply > convert IRQ mapping to rely on devres as well. > > Fixes: f314f12db65c ("crypto: caam - convert caam_jr_init() to use devres") > Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> > Cc: Chris Healy <cphealy@gmail.com> > Cc: Lucas Stach <l.stach@pengutronix.de> > Cc: Horia Geantă <horia.geanta@nxp.com> > Cc: Herbert Xu <herbert@gondor.apana.org.au> > Cc: Iuliana Prodan <iuliana.prodan@nxp.com> > Cc: linux-crypto@vger.kernel.org > Cc: linux-kernel@vger.kernel.org Cc: <stable@vger.kernel.org> Reviewed-by: Horia Geantă <horia.geanta@nxp.com>
I'd prefer pushing patches 1 and 4 first, considering they are fixes while the rest are optimizations.
Thanks, Horia
|  |