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 0189AEB64D8 for ; Thu, 22 Jun 2023 05:50:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230526AbjFVFuh (ORCPT ); Thu, 22 Jun 2023 01:50:37 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34544 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230506AbjFVFua (ORCPT ); Thu, 22 Jun 2023 01:50:30 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EC30CAC; Wed, 21 Jun 2023 22:50:29 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 8228A6176C; Thu, 22 Jun 2023 05:50:29 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id D7F6FC433C9; Thu, 22 Jun 2023 05:50:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1687413028; bh=OYg5ge6Kr4l4m8LMnxD4kc9VVSwZvM9wrscOlZMJXQE=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=LWAXZDwY5SlQ3gR5ryK6j5wsSVnGH+pc6heHaa4yYTIydh7DshL3aSwXiUc11gQb3 kkxIKXGcoFuEjVMOqEnikwO85mjVIUcZ0PxwD6R6HqitOTqBy9THQfSIsb9j6LqNer oP46S85CJlU6m4o2++mUraSFySs1MwW1D/NkEPSjt9TRW9rXUp7pJVddEF8+pYtSqQ 9pBTNZwN9Mj3klf7eiA+sI1ZP4BOJTCo0aSJx+Ri6w7A5NXmXhRr5LDBCbYnrSTHc5 oPqOtfKIF/rGeN+OCw5dDf/enusYWDeuEeojVVRBQa1aeB6Qm1KkOSgYuSJxy26H1h G/C9Fs1VC7Sig== 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 B83A8C395FF; Thu, 22 Jun 2023 05:50:28 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net 0/6] mptcp: fixes for 6.4 From: patchwork-bot+netdevbpf@kernel.org Message-Id: <168741302875.1197.7249004377645808995.git-patchwork-notify@kernel.org> Date: Thu, 22 Jun 2023 05:50:28 +0000 References: <20230620-upstream-net-20230620-misc-fixes-for-v6-4-v1-0-f36aa5eae8b9@tessares.net> In-Reply-To: <20230620-upstream-net-20230620-misc-fixes-for-v6-4-v1-0-f36aa5eae8b9@tessares.net> To: Matthieu Baerts Cc: mptcp@lists.linux.dev, martineau@kernel.org, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, fw@strlen.de, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, stable@vger.kernel.org, cpaasch@apple.com Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This series was applied to netdev/net.git (main) by Jakub Kicinski : On Tue, 20 Jun 2023 18:24:17 +0200 you wrote: > Patch 1 correctly handles disconnect() failures that can happen in some > specific cases: now the socket state is set as unconnected as expected. > That fixes an issue introduced in v6.2. > > Patch 2 fixes a divide by zero bug in mptcp_recvmsg() with a fix similar > to a recent one from Eric Dumazet for TCP introducing sk_wait_pending > flag. It should address an issue present in MPTCP from almost the > beginning, from v5.9. > > [...] Here is the summary with links: - [net,1/6] mptcp: handle correctly disconnect() failures https://git.kernel.org/netdev/net/c/c2b2ae3925b6 - [net,2/6] mptcp: fix possible divide by zero in recvmsg() https://git.kernel.org/netdev/net/c/0ad529d9fd2b - [net,3/6] mptcp: fix possible list corruption on passive MPJ https://git.kernel.org/netdev/net/c/56a666c48b03 - [net,4/6] mptcp: consolidate fallback and non fallback state machine https://git.kernel.org/netdev/net/c/81c1d0290160 - [net,5/6] mptcp: drop legacy code around RX EOF https://git.kernel.org/netdev/net/c/b7535cfed223 - [net,6/6] mptcp: ensure listener is unhashed before updating the sk status https://git.kernel.org/netdev/net/c/57fc0f1ceaa4 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html