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 44419346ADC for ; Wed, 11 Feb 2026 19:09:32 +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=1770836973; cv=none; b=jijydGnX/fmjtR3bDp12EWDDqW++JuA6eR75xlA/6YyqGFHka2HZVnOQ0kcP06qCtpKWFNB+eoUhqJ68Oa7KJN4LLTLJ1gdWa2t6UJL6uB2asPOFt5dxmjRA4nOqiJePfEjiihGdYkw6Pp7il/cV6nIHCphW99cQqyXLNSK+7hc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770836973; c=relaxed/simple; bh=osi4F1yyV2uRCtTRKIXr2ZlidFiW5JYK1NeOes1yaNg=; h=Date:From:To:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=DjvwnHAKJmZx1RNXKhqqoxjVaoyTpsFaZ1OakhnRq4ygof+RildMKsWJ/oovTr+uDkSYRFsXqgo7GQ15As08OhMW9Pup2JJqK9mLSMuLl4rDl15qkko/ZL0HEXPQkyFddGepY3tALPLbrWwtr9ZEQXwAFigI3iaPckrYkg8LZeI= 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 998E56024F; Wed, 11 Feb 2026 20:09:30 +0100 (CET) Date: Wed, 11 Feb 2026 20:09:30 +0100 From: Florian Westphal To: Phil Sutter , Pablo Neira Ayuso , Alyssa Ross , netfilter-devel@vger.kernel.org, Joshua Lant Subject: Re: [PATCH nftables] include: fix for musl with iptables v1.8.11 Message-ID: References: <20241219231001.1166085-2-hi@alyssa.is> Precedence: bulk X-Mailing-List: netfilter-devel@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: Phil Sutter wrote: > > Phil, would you send a formal patch to make this workaround *ONLY* in > > netfilter_bridge.h (06e445f740c1)? > > DONE. Thanks. > > That way the fix can be propagated to nftables.git without having to > > adjust cached headers on every update. > > I assume you prefer to keep headers untouched which are > iptables-specific. But why not attempt to patch if_ether.h itself? Because this is a quagmire and I prefer to only break netfiler_bridge.h users (which should be few) rather than everyone using if_ether.h.