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.2 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 1A35FC433E0 for ; Wed, 20 Jan 2021 02:12:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B847A2245C for ; Wed, 20 Jan 2021 02:12:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726707AbhATCMF (ORCPT ); Tue, 19 Jan 2021 21:12:05 -0500 Received: from mail.kernel.org ([198.145.29.99]:56952 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726843AbhATCKx (ORCPT ); Tue, 19 Jan 2021 21:10:53 -0500 Received: by mail.kernel.org (Postfix) with ESMTPS id 2602C22509; Wed, 20 Jan 2021 02:10:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1611108608; bh=qLdlAD9p+OhQW2F9TMFky9uQJaz+4Q1YeuUmNfzWk28=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=iRrYKR/OE7v1ZAuUsBSZr6zbBrB5f+x5hJmPuYIJlMdFs6MqDKMYvd9SVzI5Gxp4G fd+G+kL6EcKUIBda9MnAj4F91SzRVi88GBrhfDeDQxB5G6V3FFDMU9/JRZ18KZLfpv YnyuF/ehDFkBXcpkbkH/iWJPxceKXcbIfczsrv3z+sZcBmqht3/Br7tchqi+xmLpA1 WW2vrxubiNa3Yd0qgLbEF5N8AE43qMJevtbbIyCxqLuCKsbYe7FvZEHrhdor9RZhs7 ahtVRrPXMvgS0EP5b9HxIPguW2uLWutYOycpWcdGQGG0ASmWQm7wyoMYnU/80OQTdY ajRjLjTtB5mFg== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net] tcp: do not mess with cloned skbs in tcp_add_backlog() From: patchwork-bot+netdevbpf@kernel.org Message-Id: <161110860811.32660.206464544686306302.git-patchwork-notify@kernel.org> Date: Wed, 20 Jan 2021 02:10:08 +0000 References: <20210119164900.766957-1-eric.dumazet@gmail.com> In-Reply-To: <20210119164900.766957-1-eric.dumazet@gmail.com> To: Eric Dumazet Cc: davem@davemloft.net, kuba@kernel.org, netdev@vger.kernel.org, edumazet@google.com, juergh@canonical.com, hkallweit1@gmail.com Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hello: This patch was applied to netdev/net.git (refs/heads/master): On Tue, 19 Jan 2021 08:49:00 -0800 you wrote: > From: Eric Dumazet > > Heiner Kallweit reported that some skbs were sent with > the following invalid GSO properties : > - gso_size > 0 > - gso_type == 0 > > [...] Here is the summary with links: - [net] tcp: do not mess with cloned skbs in tcp_add_backlog() https://git.kernel.org/netdev/net/c/b160c28548bc You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html