diff options
author | Shuah Khan <skhan@linuxfoundation.org> | 2022-06-30 20:32:56 -0600 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-07-12 16:30:49 +0200 |
commit | 29612c43a2c5bddfc3e551fc564c0280d1a5b134 (patch) | |
tree | 2abb79b1e9a5a53aa548a0be9152eb7994d655bc /lib/plist.c | |
parent | 0e517d0d7febe722bca973b8af842bc90d120364 (diff) | |
download | linux-stable-29612c43a2c5bddfc3e551fc564c0280d1a5b134.tar.gz linux-stable-29612c43a2c5bddfc3e551fc564c0280d1a5b134.tar.bz2 linux-stable-29612c43a2c5bddfc3e551fc564c0280d1a5b134.zip |
misc: rtsx_usb: use separate command and response buffers
commit 3776c78559853fd151be7c41e369fd076fb679d5 upstream.
rtsx_usb uses same buffer for command and response. There could
be a potential conflict using the same buffer for both especially
if retries and timeouts are involved.
Use separate command and response buffers to avoid conflicts.
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Cc: stable <stable@kernel.org>
Link: https://lore.kernel.org/r/07e3721804ff07aaab9ef5b39a5691d0718b9ade.1656642167.git.skhan@linuxfoundation.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'lib/plist.c')
0 files changed, 0 insertions, 0 deletions