diff options
author | Lingpeng Chen <[email protected]> | 2020-01-09 09:48:33 +0800 |
---|---|---|
committer | Daniel Borkmann <[email protected]> | 2020-01-09 23:13:48 +0100 |
commit | e7a5f1f1cd0008e5ad379270a8657e121eedb669 (patch) | |
tree | dadfdc408f412c057c4fb1bb74b38fc0578d6bc0 /drivers/fpga/fpga-mgr.c | |
parent | da29f2d84bd10234df570b7f07cbd0166e738230 (diff) |
bpf/sockmap: Read psock ingress_msg before sk_receive_queue
Right now in tcp_bpf_recvmsg, sock read data first from sk_receive_queue
if not empty than psock->ingress_msg otherwise. If a FIN packet arrives
and there's also some data in psock->ingress_msg, the data in
psock->ingress_msg will be purged. It is always happen when request to a
HTTP1.0 server like python SimpleHTTPServer since the server send FIN
packet after data is sent out.
Fixes: 604326b41a6fb ("bpf, sockmap: convert to generic sk_msg interface")
Reported-by: Arika Chen <[email protected]>
Suggested-by: Arika Chen <[email protected]>
Signed-off-by: Lingpeng Chen <[email protected]>
Signed-off-by: John Fastabend <[email protected]>
Signed-off-by: Daniel Borkmann <[email protected]>
Acked-by: Song Liu <[email protected]>
Link: https://lore.kernel.org/bpf/[email protected]
Diffstat (limited to 'drivers/fpga/fpga-mgr.c')
0 files changed, 0 insertions, 0 deletions