summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/netdev-times.py
diff options
context:
space:
mode:
authorLinmao Li <lilinmao@kylinos.cn>2026-07-14 11:30:15 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2026-07-27 10:29:26 +1000
commitfce20289dd622cc7ab78d72c8a979a9f8b7cb10e (patch)
tree86d4e44ee58e2ca899c438183089569b384482d0 /tools/perf/scripts/python/netdev-times.py
parentdf373d39c6f038d176af303ae72f02c7c70b953d (diff)
crypto: keembay - Initialize completion before requesting IRQ
kmb_ocs_aes_probe() requests the device IRQ before initializing irq_completion. Once the handler is registered it can run immediately, and ocs_aes_irq_handler() unconditionally calls complete(). An interrupt in this window would therefore use an uninitialized completion. Initialize the completion before requesting the IRQ, as the sibling OCS HCU and ECC drivers already do. Fixes: 885743324513 ("crypto: keembay - Add support for Keem Bay OCS AES/SM4") Signed-off-by: Linmao Li <lilinmao@kylinos.cn> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'tools/perf/scripts/python/netdev-times.py')
0 files changed, 0 insertions, 0 deletions