]> git.baikalelectronics.ru Git - kernel.git/commit
xhci: guard accesses to ep_state in xhci_endpoint_reset()
authorJonathan Bell <jonathan@raspberrypi.com>
Fri, 8 Oct 2021 09:25:43 +0000 (12:25 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 20 Oct 2021 09:40:13 +0000 (11:40 +0200)
commita55de6dde85c5a54369ad7c587e52317355bb982
tree1ab436624ada19278470ea8a72fc06900532339b
parent15ae10c8b6c20991bece29b55c0a093553e073f7
xhci: guard accesses to ep_state in xhci_endpoint_reset()

commit a01ba2a3378be85538e0183ae5367c1bc1d5aaf3 upstream.

See https://github.com/raspberrypi/linux/issues/3981

Two read-modify-write cycles on ep->ep_state are not guarded by
xhci->lock. Fix these.

Fixes: f4e2df80d10d ("xhci: Clear the host side toggle manually when endpoint is soft reset")
Cc: stable@vger.kernel.org
Signed-off-by: Jonathan Bell <jonathan@raspberrypi.com>
Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com>
Link: https://lore.kernel.org/r/20211008092547.3996295-2-mathias.nyman@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/xhci.c