diff options
| author | Runyu Xiao <runyu.xiao@seu.edu.cn> | 2026-08-30 22:20:26 +0800 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2026-08-31 13:29:13 +0100 |
| commit | 04405aeef4f8d7bcac6dcb1947acafdb4420c2c3 (patch) | |
| tree | 584a5b5fbe133e2d1612d7deb946a3a307010cb9 /scripts/Makefile.thinlto | |
| parent | 173cb3147ba26449e6023df56f9bcd34ce6d1c3b (diff) | |
| download | linux-next-04405aeef4f8d7bcac6dcb1947acafdb4420c2c3.tar.gz linux-next-04405aeef4f8d7bcac6dcb1947acafdb4420c2c3.zip | |
ASoC: sti: initialize IRQ lock before requesting IRQ
uni_reader_init() registers the shared IRQ before initializing
reader->irq_lock. A pending interrupt can invoke the handler while the
lock is still uninitialized.
Initialize the lock before registering the IRQ so the interrupt path
always sees valid lock state.
Fixes: d05d862ead8e ("ASoC: STI: Fix null ptr deference in IRQ handler")
Cc: stable@vger.kernel.org
Assisted-by: Codex:GPT-5
Signed-off-by: Runyu Xiao <runyu.xiao@seu.edu.cn>
Link: https://patch.msgid.link/20260830142026.2666914-1-runyu.xiao@seu.edu.cn
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'scripts/Makefile.thinlto')
0 files changed, 0 insertions, 0 deletions
