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 X-Spam-Level: X-Spam-Status: No, score=-11.7 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 71817C43460 for ; Tue, 11 May 2021 23:33:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 50D896162B for ; Tue, 11 May 2021 23:33:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230168AbhEKXeV (ORCPT ); Tue, 11 May 2021 19:34:21 -0400 Received: from mail.kernel.org ([198.145.29.99]:55320 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229952AbhEKXeQ (ORCPT ); Tue, 11 May 2021 19:34:16 -0400 Received: by mail.kernel.org (Postfix) with ESMTPS id B37226162B; Tue, 11 May 2021 23:33:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1620775989; bh=uqexOSN0PGIDkMEwL+EsM7yRoQqVZHcrpOKMprylBYg=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=g2BtB99tGBhQaO+QzZiVRTLztvKS1JfeigjaGIRc96T/PfNznx6IDy8CJuIVafb7P CZxoJMoEbSV12+T6ffG73p1ZUM9NVi5mhBkF8VkgmadSUwUCg2kK2Y6R6F7aJYOn3A QUI5cvYIPNv1wDyvpkhSWFrZOk3YvJYWyDlpkNK1cMVs31LNGu/YnMrAS5WSZfKdF+ L8lEIpS1VZa4mEarjKofTeDCGMB9WHc6v280Ln+y2NoCu22Mt+5qXYtVwX0oPLJ1q6 VWP6fe014vY3LzTkCxeENXtEuHZTOtRwbUgZqhKIfHnIg5Ew/GBNILP0i3UD3wzcmn NDSFLe2TSH0SA== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH v2 net] mptcp: fix data stream corruption From: patchwork-bot+netdevbpf@kernel.org Message-Id: <162077598965.17752.6409841760129894025.git-patchwork-notify@kernel.org> Date: Tue, 11 May 2021 23:33:09 +0000 References: <0c393b7ad78e0bab142f48d53995aaa8636b44d9.1620753167.git.pabeni@redhat.com> In-Reply-To: <0c393b7ad78e0bab142f48d53995aaa8636b44d9.1620753167.git.pabeni@redhat.com> To: Paolo Abeni Cc: netdev@vger.kernel.org, mathew.j.martineau@linux.intel.com, davem@davemloft.net, kuba@kernel.org, mptcp@lists.linux.dev, max@internet.ru Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hello: This patch was applied to bpf/bpf.git (refs/heads/master): On Tue, 11 May 2021 19:13:51 +0200 you wrote: > Maxim reported several issues when forcing a TCP transparent proxy > to use the MPTCP protocol for the inbound connections. He also > provided a clean reproducer. > > The problem boils down to 'mptcp_frag_can_collapse_to()' assuming > that only MPTCP will use the given page_frag. > > [...] Here is the summary with links: - [v2,net] mptcp: fix data stream corruption https://git.kernel.org/bpf/bpf/c/29249eac5225 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html