Message ID | 20220817195445.151609-1-xiyou.wangcong@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | tcp: some bug fixes for tcp_read_skb() | expand |
Hello: This series was applied to netdev/net.git (master) by Jakub Kicinski <kuba@kernel.org>: On Wed, 17 Aug 2022 12:54:41 -0700 you wrote: > From: Cong Wang <cong.wang@bytedance.com> > > This patchset contains 3 bug fixes and 1 minor refactor patch for > tcp_read_skb(). V1 only had the first patch, as Eric prefers to fix all > of them together, I have to group them together. Please see each patch > description for more details. > > [...] Here is the summary with links: - [net,v3,1/4] tcp: fix sock skb accounting in tcp_read_skb() https://git.kernel.org/netdev/net/c/e9c6e7976026 - [net,v3,2/4] tcp: fix tcp_cleanup_rbuf() for tcp_read_skb() https://git.kernel.org/netdev/net/c/c457985aaa92 - [net,v3,3/4] tcp: refactor tcp_read_skb() a bit https://git.kernel.org/netdev/net/c/a8688821f385 - [net,v3,4/4] tcp: handle pure FIN case correctly https://git.kernel.org/netdev/net/c/2e23acd99efa You are awesome, thank you!
From: Cong Wang <cong.wang@bytedance.com> This patchset contains 3 bug fixes and 1 minor refactor patch for tcp_read_skb(). V1 only had the first patch, as Eric prefers to fix all of them together, I have to group them together. Please see each patch description for more details. --- v2: add more patches v3: simplify empty receive queue case Cong Wang (4): tcp: fix sock skb accounting in tcp_read_skb() tcp: fix tcp_cleanup_rbuf() for tcp_read_skb() tcp: refactor tcp_read_skb() a bit tcp: handle pure FIN case correctly net/core/skmsg.c | 5 +++-- net/ipv4/tcp.c | 49 +++++++++++++++++++++++------------------------- 2 files changed, 26 insertions(+), 28 deletions(-)