From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2BEB8C32774 for ; Thu, 18 Aug 2022 18:30:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1345531AbiHRSac (ORCPT ); Thu, 18 Aug 2022 14:30:32 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45098 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1345490AbiHRSaW (ORCPT ); Thu, 18 Aug 2022 14:30:22 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C7B1FB69E7; Thu, 18 Aug 2022 11:30:20 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 3307CB823D3; Thu, 18 Aug 2022 18:30:19 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id D071DC43142; Thu, 18 Aug 2022 18:30:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1660847417; bh=fI2E+NRcQT9l3R7bWq67w2FGYGk5sVJ4p2To2lJLGeM=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=uqtmWAQMxfScqvC7zoHnyN7z8u59WAU3Tq6/ZSzrHFq00fViKOE/VIQEjoUlPNi/0 rQjenHBu0QJAblR6CDrIgaBHCXmf8yfhJsU30nFkxQ3qakeBWNlaKU8wMLWezYny+6 OSIfXnedeuy7DBe2KzChVquINzGBeLGIRwOJfBaXV2Cxu7pMR2VdTmDXOfFjwW4fKj Ip4axk3A0XD+0tJKycnbnAqDoxFMcnF3ilACXI1ohTe8/fJHwD7MRXyXKgbodECkbK zlQ1lGrCi7sEnUo3mh6vLFCBZdblZ+aK3o1byLwax74fIY+Z1+cCLHLIfkx/5o2lLE NEcaiU/wdAGlw== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id AD99CE2A05A; Thu, 18 Aug 2022 18:30:17 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [Patch net v3 0/4] tcp: some bug fixes for tcp_read_skb() From: patchwork-bot+netdevbpf@kernel.org Message-Id: <166084741770.25395.13635272233936484735.git-patchwork-notify@kernel.org> Date: Thu, 18 Aug 2022 18:30:17 +0000 References: <20220817195445.151609-1-xiyou.wangcong@gmail.com> In-Reply-To: <20220817195445.151609-1-xiyou.wangcong@gmail.com> To: Cong Wang Cc: netdev@vger.kernel.org, bpf@vger.kernel.org, cong.wang@bytedance.com Precedence: bulk List-ID: X-Mailing-List: bpf@vger.kernel.org Hello: This series was applied to netdev/net.git (master) by Jakub Kicinski : On Wed, 17 Aug 2022 12:54:41 -0700 you wrote: > From: Cong Wang > > 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! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html