]> git.ipfire.org Git - thirdparty/linux.git/commit
slimbus: core: fix device reference leak on report present
authorJohan Hovold <johan@kernel.org>
Wed, 26 Nov 2025 14:53:26 +0000 (15:53 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 16 Jan 2026 15:43:04 +0000 (16:43 +0100)
commit9391380eb91ea5ac792aae9273535c8da5b9aa01
tree59e33498a37b9e61e3f1f5e4e9cc2a9492cb08dd
parent0eb4ff6596114aabba1070a66afa2c2f5593739f
slimbus: core: fix device reference leak on report present

Slimbus devices can be allocated dynamically upon reception of
report-present messages.

Make sure to drop the reference taken when looking up already registered
devices.

Note that this requires taking an extra reference in case the device has
not yet been registered and has to be allocated.

Fixes: 46a2bb5a7f7e ("slimbus: core: Add slim controllers support")
Cc: stable@vger.kernel.org # 4.16
Signed-off-by: Johan Hovold <johan@kernel.org>
Link: https://patch.msgid.link/20251126145329.5022-4-johan@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/slimbus/core.c