linux-stable/drivers/usb
Heikki Krogerus 7ed7748c94 usb: typec: ucsi: displayport: Fix potential deadlock
commit b791a67f68 upstream.

The function ucsi_displayport_work() does not access the
connector, so it also must not acquire the connector lock.

This fixes a potential deadlock scenario:

ucsi_displayport_work() -> lock(&con->lock)
typec_altmode_vdm()
dp_altmode_vdm()
dp_altmode_work()
typec_altmode_enter()
ucsi_displayport_enter() -> lock(&con->lock)

Reported-by: Mathias Nyman <mathias.nyman@linux.intel.com>
Fixes: af8622f6a5 ("usb: typec: ucsi: Support for DisplayPort alt mode")
Cc: stable@vger.kernel.org
Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Link: https://lore.kernel.org/r/20240507134316.161999-1-heikki.krogerus@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2024-05-25 16:19:07 +02:00
..
atm
c67x00
cdns3 usb: cdns3: fix memory double free when handle zero packet 2024-03-01 13:16:49 +01:00
chipidea usb: chipidea: wait controller resume finished for wakeup irq 2024-01-25 14:37:51 -08:00
class Revert "usb: cdc-wdm: close race between read and workqueue" 2024-05-02 16:23:39 +02:00
common usb: common: usb-conn-gpio: Prevent bailing out if initial role is none 2023-08-16 18:21:00 +02:00
core usb: Fix regression caused by invalid ep0 maxpacket in virtual SuperSpeed device 2024-05-17 11:48:08 +02:00
dwc2 usb: dwc2: host: Fix dereference issue in DDMA completion flow. 2024-05-02 16:23:39 +02:00
dwc3 usb: dwc3: core: Prevent phy suspend during init 2024-05-17 11:48:09 +02:00
early
gadget usb: gadget: f_fs: Fix a race condition when processing setup packets. 2024-05-17 11:48:09 +02:00
host usb: xhci-plat: Don't include xhci.h 2024-05-17 11:48:09 +02:00
image
isp1760
misc USB: sisusbvga: Add endpoint checks 2023-05-30 12:57:57 +01:00
mon usb: mon: Fix atomicity violation in mon_bin_vma_fault 2024-01-25 14:37:52 -08:00
mtu3 usb: mtu3: fix kernel panic at qmu transfer done irq handler 2023-05-17 11:47:58 +02:00
musb usb: musb: Modify the "HWVers" register address 2023-10-25 11:54:15 +02:00
phy Revert "usb: phy: generic: Get the vbus supply" 2024-04-13 12:59:30 +02:00
renesas_usbhs usb: renesas: Fix refcount leak bug 2022-08-25 11:38:13 +02:00
roles usb: roles: don't get/set_role() when usb_role_switch is unregistered 2024-03-01 13:16:49 +01:00
serial USB: serial: option: add Telit FN920C04 rmnet compositions 2024-05-02 16:23:39 +02:00
storage USB: usb-storage: Prevent divide-by-0 error in isd200_ata_command 2024-04-13 12:58:50 +02:00
typec usb: typec: ucsi: displayport: Fix potential deadlock 2024-05-25 16:19:07 +02:00
usbip kcov: Remove kcov include from sched.h and move it to its users. 2024-05-17 11:48:07 +02:00
Kconfig
Makefile
usb-skeleton.c