]> git.baikalelectronics.ru Git - kernel.git/commit
usb: core: hub: fix race condition about TRSMRCY of resume
authorChunfeng Yun <chunfeng.yun@mediatek.com>
Wed, 12 May 2021 02:07:38 +0000 (10:07 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 13 May 2021 14:00:24 +0000 (16:00 +0200)
commitd427db727d6a87d4e10ad2c1a7ef0ab4aad84d76
tree25c9ac2f6064bf57923352941820f188255f448c
parent04367c189d3ac277b35d572a722c2371a410bc6a
usb: core: hub: fix race condition about TRSMRCY of resume

This may happen if the port becomes resume status exactly
when usb_port_resume() gets port status, it still need provide
a TRSMCRY time before access the device.

CC: <stable@vger.kernel.org>
Reported-by: Tianping Fang <tianping.fang@mediatek.com>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com>
Link: https://lore.kernel.org/r/20210512020738.52961-1-chunfeng.yun@mediatek.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/core/hub.c