Files
linux/drivers
Roy Luo 69540c108d USB: gadget: core: adjust uevent timing on gadget unbind
commit 73ea73affe upstream.

The KOBJ_CHANGE uevent is sent before gadget unbind is actually
executed, resulting in inaccurate uevent emitted at incorrect timing
(the uevent would have USB_UDC_DRIVER variable set while it would
soon be removed).
Move the KOBJ_CHANGE uevent to the end of the unbind function so that
uevent is sent only after the change has been made.

Fixes: 2ccea03a8f ("usb: gadget: introduce UDC Class")
Cc: stable@vger.kernel.org
Signed-off-by: Roy Luo <royluo@google.com>
Link: https://lore.kernel.org/r/20231128221756.2591158-1-royluo@google.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2023-12-13 18:39:28 +01:00
..
2023-09-13 09:42:56 +02:00
2023-11-20 11:52:05 +01:00
2023-09-13 09:42:58 +02:00
2023-12-08 08:51:19 +01:00
2023-12-13 18:39:03 +01:00
2023-07-19 16:21:48 +02:00