]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
usb: gadget: f_subset: Fix unbalanced refcnt in geth_free
authorKuen-Han Tsai <khtsai@google.com>
Fri, 20 Mar 2026 08:54:44 +0000 (16:54 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 30 Mar 2026 15:19:29 +0000 (17:19 +0200)
commitcaa27923aacd8a5869207842f2ab1657c6c0c7bc
tree0d5027acb05863b1abee253841d8dc395ab08eb5
parent269c26464dcf8b54b0dd9c333721c30ee44ae297
usb: gadget: f_subset: Fix unbalanced refcnt in geth_free

geth_alloc() increments the reference count, but geth_free() fails to
decrement it. This prevents the configuration of attributes via configfs
after unlinking the function.

Decrement the reference count in geth_free() to ensure proper cleanup.

Fixes: 02832e56f88a ("usb: gadget: f_subset: add configfs support")
Cc: stable@vger.kernel.org
Signed-off-by: Kuen-Han Tsai <khtsai@google.com>
Link: https://patch.msgid.link/20260320-usb-net-lifecycle-v1-1-4886b578161b@google.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/gadget/function/f_subset.c