From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from gandalf.ozlabs.org (mail.ozlabs.org [IPv6:2404:9400:2221:ea00::3]) by passt.top (Postfix) with ESMTPS id 4B33D5A026F for ; Mon, 15 Jan 2024 07:39:52 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gibson.dropbear.id.au; s=202312; t=1705300788; bh=p3dUY2N7xCWSnE7Npe+TN6TxzJqzaFPu1gjthiZoCTs=; h=From:To:Cc:Subject:Date:From; b=N06gd23Jei6Wwrwc5x7gqgc3XSVFqOp2blWcrYT2uoWvpWm8A/1EqccXyiXyEz3vw vUPB6cJXV4+jVsuFYuTmSO4c9GLxVm17Olk9lzrJK+40F3ak0kPCKBNelap+XV1vR1 ohzWWktyLNFZPypLDyaFzANAD7IGTASWtserjzzSoAUQptAr5xjvkjA54+YYcAFO1i rgjRQsWnvQOZdts712axKEiC8VYFxjDrwyk1ovaudRV9ZBJVBBw9vMPtCps8jT+zaM fLxdx+4t/NVQY1eLxzdB6hJFstfGPdArsnQqy58oBCNWKQjg6SqqPHB4+7m93pOvNC EqYS2ChE4OU5A== Received: by gandalf.ozlabs.org (Postfix, from userid 1007) id 4TD2Yw5qKtz4xGP; Mon, 15 Jan 2024 17:39:48 +1100 (AEDT) From: David Gibson To: passt-dev@passt.top, Stefano Brivio Subject: [PATCH 0/3] Assorted fixes Date: Mon, 15 Jan 2024 17:39:41 +1100 Message-ID: <20240115063944.1400285-1-david@gibson.dropbear.id.au> X-Mailer: git-send-email 2.43.0 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID-Hash: 7DOYY3DC7GCLDCUG42XOVZFVQ2XRBJC4 X-Message-ID-Hash: 7DOYY3DC7GCLDCUG42XOVZFVQ2XRBJC4 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: Came back from holidays to find a few things broken by external changes. Here are the fixes for them. David Gibson (3): test: Fix passt.mbuto for cases where /usr/sbin doesn't exist treewide: Make a bunch of pointer variables pointers to const pif: Remove unused pif_name() function arch.c | 3 ++- conf.c | 12 +++++++----- dhcp.c | 9 +++++---- dhcpv6.c | 9 +++++---- log.c | 6 ++++-- pif.h | 1 + qrap.c | 4 ++-- tap.c | 12 ++++++------ tcp.c | 8 ++++---- tcp_splice.c | 2 +- test/passt.mbuto | 2 +- udp.c | 6 +++--- util.c | 4 ++-- 13 files changed, 43 insertions(+), 35 deletions(-) -- 2.43.0