From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from orbyte.nwl.cc (orbyte.nwl.cc [151.80.46.58]) (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 F3A97364E9E for ; Thu, 19 Mar 2026 09:32:34 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=151.80.46.58 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773912756; cv=none; b=lphdU+CQpxazSDEVCbK5hlc4f4NzbyLtunIdddZmwgcFdG3jdika1RBv76cYMdlG5wcJp1WytiUjWDyTBqQFFtUHOpbNssyQ3o0sYvtSJ/xLPCY0N7EGRlKTVWq5K8eztgFHV11DkwQ0e0UYsh5oqsMADPr07zc+GXVEo628t3M= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773912756; c=relaxed/simple; bh=7rYI/qxgNwMTmHnOssNndpIvG3UbWuHviaBuTsrPj8s=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=QWVrEDxNBGCFZR7sztj2hNlKUSENDSpNu3ZAtM5M9Kdej7n4eZj3F+72u5+HOhG+8srwe2MmXF4NTmeNU3TT7GJtXaCBWdyVXD/4xh2GLlx+sO4jo/t/1C3fJMKOCKCb3YDtuR0pLkfJibN4FhTh6x9uzweskcZ+Qomi4itVAMI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=nwl.cc; spf=pass smtp.mailfrom=nwl.cc; dkim=pass (2048-bit key) header.d=nwl.cc header.i=@nwl.cc header.b=A5/Fn+hF; arc=none smtp.client-ip=151.80.46.58 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=nwl.cc Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=nwl.cc Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=nwl.cc header.i=@nwl.cc header.b="A5/Fn+hF" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=nwl.cc; s=mail2022; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID: Subject:Cc:To:From:Date:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=jvjt169TSK8PpfjNIgrJSE9JR0dETFX8YLfMm4C33Ls=; b=A5/Fn+hFHE7BpCYDWKxLJhkGO9 Mkd8PjamaIXhuJimCHfv/+ei4IwQEtCeFHv/mddJGPM2k1F9gVOCADzHtecNXiwDW//Djq4EY0jne 6o44E0yDdFznEKNO1IAKHo21/4Q8ri5gC9N+gT/vUMqJd3oZMbbuajDFUNGqzh3d8r7zvV9NdHpeB GB7W37rJzC5znaXzb+Wqa64Xzsj4484TDePxslkqlG90PTc3UcKI4yPp+sw3BVt36Fwpom6h2+vv9 yjW0usyJaNkYLcSFLFPl0kRVrzN5Dr3oJH1lTaI1AwChRp7ilkTw9jz8ODf5vZNYxSIhRsZPaHuTG pHMO4bwQ==; Received: from n0-1 by orbyte.nwl.cc with local (Exim 4.98.2) (envelope-from ) id 1w39k1-000000000wA-0ZTe; Thu, 19 Mar 2026 10:32:33 +0100 Date: Thu, 19 Mar 2026 10:32:33 +0100 From: Phil Sutter To: Florian Westphal Cc: Pablo Neira Ayuso , netfilter-devel@vger.kernel.org, Chloro Dose Subject: Re: [libnftnl PATCH] set{,_elem}: Drop nftnl_set{,_elem}_clone() Message-ID: Mail-Followup-To: Phil Sutter , Florian Westphal , Pablo Neira Ayuso , netfilter-devel@vger.kernel.org, Chloro Dose References: <20260319090613.13874-1-phil@nwl.cc> 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: On Thu, Mar 19, 2026 at 10:18:11AM +0100, Florian Westphal wrote: > Phil Sutter wrote: > > These functions were never exported and are not used internally anymore. > > Maybe due to that, they became incorrect (e.g., they ignore expr_list) > > so drop them altogether. > > Acked-by: Florian Westphal Patch applied! :)