From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: passt.top; dmarc=none (p=none dis=none) header.from=gibson.dropbear.id.au Authentication-Results: passt.top; dkim=pass (2048-bit key; secure) header.d=gibson.dropbear.id.au header.i=@gibson.dropbear.id.au header.a=rsa-sha256 header.s=202410 header.b=Y8rnTm3Q; dkim-atps=neutral Received: from mail.ozlabs.org (gandalf.ozlabs.org [150.107.74.76]) by passt.top (Postfix) with ESMTPS id 8BD805A061B for ; Wed, 06 Nov 2024 04:03:28 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gibson.dropbear.id.au; s=202410; t=1730862202; bh=+QECVPir9v7zWC30lXH8maRWNzfsLmNUsgz2lLw4nVA=; h=From:To:Cc:Subject:Date:From; b=Y8rnTm3QLICoGY39Yo46XVQ0zMT9Mm1PpCbJJC1AjZrI6Vk6YwNWyuVAugYnk4Fzp 4hHWdYFNqEtmILp2XpR3NNBX+BjlWBI42RqqUF8u4Oxblyo7Q+mBCbgxvOnpL7ULpe knuiM8Z6LigENWJ2gwjzk+sewRLo8cCtTDEyeH23sLMem9HIpuNhjWPxIvJJrcnSpH bF2Oiny+czlOwLYklEpwDhSA9Kkh93XRD4gGQcQwyasHhQ6V60ICQ8Rb5CgOjZSD1e MFCvhbKVCBIuUsOc+49QkL6gnrjKM0nRWouwUrK6hw3X73fvUKKJuou80f2a9Q2DIg sM8/1lkSqxCQw== Received: by gandalf.ozlabs.org (Postfix, from userid 1007) id 4XjqlZ2BN8z4x7D; Wed, 6 Nov 2024 14:03:22 +1100 (AEDT) From: David Gibson To: Stefano Brivio , passt-dev@passt.top Subject: [PATCH 0/2] Small fixes for nstool Date: Wed, 6 Nov 2024 14:03:20 +1100 Message-ID: <20241106030322.2132051-1-david@gibson.dropbear.id.au> X-Mailer: git-send-email 2.47.0 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID-Hash: P2HHQAD2GKA6ANJUSLPEEKPWFXIUFYGZ X-Message-ID-Hash: P2HHQAD2GKA6ANJUSLPEEKPWFXIUFYGZ X-MailFrom: dgibson@gandalf.ozlabs.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header CC: David Gibson X-Mailman-Version: 3.3.8 Precedence: list List-Id: Development discussion and patches for passt Archived-At: Archived-At: List-Archive: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: While working on the exeter tests, I noticed a couple of things missing in nstool. These make sense standalone, even if we don't have an urgent need for them without the exeter tests. David Gibson (2): test: Rename propagating signal handler test: Make nstool hold robust against interruptions to control clients test/nstool.c | 40 ++++++++++++++++++++++++++++------------ 1 file changed, 28 insertions(+), 12 deletions(-) -- 2.47.0