public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
 messages from 2022-09-08 06:16:16 to 2022-09-23 07:20:35 UTC [more...]

[PATCH 00/12] Assorted test fixes, batch 7
 2022-09-23  7:20 UTC  (10+ messages)
` [PATCH 01/12] test: Add wait_for() shell helper
` [PATCH 02/12] test: Remove unnecessary sleeps from layout functions
` [PATCH 03/12] test: Remove unnecessary sleeps from shutdown tests
` [PATCH 04/12] test: More robust wait for pasta/passt to be ready
` [PATCH 05/12] test: Use --config-net for namespace setup
` [PATCH 06/12] test: Simplify data handling for transfer tests
` [PATCH 07/12] test: Remove unneccessary pane naming from layout_two_guests
` [PATCH 08/12] clang-tidy: Disable 'readability-identifier-length'
` [PATCH 09/12] cppcheck: Avoid excessive scanning due to system headers

[PATCH 0/7] Fixes and workarounds for tests, Coverity warnings
 2022-09-23  6:55 UTC  (19+ messages)
` [PATCH 1/7] test/perf: Always use /sbin/sysctl in tcp test
` [PATCH 2/7] test/perf: Switch performance test duration to 10 seconds instead of 30
` [PATCH 3/7] tap: Check return value of accept4() before calling getsockopt()
` [PATCH 4/7] conf, tcp, udp: Arrays for ports need 2^16 values, not 2^16-8
` [PATCH 5/7] test/lib: Restore IFS while executing directives in def blocks
` [PATCH 6/7] test/lib: Wait on iperf3 clients to be done, then send SIGINT to servers
` [PATCH 7/7] test/perf: Disable periodic throughput reports to avoid vhost hang

[PATCH 0/8] Clean up and fix bugs in port forwarding data structures
 2022-09-23  4:58 UTC  (9+ messages)
` [PATCH 1/8] Improve types and names for port forwarding configuration
` [PATCH 2/8] Consolidate port forwarding configuration into a common structure
` [PATCH 3/8] udp: Delay initialization of UDP reversed port mapping table
` [PATCH 4/8] Don't use indirect remap functions for conf_ports()
` [PATCH 5/8] Pass entire port forwarding configuration substructure to conf_ports()
` [PATCH 6/8] Treat port numbers as unsigned
` [PATCH 7/8] Fix widespread off-by-one error dealing with port numbers
` [PATCH 8/8] icmp: Correct off by one errors dealing with number of echo request ids

[PATCH 0/5] Some more hacks and workarounds to make tests pass again
 2022-09-23  2:17 UTC  (7+ messages)
` [PATCH 1/5] test/lib: Run also iperf3 clients in background, revert to time-based wait
` [PATCH 2/5] test/lib: Wait for kernel to free up ports used by iperf3 before reusing them
` [PATCH 3/5] test/perf: Wait for neper servers in guest to be ready before starting client
` [PATCH 4/5] test/lib: Wait for DHCPv4 before starting DHCPv6 client in two_guests test
` [PATCH 5/5] test/distro: Update workarounds for Ubuntu 22.04 on s390x

[PATCH] Makefile: Allow define overrides by prepending, not appending, CFLAGS
 2022-09-23  1:02 UTC  (4+ messages)

all pending patches pushed
 2022-09-23  1:00 UTC 

[PATCH 0/2] test: Fix two issues made apparent by new command dispatch
 2022-09-19  8:24 UTC  (14+ messages)
` [PATCH 1/2] test/perf: Check for /sbin/sysctl with which(1), not simply sysctl
` [PATCH 2/2] test/passt_in_ns: Consistent sleep commands before starting socat client

[PATCH 0/2] doc/demo: Fix two issues seen on Fedora 36
 2022-09-17  9:50 UTC  (6+ messages)
` [PATCH 1/2] doc/demo: Drop /sbin from dhclient command, pass script file explicitly
` [PATCH 2/2] doc/demo: Clone and use mbuto in init namespace

[PATCH] README: Update Availability and Try It sections with new packages
 2022-09-16 23:55 UTC 

[PATCH] Makefile: Include seccomp.h in HEADERS and require it for static checkers
 2022-09-14 15:07 UTC  (2+ messages)

[PATCH] test: term: When checking if status line is a number, hide errors
 2022-09-14 11:56 UTC  (2+ messages)

[PATCH 0/2] Don't drop outbound zero-length UDP packets over tap
 2022-09-13  9:30 UTC  (9+ messages)
` [PATCH 1/2] udp: Don't drop zero-length outbound UDP packets
` [PATCH 2/2] test: Simpler termination handling for UDP tests

[PATCH v2 0/3] Don't drop outbound zero-length UDP packets over tap
 2022-09-13  6:37 UTC  (4+ messages)
` [PATCH v2 1/3] udp: Don't pre-initialize msghdr array
` [PATCH v2 2/3] udp: Don't drop zero-length outbound UDP packets
` [PATCH v2 3/3] test: Simpler termination handling for UDP tests

