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=-16.6 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,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 3915BC433E0 for ; Fri, 12 Feb 2021 03:11:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id DA17564E57 for ; Fri, 12 Feb 2021 03:11:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229711AbhBLDKw (ORCPT ); Thu, 11 Feb 2021 22:10:52 -0500 Received: from mail.kernel.org ([198.145.29.99]:54028 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229562AbhBLDKr (ORCPT ); Thu, 11 Feb 2021 22:10:47 -0500 Received: by mail.kernel.org (Postfix) with ESMTPS id 13BD464E2A; Fri, 12 Feb 2021 03:10:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1613099407; bh=AM6QWpH8OijPmAm6t5mSuRZUOIv8mGaI+yGBHnGdRMY=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=pXVyx/HaqxmpRSlAA2uT5LAnwaUlUPV3dBhowcRdbvfmUPWYcJTdqTe6m49N0ZO8y o6q14APuWEbIXKtoGD/LbjBWGQDgJiuODtX3slufA0TOIDfqMk7l+tq2lMBkYfdyCA DjEP/YkJnQ4DD2AkPmyDU8WQ03dxd7BC7kljzCG1HjFv+KhA3TFj0R9FG2ir3zdCaZ RNvZCt6o25JLhImTnBne257LKdJ2gJBJa7tckXOq2Y8SpGNph6N9AAoK06qcmXpzE9 OMtEkt5wHuEcfn2VpDHsC54358bEknW0C4aLTC+hqK2w5QtJmQ5IFmIspkMm+iZ0yE ipcFxU0ydeK2g== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [net-next] tcp: Sanitize CMSG flags and reserved args in tcp_zerocopy_receive. From: patchwork-bot+netdevbpf@kernel.org Message-Id: <161309940700.759.4270372520568459860.git-patchwork-notify@kernel.org> Date: Fri, 12 Feb 2021 03:10:07 +0000 References: <20210211212107.662291-1-arjunroy.kdev@gmail.com> In-Reply-To: <20210211212107.662291-1-arjunroy.kdev@gmail.com> To: Arjun Roy Cc: davem@davemloft.net, netdev@vger.kernel.org, arjunroy@google.com, edumazet@google.com, soheil@google.com, dsahern@gmail.com, leon@kernel.org, kuba@kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Thu, 11 Feb 2021 13:21:07 -0800 you wrote: > From: Arjun Roy > > Explicitly define reserved field and require it and any subsequent > fields to be zero-valued for now. Additionally, limit the valid CMSG > flags that tcp_zerocopy_receive accepts. > > Fixes: 7eeba1706eba ("tcp: Add receive timestamp support for receive zerocopy.") > Signed-off-by: Arjun Roy > Signed-off-by: Eric Dumazet > Signed-off-by: Soheil Hassas Yeganeh > Suggested-by: David Ahern > Suggested-by: Leon Romanovsky > Suggested-by: Jakub Kicinski > > [...] Here is the summary with links: - [net-next] tcp: Sanitize CMSG flags and reserved args in tcp_zerocopy_receive. https://git.kernel.org/netdev/net-next/c/3c5a2fd042d0 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html