diff options
author | Johan Hovold <johan@kernel.org> | 2020-01-13 18:23:58 +0100 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2020-01-13 18:50:18 -0800 |
commit | a112adafcb47760feff959ee1ecd10b74d2c5467 (patch) | |
tree | 9fbf7e1efb2a2a873c30efe26e760d43260242bd /net/key | |
parent | a9ff44f0e61d074f29770413fef6a5452be7b83e (diff) | |
download | linux-stable-a112adafcb47760feff959ee1ecd10b74d2c5467.tar.gz linux-stable-a112adafcb47760feff959ee1ecd10b74d2c5467.tar.bz2 linux-stable-a112adafcb47760feff959ee1ecd10b74d2c5467.zip |
NFC: pn533: fix bulk-message timeout
The driver was doing a synchronous uninterruptible bulk-transfer without
using a timeout. This could lead to the driver hanging on probe due to a
malfunctioning (or malicious) device until the device is physically
disconnected. While sleeping in probe the driver prevents other devices
connected to the same hub from being added to (or removed from) the bus.
An arbitrary limit of five seconds should be more than enough.
Fixes: dbafc28955fa ("NFC: pn533: don't send USB data off of the stack")
Signed-off-by: Johan Hovold <johan@kernel.org>
Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'net/key')
0 files changed, 0 insertions, 0 deletions