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 C74305A026D for ; Tue, 7 Nov 2023 16:35:58 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1699371357; 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; bh=KnmuTo8jbGld2mRSon3OD7csr0DTBPVek+LFsD+czwo=; b=K5JBig8CSA8UhKxMNqjy6pPxm7xC/fZLbyPsibxPU4CQ/rpjesAQTvoo8XbJI85uvIpjPM jgB7LYF8Q2G8qtgCvUr0+cah4KpOxD3Qi0qvf7+mWWFzZW+0ppfuyXPQXo8utqZqJaENo8 vxosiYK/LIQFBMEwItQ+yo61lU9xcys= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-645-wqdZXQwJNv6LlQxyCwX0dA-1; Tue, 07 Nov 2023 10:35:53 -0500 X-MC-Unique: wqdZXQwJNv6LlQxyCwX0dA-1 Received: from smtp.corp.redhat.com (int-mx09.intmail.prod.int.rdu2.redhat.com [10.11.54.9]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 979C9881C8B; Tue, 7 Nov 2023 15:35:52 +0000 (UTC) Received: from elisabeth (unknown [10.39.208.12]) by smtp.corp.redhat.com (Postfix) with ESMTPS id D102C492BE7; Tue, 7 Nov 2023 15:35:51 +0000 (UTC) Date: Tue, 7 Nov 2023 16:35:49 +0100 From: Stefano Brivio To: passt-user@passt.top Subject: passt: new version 2023_11_07.56d9f6d available Message-ID: <20231107163549.4a6af8c8@elisabeth> Organization: Red Hat MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.9 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-ID-Hash: LUQYHL5UIEZC66SBIWVJ2NJHYC6TKW2Y X-Message-ID-Hash: LUQYHL5UIEZC66SBIWVJ2NJHYC6TKW2Y 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: The new version with tag 2023_11_07.56d9f6d includes the following changes: 56d9f6d Revert "selinux: Drop user_namespace class rules for Fedora 37" 74e6f48 selinux: Allow passt to talk over unconfined_t UNIX domain socket for --fd 50bc25a log: Match implicit va_start() with va_end() in vlogmsg() 9494a51 port_fwd: Don't try to read bound ports from invalid file handles b944622 netlink: Sequence numbers are actually 32 bits wide 53ff387 test/perf: Simplify calculation of "omit" time for TCP throughput aa0bb9f test/perf: Remove unnecessary --pacing-timer options 498108a test/perf: "MTU" changes in passt_tcp host to guest aren't useful f94adb1 test/perf: Explicitly control UDP packet length, instead of MTU 2926970 test/perf: Small MTUs for spliced TCP aren't interesting e516809 test/perf: Start iperf3 server less often f9ff667 test/perf: Get iperf3 stats from client side 8a41a8b test/perf: Remove stale iperf3c/iperf3s directives de974f0 udp: Remove socket from udp_{tap,splice}_map when timed out 480aa4a udp: Consistently use -1 to indicate un-opened sockets in maps c0426ff log: Add vlogmsg() 5972203 log: Enable format warnings 50d46ec log: Don't define logging function 4 times 0ad54e1 tcp: Remove remaining declaration of tcp_l2_mh 515db1e tcp_splice: Simplify selection of socket and pipe sides in socket handler 7486cd1 tcp_splice: Exploit side symmetry in tcp_splice_destroy() 69db3b3 tcp_splice: Exploit side symmetry in tcp_splice_connect_finish() 1b76257 tcp_splice: Exploit side symmetry in tcp_splice_timer() 8545058 tcp_splice: Rename sides of connection from a/b to 0/1 0e8e534 tcp_splice: Don't pool pipes in pairs 6357010 tcp_splice: Avoid awkward temporaries in tcp_splice_epoll_ctl() 409d3ca tcp_splice: Remove unnecessary forward declaration 5a79ba6 tcp_splice: Don't handle EPOLL_CTL_DEL as part of tcp_splice_epoll_ctl() 536acab tcp_splice: Correct error handling in tcp_splice_epoll_ctl() d33cbc6 tcp_splice: Remove redundant tcp_splice_epoll_ctl() f6d8dc2 pif: Pass originating pif to tap handler functions 732e249 pif: Record originating pif in listening socket refs 125c5e5 pif: Introduce notion of passt/pasta interface 0d73fa2 udp: Clean up ref initialisation in udp_sock_init() c09d0d0 port_fwd: Simplify get_bound_ports_*() to port_fwd_scan_*() dcf5c0e port_fwd: Move port scanning /proc fds into struct port_fwd 1a40d00 port_fwd: Split TCP and UDP cases for get_bound_ports() 180dbc9 port_fwd: Don't NS_CALL get_bound_ports() 5a04854 port_fwd: Pre-open /proc/net/* files rather than on-demand 4f0b9f9 util: Add open_in_ns() helper 17d40d1 port_fwd: Better parameterise procfs_scan_listen() e90f277 port_fwd: Move automatic port forwarding code to port_fwd.[ch] 26d86f1 conf: Cleaner initialisation of default forwarding modes 3fb3f0f selinux: Drop user_namespace class rules for Fedora 37 https://passt.top/passt/log/?qt=range&q=2023_10_04.f851084..2023_11_07.56d9f6d Packages: - Arch Linux: https://www.archlinux.org/packages/extra/x86_64/passt/ https://archlinuxarm.org/packages/aarch64/passt https://archlinuxarm.org/packages/armv7h/passt - Debian tracker: https://tracker.debian.org/pkg/passt - Copr (CentOS Stream, EPEL, Fedora, Mageia, openSUSE): https://copr.fedorainfracloud.org/coprs/sbrivio/passt/build/6607545/ permanent mirror: https://passt.top/builds/copr/0^20231107.g56d9f6d/ - Fedora updates: https://bodhi.fedoraproject.org/updates/?packages=passt - Ubuntu tracker: https://launchpad.net/ubuntu/+source/passt - Void Linux: https://voidlinux.org/packages/?q=passt - Static builds: - Package for other RPM-based distributions, x86_64 only: https://passt.top/builds/latest/x86_64/passt-g56d9f6d-1.x86_64.rpm - x86_64 static binaries: https://passt.top/builds/latest/x86_64/ - Debian package, from x86_64 static build: https://passt.top/builds/latest/x86_64/passt_56d9f6d-1_all.deb -- Stefano