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=202602 header.b=D0ErerWU; dkim-atps=neutral Received: from mail.ozlabs.org (mail.ozlabs.org [IPv6:2404:9400:2221:ea00::3]) by passt.top (Postfix) with ESMTPS id 2F3285A0619 for ; Mon, 02 Mar 2026 05:31:41 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gibson.dropbear.id.au; s=202602; t=1772425896; bh=9KO79HH5Mk3KjTJNsIaz7fjbrgbni6Szvag7OlzfpyA=; h=From:To:Cc:Subject:Date:From; b=D0ErerWUKg7LrrY132Bb4mHIC0I233pxv2heKa+7P/ncc1atBQDCxTjFMBTmCBWsa 4EOpiphVWagISTwNljRvxlYPGuZUYrHVqjMd8RJyeaT4DrCbzY7qTEG9fZm3k4PUT0 sjFHcEh3Uit2vkFmheak4Mk28wV2NNM2fWZSrKb6desR4k3SlyNL3OZKqAFKm+i/rg wLpWi4usb4ZIqRUAVP3eDoXTIPuo3iueSBmxHEXjk0KN+MKH3LnT64YD53aK0QhhkA gKrDWH8wllYGTAjrKunmyS9AYixMcfcw8/tcEzeXze/wnPuiL2/2iYq1NbQx3J0veQ el2J2QFNVqROA== Received: by gandalf.ozlabs.org (Postfix, from userid 1007) id 4fPQxN6yZ1z4w9T; Mon, 02 Mar 2026 15:31:36 +1100 (AEDT) From: David Gibson To: passt-dev@passt.top, Stefano Brivio Subject: [PATCH 0/3] Miscellaneous minor fixes Date: Mon, 2 Mar 2026 15:31:32 +1100 Message-ID: <20260302043135.800803-1-david@gibson.dropbear.id.au> X-Mailer: git-send-email 2.53.0 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID-Hash: G7JCUPTEGP3JABWZRRIDJ5MG5ZZLOYB4 X-Message-ID-Hash: G7JCUPTEGP3JABWZRRIDJ5MG5ZZLOYB4 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: I've just gotten back from holiday, so getting back into things with a collection of minor fixes, for things that arose while I was away. David Gibson (3): tcp: Use flow_foreach_of_type() in tcp_{keepalive,inactivity} fwd, pif: Replace with pif_sock_l4() with pif_listen() clang-tidy: Don't insist on #ifdef over #if defined() .clang-tidy | 5 +++++ epoll_ctl.h | 2 +- fwd.h | 14 +++++--------- pif.c | 14 ++++++++------ pif.h | 6 +++--- tcp.c | 18 +++--------------- udp.c | 8 +------- 7 files changed, 26 insertions(+), 41 deletions(-) -- 2.53.0