[PATCH v2 03/10] Consolidate determination of UID/GID to run as
 2022-09-13  5:20 UTC  (7+ messages)

[PATCH v4 00/12] Improve handling of test temporary files
 2022-09-13  4:41 UTC  (20+ messages)
` [PATCH v4 01/12] test: Group tests by context then protocol, rather than the reverse
` [PATCH v4 02/12] test: Remove unused variable FFMPEG_PID_FILE
` [PATCH v4 03/12] test: Actually run cleanup function
` [PATCH v4 04/12] test: Create common state directories for temporary files
` [PATCH v4 05/12] test: Move passt_test_log_pipe to state directory
` [PATCH v4 06/12] test: Move context temporary files to state dir
` [PATCH v4 07/12] test: Dont regnerate small test file in pasta/tcp
` [PATCH v4 08/12] test: Use paths in __STATEDIR__ instead of 'temp' and 'tempdir' directives
` [PATCH v4 09/12] test: Move pause temporary file to state directory
` [PATCH v4 10/12] test: Store pcap files in $LOGDIR instead of /tmp
` [PATCH v4 11/12] test: Move pidfiles and nsholder sockets into state directory
` [PATCH v4 12/12] test: Move video processing files to $STATEBASE

[PATCH v5 00/14] Improve handling of test temporary files
 2022-09-13  4:35 UTC  (15+ messages)
` [PATCH v5 01/14] test: Group tests by mode then protocol, rather than the reverse
` [PATCH v5 02/14] test: Remove unused variable FFMPEG_PID_FILE
` [PATCH v5 03/14] test: Actually run cleanup function
` [PATCH v5 04/14] test: Create common state directories for temporary files
` [PATCH v5 05/14] test: Move passt_test_log_pipe to state directory
` [PATCH v5 06/14] test: Move context temporary files to state dir
` [PATCH v5 07/14] test: Don't redundantly regenerate small test file in pasta/tcp
` [PATCH v5 08/14] test: Use paths in __STATEDIR__ instead of 'temp' and 'tempdir' directives
` [PATCH v5 09/14] test: Move pause temporary file to state directory
` [PATCH v5 10/14] test: Store pcap files in $LOGDIR instead of /tmp
` [PATCH v5 11/14] test: Move pidfiles and nsholder sockets into state directory
` [PATCH v5 12/14] demo: Move pidfiles to "
` [PATCH v5 13/14] test: Move video processing files to $STATEBASE
` [PATCH v5 14/14] test: Move perf.js report file to $LOGDIR/web

[PATCH v2 08/10] Correctly handle --netns-only in pasta_start_ns()
 2022-09-13  3:50 UTC  (5+ messages)

[PATCH v3 00/10] Clean up handling of userns
 2022-09-12 12:24 UTC  (11+ messages)
` [PATCH v3 01/10] Don't store UID & GID persistently in the context structure
` [PATCH v3 02/10] Split checking for root from dropping root privilege
` [PATCH v3 03/10] Consolidate determination of UID/GID to run as
` [PATCH v3 04/10] Safer handling if we can't open /proc/self/uid_map
` [PATCH v3 05/10] Move self-isolation code into a separate file
` [PATCH v3 06/10] Consolidate validation of pasta namespace options
` [PATCH v3 07/10] Clean up and rename conf_ns_open()
` [PATCH v3 08/10] Correctly handle --netns-only in pasta_start_ns()
` [PATCH v3 09/10] Handle userns isolation and dropping root at the same time
` [PATCH v3 10/10] Allow --userns when pasta spawns a command

