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 5F95A223339 for ; Wed, 8 Apr 2026 03:10:36 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775617836; cv=none; b=UtASI0b/Sq07q9LJPgeFjC8Scbhb7CkV5/HtYYRMgPaXYMoytgbSIcDYe8kRHRFV+4xdq+FnnyJkMEaUupFu8HLu3OK6+5UxXBtmIieOiNbblBQ3KD2bk+jcVSF5WYvjEshpK4hjQf7wG4T5r9z/kxUsA0yZVyZZrHlTEEtXyGw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775617836; c=relaxed/simple; bh=ie1E5fb415nv7EKjQbCmTdAI0JVIcsVP65r5OO1WdPQ=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=SJoelL7Ft3+erQ/jJCKVz5eVGtL+kvoHKB+PFhgrdfVYg40uKJ7USZqUAZGDHWsMZ4nzRrE9yuykLywh2isL2KJCSbYoL/82J+JpSt9x823XzQ8YF4UrOR4Z3yB/eRM5LtVp4Z2mjA6ANM/YXniKyi9SkGsB86dvOgQSHdnDQSE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=H6OzQN77; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="H6OzQN77" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0DB6CC116C6; Wed, 8 Apr 2026 03:10:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1775617836; bh=ie1E5fb415nv7EKjQbCmTdAI0JVIcsVP65r5OO1WdPQ=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=H6OzQN77K2MQ0SQhGwPk7cazMAb5hkyZ1ou85kv8sQv8M1zIfMs9mjKPox1m86RMm wiEPFg8ov3fA72PNdx3J2wX9oPkiAFF3co4GemFYgc4RHFiu3LEmdQB7YlDlSKo45O 0NWRPYh24m6HSE2x3blxF6Tm3lYtYVkUMbkzZ6HvnazsDcPkZG/FA+CZA+4V5tNIHo HgFMRFz8fsZgPwgw2BTkL9fbUWKy8xE9nolnM1OGFpW54hZLt7GmMja52SvTbtQe0x BTdNRVtur+mcADrmMCkce3DTUwjUIPK2NL1pcqQAtOEPmRuemVq/ilUxNTEjnZcLCw fAHimp9vTwXRw== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 7CEA23809A29; Wed, 8 Apr 2026 03:10:14 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next 0/2] net: pull gso packet headers in core stack From: patchwork-bot+netdevbpf@kernel.org Message-Id: <177561781329.51568.12566138936967070024.git-patchwork-notify@kernel.org> Date: Wed, 08 Apr 2026 03:10:13 +0000 References: <20260403221540.3297753-1-edumazet@google.com> In-Reply-To: <20260403221540.3297753-1-edumazet@google.com> To: Eric Dumazet Cc: davem@davemloft.net, kuba@kernel.org, pabeni@redhat.com, horms@kernel.org, andrew+netdev@lunn.ch, joe@dama.to, netdev@vger.kernel.org, eric.dumazet@gmail.com Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Fri, 3 Apr 2026 22:15:38 +0000 you wrote: > Most ndo_start_xmit() methods expects headers of gso packets > to be already in skb->head. > > net/core/tso.c users are particularly at risk, because tso_build_hdr() > does a memcpy(hdr, skb->data, hdr_len); > > qdisc_pkt_len_segs_init() already does a dissection of gso packets. > > [...] Here is the summary with links: - [net-next,1/2] net: qdisc_pkt_len_segs_init() cleanup https://git.kernel.org/netdev/net-next/c/30e02ec3b4b6 - [net-next,2/2] net: pull headers in qdisc_pkt_len_segs_init() https://git.kernel.org/netdev/net-next/c/7fb4c1967011 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html