]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
spi: mpc52xx: fix use-after-free on registration failure
authorJohan Hovold <johan@kernel.org>
Tue, 21 Apr 2026 12:58:00 +0000 (14:58 +0200)
committerMark Brown <broonie@kernel.org>
Wed, 22 Apr 2026 12:43:09 +0000 (13:43 +0100)
commitf62c060272b9d7423b1650b844e8e4e7b8f9f925
tree6cf62363a6884c04d928abbc7b3cb46ae619ef5a
parent922f8c28811f266fe5fc52a6d2852871e40ce098
spi: mpc52xx: fix use-after-free on registration failure

Make sure to disable and free the interrupts in case controller
registration fails to avoid a potential use-after-free and resource
leak.

This issue was flagged by Sashiko when reviewing a controller
deregistration fix.

Fixes: 42bbb70980f3 ("powerpc/5200: Add mpc5200-spi (non-PSC) device driver")
Cc: stable@vger.kernel.org # 2.6.33
Cc: Grant Likely <grant.likely@secretlab.ca>
Link: https://sashiko.dev/#/patchset/20260414134319.978196-1-johan%40kernel.org?part=3
Signed-off-by: Johan Hovold <johan@kernel.org>
Link: https://patch.msgid.link/20260421125800.1537361-1-johan@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-mpc52xx.c