From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from Chamillionaire.breakpoint.cc (Chamillionaire.breakpoint.cc [91.216.245.30]) (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 062193D1709; Tue, 10 Mar 2026 12:39:03 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.216.245.30 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773146345; cv=none; b=fJrYknRkk72BSH0uKjKcPvkKaQ4CO6QjlLPv78TZjfs29Mb5cgLwp7GHuEIa7PqY7LAg/jDYwSuxCI158tO/l7I9L8/W9tbnPXrEEjnB+n3oMQZP9Ey6tqW1dxNWaW9AZDI4JBEzVshTnQF/MRa+Ru5S7VRwu0pPNOoCnH4qHTU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773146345; c=relaxed/simple; bh=49jaIySXqudH/XzbRYsMiOat/c3nwKoEY5Xxxum3XdQ=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=dAHe+nBVJtdY544p1BXrTE9kW5cK10JRK+WicIO40sQV716MuBXg33y3HRnWwDyh+QIhKteRktOO6MTDjo2pfZeJowu25DtpyNne7QHs2k9qU04nHEx/7/Qg+YPfDwfZ2THBJajgFdIJMbyf4vh9+tcfDqEaMw9afU8Yrm1XD1U= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=strlen.de; spf=pass smtp.mailfrom=strlen.de; arc=none smtp.client-ip=91.216.245.30 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=strlen.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=strlen.de Received: by Chamillionaire.breakpoint.cc (Postfix, from userid 1003) id 0DAA56052A; Tue, 10 Mar 2026 13:39:02 +0100 (CET) Date: Tue, 10 Mar 2026 13:39:02 +0100 From: Florian Westphal To: Eric Woudstra Cc: Pablo Neira Ayuso , Paolo Abeni , Jakub Kicinski , netdev@vger.kernel.org, Nikolay Aleksandrov , Simon Horman , Eric Dumazet , Ido Schimmel , netfilter-devel@vger.kernel.org, bridge@lists.linux.dev, "David S. Miller" , Phil Sutter , Michal Ostrowski , Andrew Lunn Subject: Re: [PATCH v19 nf-next 5/5] netfilter: nft_chain_filter: Add bridge double vlan and pppoe Message-ID: References: <20260224065307.120768-1-ericwouds@gmail.com> <20260224065307.120768-6-ericwouds@gmail.com> <76b3546a-37c5-4dab-9074-4df0cbe48524@gmail.com> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <76b3546a-37c5-4dab-9074-4df0cbe48524@gmail.com> Eric Woudstra wrote: > Just in case, I'm sending a kind and small reminder, before it is too > late in the cycle. I dropped this due to questions/feedback: https://lore.kernel.org/netfilter-devel/20260225015256.967692-1-kuba@kernel.org/ https://lore.kernel.org/netfilter-devel/20260225015235.967500-1-kuba@kernel.org/ (You can ignore the bit wrt. 'net: pppoe: avoid zero-length arrays in struct pppoe_hdr', I am aware you sent a patch to net, so that part is covered).