aboutsummaryrefslogtreecommitdiffstats
path: root/net/unix/af_unix.c
diff options
context:
space:
mode:
authorSagi Grimberg <[email protected]>2021-12-08 13:35:06 +0000
committerChristoph Hellwig <[email protected]>2021-12-08 15:36:58 +0000
commit30e32f300be6d0160fd1b3fc6d0f62917acd9be2 (patch)
tree9a1482fcff0fe270246b69859ac3ad601c38e16d /net/unix/af_unix.c
parentnvme: fix use after free when disconnecting a reconnecting ctrl (diff)
downloadkernel-30e32f300be6d0160fd1b3fc6d0f62917acd9be2.tar.gz
kernel-30e32f300be6d0160fd1b3fc6d0f62917acd9be2.zip
nvmet-tcp: fix possible list corruption for unexpected command failure
nvmet_tcp_handle_req_failure needs to understand weather to prepare for incoming data or the next pdu. However if we misidentify this, we will wait for 0-length data, and queue the response although nvmet_req_init already did that. The particular command was namespace management command with no data, which was incorrectly categorized as a command with incapsule data. Also, add a code comment of what we are trying to do here. Signed-off-by: Sagi Grimberg <[email protected]> Reviewed-by: Keith Busch <[email protected]> Signed-off-by: Christoph Hellwig <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions