From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 9A05B7B for ; Fri, 25 Feb 2022 06:40:11 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 5212DC340E8; Fri, 25 Feb 2022 06:40:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1645771211; bh=2QIh1cITo7wY9LraW64PVdQqxOjWSDLTE3pciUi3a0Q=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=N0b6xiCCSzwi5EY8nsXZVLuuxISSmOayiIq0gzcJ2ehPWedvLqh2DxIKNdK1v5oUd 9TXOM+lxKyCTqFwozh/3cYieYc2eGTqFIytVl6sk1XIfyBvhN+dpRnkY82svtxrUNH oOhz7AP5UFyWuICmrBo3M5q0L5okMpdfsaQvj0A50Dw3rTWvi8oOt6U3ocSW+zbPHm tYAUV/9S9bg0HTcUEoOBvjqgAJpvidRPczMlM25jS0RhcyTNI3cSv0QTm7IJKecUUx dshGx/EekBTqccqO2PNYGPvUep0qNpNIo0aaaI95bNZm2V2E9ERC7rly/yhG6e9P0R g0Q5BBLYePNDA== 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 2E3F7EAC081; Fri, 25 Feb 2022 06:40:11 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: mptcp@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net 0/3] mptcp: Fixes for 5.17 From: patchwork-bot+netdevbpf@kernel.org Message-Id: <164577121118.6076.5592393879706573680.git-patchwork-notify@kernel.org> Date: Fri, 25 Feb 2022 06:40:11 +0000 References: <20220225005259.318898-1-mathew.j.martineau@linux.intel.com> In-Reply-To: <20220225005259.318898-1-mathew.j.martineau@linux.intel.com> To: Mat Martineau Cc: netdev@vger.kernel.org, davem@davemloft.net, kuba@kernel.org, matthieu.baerts@tessares.net, mptcp@lists.linux.dev Hello: This series was applied to netdev/net.git (master) by Jakub Kicinski : On Thu, 24 Feb 2022 16:52:56 -0800 you wrote: > Patch 1 fixes an issue with the SIOCOUTQ ioctl in MPTCP sockets that > have performed a fallback to TCP. > > Patch 2 is a selftest fix to correctly remove temp files. > > Patch 3 fixes a shift-out-of-bounds issue found by syzkaller. > > [...] Here is the summary with links: - [net,1/3] mptcp: accurate SIOCOUTQ for fallback socket https://git.kernel.org/netdev/net/c/07c2c7a3b622 - [net,2/3] selftests: mptcp: do complete cleanup at exit https://git.kernel.org/netdev/net/c/63bb8239d805 - [net,3/3] mptcp: Correctly set DATA_FIN timeout when number of retransmits is large https://git.kernel.org/netdev/net/c/877d11f0332c You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html