The new version with tag 2024_02_16.08344da includes the following changes:
08344da selinux: Allow pasta to remount procfs
338b632 conf: No routable interface for IPv4 or IPv6 is informational, not a warning
8f3f8e1 pasta: Add fallback timer mechanism to check if namespace is gone
f57a2fb conf, passt.1: Exit if we can't bind a forwarded port, except for -[tu] all
927cb84 udp: udp_sock_init_ns() partially duplicats udp_port_rebind_outbound()
96ad5c5 udp: Don't prematurely (and incorrectly) set up automatic inbound forwards
9f57983 netlink: Use const rtnh pointer
7ee4e17 log: setlogmask(0) can actually result in a system call, don't use it
78901ee tcp: Fix subtle bug in fast re-transmit path
6c7623d netlink: Add support to fetch default gateway from multipath routes
322660b icmp: Dedicated functions for starting and closing ping sequences
b6a4e20 icmp: Validate packets received on ping sockets
6e86511 icmp: Warn on receive errors from ping sockets
a325121 icmp: Consolidate icmp_sock_handler() with icmpv6_sock_handler()
70d43f9 icmp: Share more between IPv4 and IPv6 paths in icmp_tap_handler()
15be1bf icmp: Simplify socket expiry scanning
24badd0 icmp: Use -1 to represent "missing" sockets
43713af icmp: Don't attempt to match host IDs to guest IDs
8534cdb icmp: Don't attempt to handle "wrong direction" ping socket traffic
2cb2fe6 icmp: Remove redundant initialisation of sendto() address
5dffb99 icmp: Don't set "port" on destination sockaddr for ping sockets
8981a72 flow: Avoid moving flow entries to compact table
9c0881d flow: Enforce that freeing of closed flows must happen in deferred handlers
4a849e9 flow: Abstract allocation of new flows with helper function
fb7c001 flow: Move flow_count from context structure to a global
7f37bf4 flow: Move flow_log_() to near top of flow.c
02e092b tcp, tcp_splice: Avoid double layered dispatch for connected TCP sockets
70121ca epoll: Better handling of number of epoll types
36dfa8b flow, tcp: Add handling for per-flow timers
b43e448 flow, tcp: Add flow-centric dispatch for deferred flow handling
c97bb52 tcp, tcp_splice: Move per-type cleanup logic into per-type helpers
eebca11 tcp, tcp_splice: Remove redundant handling from tcp_timer()
8563e7c treewide: Standardise on 'now' for current timestamp variables
17bbab1 flow: Make flow_table.h #include the protocol specific headers it needs
00c6eb6 pif: Remove unused pif_name() function
a179ca6 treewide: Make a bunch of pointer variables pointers to const
f60c851 test: Fix passt.mbuto for cases where /usr/sbin doesn't exist
https://passt.top/passt/log/?qt=range&q=2023_12_30.f091893..2024_02_16.0834…
Packages:
- Arch Linux:
https://www.archlinux.org/packages/extra/x86_64/passt/https://archlinuxarm.org/packages/aarch64/passthttps://archlinuxarm.org/packages/armv7h/passt
- Debian tracker:
https://tracker.debian.org/pkg/passt
- Copr (CentOS Stream, EPEL, Fedora, Mageia):
https://copr.fedorainfracloud.org/coprs/sbrivio/passt/build/7022413/
permanent mirror: https://passt.top/builds/copr/0^20240216.g08344da/
- Fedora updates:
https://bodhi.fedoraproject.org/updates/?packages=passt
- Gentoo versions:
https://packages.gentoo.org/packages/net-misc/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-g08344da-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_08344da-1_all.deb
--
Stefano
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.56d9…
Packages:
- Arch Linux:
https://www.archlinux.org/packages/extra/x86_64/passt/https://archlinuxarm.org/packages/aarch64/passthttps://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