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 D2EFC284B3B for ; Fri, 20 Mar 2026 13:39:21 +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=1774013964; cv=none; b=NDzGR0XAR+cxhPzdGozaA2tgym5ndBfSofzbeA2G69x0eLQwZBnfNQJnhOanPxuDbhKzqPp62GD93511g1XRMYW8CpzJCCIa0Cg4jZM8evnjkcPR7ibnLhyCQJTB1RLbAMrWaMyKEldrCg/gAvNqPNG05n6il6qQjtUSqq94NZQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774013964; c=relaxed/simple; bh=axu1EzvSPfcxCusL6O9E2dEwTXMrnYqN2KQGnWv7+K4=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=VRCeANOvTS3NCpL2JP4AK/3eoKehsxn9LjQ7gTZ1QCMu8R/EsUt3ygyHbbOTmeu3H2FqvC40Xj6S3cctjGC2rZY7ApcORYDPo/xIm4jGj3vgJlTN8sndUqJF2uDxUOXyp+xafElGNGSPSL1NySTM+qdtrDL3RXYoucbnR2g38Mc= 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=JbJky/uh; 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="JbJky/uh" 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=ZZN6ZTLR+J+fmWXXEmC5jc8UcQz2GEXEOBvK+ZECKfU=; b=JbJky/uhVBCxa2tdNchtfXk0Gn +F2psx6ZqvhHWVH0DkepCQTi/w/IGgKnV09UqcisysM5VVDQWy4ClIFdrjH8bfzbHBV9hRt8GU3/x L97oOMcdX2zoMGVV2KPUApFnIQx1Myd/xJYu04Utcuwu10LG0IQ0LymyTfBGvkmBVNXTaNl2hoZjP uageavouodQng7ZegtxhSC37RzJWLukDaBYxbq5ZjTBeSaIAnEcV6St3BfiyD03jtXxEtm2o1N0sQ DXPR3rMJ5EqO1NV1HtYH0nBENeErFW/iPbVYU87KypjF+iDr0LQiwwSzv9aJNJSs2aYePhTEcH2SV 0BzbCGtg==; Received: from n0-1 by orbyte.nwl.cc with local (Exim 4.98.2) (envelope-from ) id 1w3a4I-000000000VZ-1T2O; Fri, 20 Mar 2026 14:39:14 +0100 Date: Fri, 20 Mar 2026 14:39:14 +0100 From: Phil Sutter To: Jozsef Kadlecsik Cc: netfilter-devel@vger.kernel.org Subject: Re: [ipset PATCH] tests: Fix for standalone calls to setlist_resize.sh Message-ID: References: <20250722153205.4626-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: <20250722153205.4626-1-phil@nwl.cc> On Tue, Jul 22, 2025 at 05:32:05PM +0200, Phil Sutter wrote: > If called without ip_set.ko loaded, the unconditional 'rmmod ip_set' at > startup will fail and the previous 'set -e' makes that fatal. > > Fixes: ed47b815a0d2c ("tests: add namespace test and take into account delayed set removal at module remove") > Signed-off-by: Phil Sutter Patch applied.