lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <169600022516.19901.13842388039808496869.git-patchwork-notify@kernel.org> Date: Fri, 29 Sep 2023 15:10:25 +0000 From: patchwork-bot+netdevbpf@...nel.org To: John Fastabend <john.fastabend@...il.com> Cc: daniel@...earbox.net, ast@...nel.org, andrii@...nel.org, jakub@...udflare.com, bpf@...r.kernel.org, netdev@...r.kernel.org, edumazet@...gle.com Subject: Re: [PATCH bpf v3 0/3] bpf, sockmap complete fixes for avail bytes Hello: This series was applied to bpf/bpf.git (master) by Daniel Borkmann <daniel@...earbox.net>: On Mon, 25 Sep 2023 20:52:57 -0700 you wrote: > With e5c6de5fa0258 ("bpf, sockmap: Incorrectly handling copied_seq") we > started fixing the available bytes accounting by moving copied_seq to > where the user actually reads the bytes. > > However we missed handling MSG_PEEK correctly and we need to ensure > that we don't kfree_skb() a skb off the receive_queue when the > copied_seq number is not incremented by user reads for some time. > > [...] Here is the summary with links: - [bpf,v3,1/3] bpf: tcp_read_skb needs to pop skb regardless of seq https://git.kernel.org/bpf/bpf/c/9b7177b1df64 - [bpf,v3,2/3] bpf: sockmap, do not inc copied_seq when PEEK flag set https://git.kernel.org/bpf/bpf/c/da9e915eaf5d - [bpf,v3,3/3] bpf: sockmap, add tests for MSG_F_PEEK https://git.kernel.org/bpf/bpf/c/5f405c0c0c46 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Powered by blists - more mailing lists