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 3ECF737D126 for ; Thu, 5 Mar 2026 11:11:59 +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=1772709122; cv=none; b=YYtcgU9LzIxECRuGIRNyPVUNA7ZTzULm6IHaoxxrkC5fAYYodrvobCzfz1YwwVYH51eGyHre4TcQCVUEgx0BMQ20UqodoXlftLasE0oL1mZgcz+DauWQsiE+IrVSHIBdXoPpk6BL7fqN1VqbpdbJ82lt21tH3F49zlcRxIy4mpc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772709122; c=relaxed/simple; bh=QiHXGt/R2IBO3lhPhqyX/lAOxpBjdFmDB5kvkFrOxLM=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=gUvsq8ILm3wJbqlfWQPAfAJbX5KLTnpx2TF4Nj0RWAt3kV/gLXxqFiJOGVkZ3nf3BTxC+nSj9MeNpVqankIgZkp5hauTvb9HhpVzrh+asRkLakmFn7ECOqL4a55aw5U4Id8+jEhTh28DERmnmPPVxXVnvvVDDjaLE1fhLQKUUQA= 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=Qf3/GzwK; 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="Qf3/GzwK" 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=iBYJuqixY4JkpOajquOQxZXMrv+nSJlW8Om/KA4GgmQ=; b=Qf3/GzwKHcw5UfXc7XX2dwAPRj Zt1/L/jRGz1LXkZ1qH1cH+jPuPcJJoESX2t84prPY8SIVoXRhIrbY1VnR8EkJXj/wsyvYmHV1scFh 2GcYyGp75qMN/kFbyDbmHEk/JTPVCaGXOacoBhDOb7MEDV8BZeBCEQM8EqD85kHj29i61NRsAtE0U 8J17H0q7sW5gXdiBJ8MzaMRGvBnwc7vsTE25Yd41ixc/bvLUElmggGTzCv/gyLz4eNyYZbm6igE58 QST7wvv2QydP0Bk2nfog/SbP732v4mqjUsCNhEjQyV9yJr+Zu2ChNNBoNNVJUYOAguIK0QC36yuRF jbF53/uw==; Received: from n0-1 by orbyte.nwl.cc with local (Exim 4.98.2) (envelope-from ) id 1vy6cX-000000006sd-0LWu; Thu, 05 Mar 2026 12:11:57 +0100 Date: Thu, 5 Mar 2026 12:11:57 +0100 From: Phil Sutter To: Jeremy Sowden Cc: Netfilter Devel Subject: Re: [PATCH iptables] tests: iptables-test, xlate-test: use `os.unshare` Python function Message-ID: Mail-Followup-To: Phil Sutter , Jeremy Sowden , Netfilter Devel References: <20260304181304.696423-1-jeremy@azazel.net> 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: <20260304181304.696423-1-jeremy@azazel.net> On Wed, Mar 04, 2026 at 06:13:03PM +0000, Jeremy Sowden wrote: > Since Python 3.12 the standard library has included an `os.unshare` function. > Use it if it is available. > > Signed-off-by: Jeremy Sowden Patch applied, thanks! We have the same pattern in nftables' tests/py/nft-test.py, could you please send a patch for that as well? Thanks, Phil