From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 CB1883FBB69; Thu, 9 Jul 2026 09:50:52 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783590654; cv=none; b=UvcEwgjsA5Mc18CumPnKPP39KSgVujylrfyNbhAfsIbTHPxY+Kw4wJ90+SUdAuFwVrJRrh1f6aY5CyL4lyg6pwf4j3StK/ljcEuPIhv/OyZykERLYhoALK435Ad8OgS6VnLZhyo26X9TVb5uekYlHeeTM/yAvpBqEYDcKl637sk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783590654; c=relaxed/simple; bh=muvquHUNF18hxMTX8gmYRYIf1eQSvehLDezpGhHBvBA=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=pSFrBnzFVXncTHxXlp7bPPkcKHN+GlBJTcVo2kgn/4vVIKX9ebqe34WHSs6ri8wBcgK/BUHYIhzPXxgiYBxwLdu4Ricao23dSw5afL4IUazTI/c9MNalOLKqqbXH4+x99reHYoOGIevAtiN2TqsgZhn0orFBJzCQ1fqaAv8RevQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Czt/6Vo+; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="Czt/6Vo+" Received: by smtp.kernel.org (Postfix) with ESMTPSA id B043F1F000E9; Thu, 9 Jul 2026 09:50:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1783590652; bh=OYI04CWeUX0RrY0bbXHHMJDfAnVT6RP1adWSYVMh5jY=; h=Subject:From:Date:References:In-Reply-To:To:Cc; b=Czt/6Vo+iT30JUB+Jk8UDTkjC0CaqXgublJJCoepgFiUzUgHSmJsRusYEnOjiQwaC 8tan+H8djVoHbG1kW1MqFD+M/9VnVNEhwFwH4O/Smwd5kFwzJZfXy/1QjrvVVPsi7a Lo+noxDZIUT+9YoXaqll+c8/Xw2gD4FW9pfJIeQXynhzf3JF9iCYneqQAAjWAk/mNn xGOEbEuRWdOk4obaCZpGFtam86Q4iao3lTCJchVhPLvsYOiAM2sWlKgUMEoPsiJZ/V zynVUbhrpmx/xGEXKeWZSJPjtmxUuSOSIl025Rel7oOfzj8vaj1GtHvYpoUw5LCSdp 57MiB5NbiZq1Q== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 9394C393A57D; Thu, 9 Jul 2026 09:50:32 +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 01/17] netfilter: nf_conntrack_reasm: guard mac_header adjustment after IPv6 defrag From: patchwork-bot+netdevbpf@kernel.org Message-Id: <178359063113.3372474.9367073912354621322.git-patchwork-notify@kernel.org> Date: Thu, 09 Jul 2026 09:50:31 +0000 References: <20260708140309.19633-2-fw@strlen.de> In-Reply-To: <20260708140309.19633-2-fw@strlen.de> To: Florian Westphal Cc: netdev@vger.kernel.org, pabeni@redhat.com, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, netfilter-devel@vger.kernel.org, pablo@netfilter.org Hello: This series was applied to netdev/net.git (main) by Florian Westphal : On Wed, 8 Jul 2026 16:02:53 +0200 you wrote: > From: Xiang Mei > > nf_ct_frag6_reasm() slides the packet head forward to drop the IPv6 > fragment header and then unconditionally advances skb->mac_header: > > skb->mac_header += sizeof(struct frag_hdr); > > [...] Here is the summary with links: - [net,01/17] netfilter: nf_conntrack_reasm: guard mac_header adjustment after IPv6 defrag https://git.kernel.org/netdev/net/c/3b08fed5b7e0 - [net,02/17] netfilter: ebtables: terminate table name before find_table_lock() https://git.kernel.org/netdev/net/c/a622d2e9608c - [net,03/17] netfilter: ebtables: zero chainstack array https://git.kernel.org/netdev/net/c/cbfe53599eeb - [net,04/17] netfilter: ebtables: module names must be null-terminated https://git.kernel.org/netdev/net/c/084d23f81832 - [net,05/17] netfilter: nft_lookup: fix catchall element handling with inverted lookups https://git.kernel.org/netdev/net/c/e6107a4c74b5 - [net,06/17] netfilter: ipset: mark the rcu locked areas properly https://git.kernel.org/netdev/net/c/5d0c22e73656 - [net,07/17] netfilter: ipset: exclude gc when resize is in progress https://git.kernel.org/netdev/net/c/cffcf57bf03c - [net,08/17] netfilter: ipset: cleanup the add/del backlog when resize failed https://git.kernel.org/netdev/net/c/672321302ed6 - [net,09/17] netfilter: ipset: allocate the proper memory for the generic hash structure https://git.kernel.org/netdev/net/c/724f32699aea - [net,10/17] netfilter: flowtable: use dst in this direction when pushing IPIP header https://git.kernel.org/netdev/net/c/c328b90c17fc - [net,11/17] netfilter: flowtable: IPIP tunnel hardware offload is not yet support https://git.kernel.org/netdev/net/c/6c5dcab95f4c - [net,12/17] netfilter: flowtable: support IPIP tunnel with direct xmit https://git.kernel.org/netdev/net/c/fa7395c02d95 - [net,13/17] netfilter: handle unreadable frags https://git.kernel.org/netdev/net/c/da5b58478a9c - [net,14/17] ipvs: pass parsed transport offset to state handlers https://git.kernel.org/netdev/net/c/bae7ce7bafb5 - [net,15/17] ipvs: use parsed transport offset in TCP state lookup https://git.kernel.org/netdev/net/c/2500fa3958b1 - [net,16/17] ipvs: use parsed transport offset in SCTP state lookup https://git.kernel.org/netdev/net/c/2f75c0faa336 - [net,17/17] ipvs: ensure inner headers in ICMP errors are in headroom https://git.kernel.org/netdev/net/c/3f7a535ff0fa You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html