[PATCH v3 00/12] Improvements to static checker invocation
2026-05-12 5:52 UTC (13+ messages)
` [PATCH v3 01/12] Makefile: Use make variables for static checker configuration
` [PATCH v3 02/12] Makefile: Make conditional definition of $(BIN) clearer
` [PATCH v3 03/12] Makefile: Use common binary compilation rule
` [PATCH v3 04/12] Makefile: Remove unhelpful $(HEADERS) variable
` [PATCH v3 05/12] Makefile: Add header dependencies for secondary binaries
` [PATCH v3 06/12] Makefile: Split $(FLAGS) into cpp and cc components
` [PATCH v3 07/12] cppcheck, clang-tidy: Static checkers don't need non-preprocessor flags
` [PATCH v3 08/12] Makefile: Split static checker targets
` [PATCH v3 09/12] passt-repair: Split out inotify handling to its own function
` [PATCH v3 10/12] passt-repair: Simplify construction of Unix path from inotify
` [PATCH v3 11/12] passt-repair: Run static checkers
` [PATCH v3 12/12] pesto: Run static checkers on pesto sources
[PATCH 0/8] Fix assorted warnings
2026-05-12 5:45 UTC (18+ messages)
` [PATCH 1/8] netlink: erromsg should be const in nl_status()
` [PATCH 2/8] virtio: Reduce scope of variable
` [PATCH 3/8] conf: Fix not-actually-const parameter to conf_runas() and conf_ugid()
` [PATCH 4/8] clang-tidy: Squash inconsistent brace warnings in foreach macros
` [PATCH 5/8] clang-tidy: Suppress sscanf() warning harder
` [PATCH 6/8] packet, clang-tidy: Packet pool buffers are not NULL
` [PATCH 7/8] treewide: Make some additional variables static
` [PATCH 8/8] clang-tidy: Suppress some new unhelpful new warnings
[PATCH v6 0/4] vhost-user,tcp: Handle multiple iovec entries per virtqueue element
2026-05-11 10:52 UTC (13+ messages)
` [PATCH v6 1/4] tcp: Encode checksum computation flags in a single parameter
` [PATCH v6 2/4] tcp_vu: Build headers on the stack and write them into the iovec
` [PATCH v6 3/4] tcp_vu: Support multibuffer frames in tcp_vu_sock_recv()
` [PATCH v6 4/4] tcp_vu: Support multibuffer frames in tcp_vu_send_flag()
[PATCH v3 00/10] vhost-user: Preparatory series for multiple iovec entries per virtqueue element
2026-05-11 10:44 UTC (16+ messages)
` [PATCH v3 02/10] iov: Add iov_memcpy() to copy data between iovec arrays
` [PATCH v3 04/10] udp_vu: Move virtqueue management from udp_vu_sock_recv() to its caller
` [PATCH v3 05/10] udp_vu: Pass iov explicitly to helpers instead of using file-scoped array
` [PATCH v3 06/10] checksum: Pass explicit L4 length to checksum functions
` [PATCH v3 07/10] pcap: Pass explicit L2 length to pcap_iov()
` [PATCH v3 10/10] vhost-user: Centralise Ethernet frame padding in vu_collect() and vu_pad()
[PATCH v8 0/3] vhost-user,udp: Handle multiple iovec entries per virtqueue element
2026-05-11 2:42 UTC (8+ messages)
` [PATCH v8 1/3] udp_vu: Allow virtqueue elements with multiple iovec entries
` [PATCH v8 2/3] iov: Introduce IOV_PUSH_HEADER() macro
` [PATCH v8 3/3] udp: Pass iov_tail to udp_update_hdr4()/udp_update_hdr6()
passt: new version 2026_05_07.1afd4ed available
2026-05-07 23:21 UTC
[PATCH v3] tcp: Use SO_MEMINFO for accurate send buffer overhead accounting
2026-05-07 9:48 UTC (2+ messages)
[PATCH HACK] fwd, fwd_rule: Implement configurable destination address mapping
2026-05-07 5:50 UTC
[PATCH RFT] fwd: Only do inbound IPv6 NAT to map_host_loopback / map_guest_addr with matching scope
2026-05-07 4:31 UTC
[PATCH v11 00/23] Dynamic configuration update implementation
2026-05-07 3:18 UTC (28+ messages)
` [PATCH v11 01/23] conf, fwd: Stricter rule checking in fwd_rule_add()
` [PATCH v11 02/23] fwd_rule: Move ephemeral port probing to fwd_rule.c
` [PATCH v11 03/23] fwd, conf: Move rule parsing code to fwd_rule.[ch]
` [PATCH v11 04/23] fwd_rule: Move conflict checking back within fwd_rule_add()
` [PATCH v11 05/23] fwd: Generalise fwd_rules_info()
` [PATCH v11 06/23] pif: Limit pif names to 128 bytes
` [PATCH v11 07/23] fwd_rule: Fix some format specifiers
` [PATCH v11 08/23] pesto: Introduce stub configuration tool
` [PATCH v11 09/23] pesto, log: Share log.h (but not log.c) with pesto tool
` [PATCH v11 10/23] pesto, conf: Have pesto connect to passt and check versions
` [PATCH v11 11/23] pesto: Expose list of pifs to pesto and display them
` [PATCH v11 12/23] ip: Prepare ip.[ch] for sharing with pesto tool
` [PATCH v11 13/23] inany: Prepare inany.[ch] "
` [PATCH v11 14/23] pesto: Read current ruleset from passt/pasta and optionally display it
` [PATCH v11 15/23] pesto: Parse and add new rules from command line
` [PATCH v11 16/23] pesto, conf: Send updated rules from pesto back to passt/pasta
` [PATCH v11 17/23] conf, fwd: Allow switching to new rules received from pesto
` [PATCH v11 18/23] fwd_rule: Fix static checkers warnings in fwd_rule_add()
` [PATCH v11 19/23] pesto, conf, fwd_rule: Add options and modes to add, delete, clear rules
` [PATCH v11 20/23] apparmor: Add policy file for pesto
` [PATCH v11 21/23] selinux: Add file context and type enforcement "
` [PATCH v11 22/23] fedora: Install pesto, its SELinux policy, and the man page from the spec file
` [PATCH v11 23/23] hooks: Copy static build of pesto and related man page to server
[PATCH v9 00/23] Dynamic configuration update implementation
2026-05-06 23:28 UTC (37+ messages)
` [PATCH v9 01/23] conf, fwd: Stricter rule checking in fwd_rule_add()
` [PATCH v9 02/23] fwd_rule: Move ephemeral port probing to fwd_rule.c
` [PATCH v9 03/23] fwd, conf: Move rule parsing code to fwd_rule.[ch]
` [PATCH v9 04/23] fwd_rule: Move conflict checking back within fwd_rule_add()
` [PATCH v9 05/23] fwd: Generalise fwd_rules_info()
` [PATCH v9 06/23] pif: Limit pif names to 128 bytes
` [PATCH v9 07/23] fwd_rule: Fix some format specifiers
` [PATCH v9 08/23] pesto: Introduce stub configuration tool
` [PATCH v9 09/23] pesto, log: Share log.h (but not log.c) with pesto tool
` [PATCH v9 10/23] pesto, conf: Have pesto connect to passt and check versions
` [PATCH v9 11/23] pesto: Expose list of pifs to pesto and display them
` [PATCH v9 12/23] ip: Prepare ip.[ch] for sharing with pesto tool
` [PATCH v9 13/23] inany: Prepare inany.[ch] "
` [PATCH v9 14/23] pesto: Read current ruleset from passt/pasta and optionally display it
` [PATCH v9 15/23] pesto: Parse and add new rules from command line
` [PATCH v9 16/23] pesto, conf: Send updated rules from pesto back to passt/pasta
` [PATCH v9 17/23] conf, fwd: Allow switching to new rules received from pesto
` [PATCH v9 18/23] fwd_rule: Fix static checkers warnings in fwd_rule_add()
` [PATCH v9 19/23] pesto, conf, fwd_rule: Add options and modes to add, delete, clear rules
` [PATCH v9 20/23] apparmor: Add policy file for pesto
` [PATCH v9 21/23] selinux: Add file context and type enforcement "
` [PATCH v9 22/23] fedora: Install pesto, its SELinux policy, and the man page from the spec file
` [PATCH v9 23/23] hooks: Copy static build of pesto and related man page to server
[PATCH v10 00/23] Dynamic configuration update implementation
2026-05-06 18:00 UTC (27+ messages)
` [PATCH v10 01/23] conf, fwd: Stricter rule checking in fwd_rule_add()
` [PATCH v10 02/23] fwd_rule: Move ephemeral port probing to fwd_rule.c
` [PATCH v10 03/23] fwd, conf: Move rule parsing code to fwd_rule.[ch]
` [PATCH v10 04/23] fwd_rule: Move conflict checking back within fwd_rule_add()
` [PATCH v10 05/23] fwd: Generalise fwd_rules_info()
` [PATCH v10 06/23] pif: Limit pif names to 128 bytes
` [PATCH v10 07/23] fwd_rule: Fix some format specifiers
` [PATCH v10 08/23] pesto: Introduce stub configuration tool
` [PATCH v10 09/23] pesto, log: Share log.h (but not log.c) with pesto tool
` [PATCH v10 10/23] pesto, conf: Have pesto connect to passt and check versions
` [PATCH v10 11/23] pesto: Expose list of pifs to pesto and display them
` [PATCH v10 12/23] ip: Prepare ip.[ch] for sharing with pesto tool
` [PATCH v10 13/23] inany: Prepare inany.[ch] "
` [PATCH v10 14/23] pesto: Read current ruleset from passt/pasta and optionally display it
` [PATCH v10 15/23] pesto: Parse and add new rules from command line
` [PATCH v10 16/23] pesto, conf: Send updated rules from pesto back to passt/pasta
` [PATCH v10 17/23] conf, fwd: Allow switching to new rules received from pesto
` [PATCH v10 18/23] fwd_rule: Fix static checkers warnings in fwd_rule_add()
` [PATCH v10 19/23] pesto, conf, fwd_rule: Add options and modes to add, delete, clear rules
` [PATCH v10 20/23] apparmor: Add policy file for pesto
` [PATCH v10 21/23] selinux: Add file context and type enforcement "
` [PATCH v10 22/23] fedora: Install pesto, its SELinux policy, and the man page from the spec file
` [PATCH v10 23/23] hooks: Copy static build of pesto and related man page to server
[PATCH v8 00/19] Dynamic configuration update implementation
2026-05-06 12:52 UTC (44+ messages)
` [PATCH v8 01/19] conf, fwd: Stricter rule checking in fwd_rule_add()
` [PATCH v8 02/19] fwd_rule: Move ephemeral port probing to fwd_rule.c
` [PATCH v8 03/19] fwd, conf: Move rule parsing code to fwd_rule.[ch]
` [PATCH v8 04/19] fwd_rule: Move conflict checking back within fwd_rule_add()
` [PATCH v8 05/19] fwd: Generalise fwd_rules_info()
` [PATCH v8 06/19] pif: Limit pif names to 128 bytes
` [PATCH v8 07/19] fwd_rule: Fix some format specifiers
` [PATCH v8 08/19] pesto: Introduce stub configuration tool
` [PATCH v8 09/19] pesto, log: Share log.h (but not log.c) with pesto tool
` [PATCH v8 10/19] pesto, conf: Have pesto connect to passt and check versions
` [PATCH v8 11/19] pesto: Expose list of pifs to pesto and display them
` [PATCH v8 12/19] ip: Prepare ip.[ch] for sharing with pesto tool
` [PATCH v8 13/19] inany: Prepare inany.[ch] "
` [PATCH v8 14/19] pesto: Read current ruleset from passt/pasta and optionally display it
` [PATCH v8 15/19] pesto: Parse and add new rules from command line
` [PATCH v8 16/19] pesto, conf: Send updated rules from pesto back to passt/pasta
` [PATCH v8 17/19] conf, fwd: Allow switching to new rules received from pesto
` [PATCH v8 18/19] fwd_rule: Fix static checkers warnings in fwd_rule_add()
` [PATCH v8 19/19] pesto, conf, fwd_rule: Add options and modes to add, delete, clear rules
[PATCH v7 00/18] Dynamic configuration update implementation
2026-05-06 8:25 UTC (14+ messages)
` [PATCH v7 15/18] pesto: Parse and add new rules from command line
` [PATCH v7 17/18] conf, fwd: Allow switching to new rules received from pesto
` [PATCH v7 18/18] fwd_rule: Fix static checkers warnings in fwd_rule_add()
[PATCH v2 00/13] Improvements to static checker invocation
2026-05-06 8:08 UTC (7+ messages)
` [PATCH v2 01/13] Makefile: Use make variables for static checker configuration
` [PATCH v2 02/13] cppcheck: Split out essential defines into a BASE_CPPFLAGS variable
page: next (older) | prev (newer) | latest
Code repositories for project(s) associated with this public inbox
https://passt.top/passt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for IMAP folder(s).