[PATCH v3 00/11] Improve command dispatch in test scripts
 2022-09-12 10:56 UTC  (12+ messages)
` [PATCH v3 01/11] test: Correctly match "background" with "wait" commands
` [PATCH v3 02/11] test: Context execution helpers
` [PATCH v3 03/11] test: Allow a tmux pane to watch commands executed in contexts
` [PATCH v3 04/11] test: Integration of old-style pane execution and new context execution
` [PATCH v3 05/11] test: Issue host commands via context for most tests
` [PATCH v3 06/11] test: Use new-style contexts for passt pane in the pasta and passt tests
` [PATCH v3 07/11] test: Add nsholder utility
` [PATCH v3 08/11] test: Extend context system to run commands in namespace for pasta tests
` [PATCH v3 09/11] test: Use context system for guest commands
` [PATCH v3 10/11] test: Use context system for two_guests tests
` [PATCH v3 11/11] test: Use new-style command issue for passt_in_ns tests

[PATCH v2 05/10] Move self-isolation code into a separate file
 2022-09-10 20:43 UTC  (4+ messages)

[PATCH v2 10/10] Allow --userns when pasta spawns a command
 2022-09-10 20:42 UTC  (4+ messages)

[PATCH v2 11/11] test: Use new-style command issue for passt_in_ns tests
 2022-09-10 20:40 UTC  (4+ messages)

[PATCH v2 00/10] Clean up handling of userns
 2022-09-10  7:30 UTC  (3+ messages)

[PATCH v2 04/10] Safer handling if we can't open /proc/self/uid_map
 2022-09-10  7:23 UTC  (3+ messages)

[PATCH v2 02/10] Split checking for root from dropping root privilege
 2022-09-10  7:09 UTC  (3+ messages)

[PATCH v2 00/11] Improve command dispatch in test scripts
 2022-09-10  6:59 UTC  (3+ messages)

[PATCH v2 07/11] test: Add nsholder utility
 2022-09-10  6:45 UTC  (3+ messages)

[PATCH v2 05/11] test: Issue host commands via context for most tests
 2022-09-10  6:38 UTC  (3+ messages)

[PATCH v2 03/11] test: Allow a tmux pane to watch commands executed in contexts
 2022-09-10  6:36 UTC  (3+ messages)

passt (and KubeVirt) at KVM Forum 2022
 2022-09-09 13:23 UTC  (2+ messages)

[PATCH v3 00/12] Improve handling of test temporary files
 2022-09-08  6:57 UTC  (13+ messages)
` [PATCH v3 01/12] test: Group tests by context then protocol, rather than the reverse
` [PATCH v3 02/12] test: Remove unused variable FFMPEG_PID_FILE
` [PATCH v3 03/12] test: Actually run cleanup function
` [PATCH v3 04/12] test: Create common state directories for temporary files
` [PATCH v3 05/12] test: Move passt_test_log_pipe to state directory
` [PATCH v3 06/12] test: Move context temporary files to state dir
` [PATCH v3 07/12] test: Dont regnerate small test file in pasta/tcp
` [PATCH v3 08/12] test: Use paths in __STATEDIR__ instead of 'temp' and 'tempdir' directives
` [PATCH v3 09/12] test: Move pause temporary file to state directory
` [PATCH v3 10/12] test: Store pcap files in $LOGDIR instead of /tmp
` [PATCH v3 11/12] test: Move pidfiles and nsholder sockets into state directory
` [PATCH v3 12/12] test: Move video processing files to $STATEBASE

[PATCH v2 00/32] Improve handling of test temporary files
 2022-09-08  6:16 UTC  (7+ messages)
` [PATCH v2 27/32] test: Dont regnerate small test file in pasta/tcp
` [PATCH v2 28/32] test: Use paths in __STATEDIR__ instead of 'temp' and 'tempdir' directives
` [PATCH v2 29/32] test: Move pause temporary file to state directory
` [PATCH v2 30/32] test: Store pcap files in $LOGDIR instead of /tmp
` [PATCH v2 31/32] test: Move pidfiles and nsholder sockets into state directory
` [PATCH v2 32/32] test: Move video processing files to $STATEBASE


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).