From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by passt.top (Postfix) with ESMTP id D62B55A028F for ; Tue, 23 May 2023 17:07:02 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1684854421; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Sxo+fWcbq3vNwYN9iaBW+E19yb1WbxyJJ63mTNH7Vv4=; b=fvZAtP7jwiXEGhICxn7cuXuDAV2u4kjUhOnRCW3ijnoPl9qhdWb1yf2aUh+KXicqgpWEP3 AVt++npwdzB/pDcvY6FTNG/0RrRXukZa7X/eDmTnAS+sEMyBzrqNk94SR7xw2YSLKZHn13 fb27mmVE/EfdAu0P6eXjwsg7aOlhWeo= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-281-svj75-5bPO-VbYpvJaGS1w-1; Tue, 23 May 2023 11:06:58 -0400 X-MC-Unique: svj75-5bPO-VbYpvJaGS1w-1 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.rdu2.redhat.com [10.11.54.3]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id D3B9E101AA6D; Tue, 23 May 2023 15:06:56 +0000 (UTC) Received: from elisabeth (unknown [10.39.208.35]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 2F42E1121319; Tue, 23 May 2023 15:06:55 +0000 (UTC) Date: Tue, 23 May 2023 17:06:54 +0200 From: Stefano Brivio To: David Gibson Subject: Re: [PATCH 0/2] Fixes for nstool Message-ID: <20230523170654.59892b0c@elisabeth> In-Reply-To: <20230523022543.623950-1-david@gibson.dropbear.id.au> References: <20230523022543.623950-1-david@gibson.dropbear.id.au> Organization: Red Hat MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.3 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-ID-Hash: 6KQ6CFLSLJPDE2MR2URMEGRIX23ZQ5SG X-Message-ID-Hash: 6KQ6CFLSLJPDE2MR2URMEGRIX23ZQ5SG X-MailFrom: sbrivio@redhat.com 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: passt-dev@passt.top 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: On Tue, 23 May 2023 12:25:41 +1000 David Gibson wrote: > This fixes a couple of bugs I found in nstool. I discovered these > during the Avocado work, but they are bugs independent of that. > > David Gibson (2): > test/nstool: Provide useful error if given a path that's too long > test/nstool: Fix fd leak in accept() loop Applied. -- Stefano