public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
 messages from 2022-09-08 01:49:11 to 2022-09-19 08:24:34 UTC [more...]

[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] Makefile: Allow define overrides by prepending, not appending, CFLAGS
 2022-09-14 13:45 UTC 

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

[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 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 00/11] Improve command dispatch in test scripts
 2022-09-10 20:40 UTC  (22+ messages)
` [PATCH v2 02/11] test: Context execution helpers
` [PATCH v2 03/11] test: Allow a tmux pane to watch commands executed in contexts
` [PATCH v2 04/11] test: Integration of old-style pane execution and new context execution
` [PATCH v2 05/11] test: Issue host commands via context for most tests
` [PATCH v2 06/11] test: Use new-style contexts for passt pane in the pasta and passt tests
` [PATCH v2 07/11] test: Add nsholder utility
` [PATCH v2 08/11] test: Extend context system to run commands in namespace for pasta tests
` [PATCH v2 09/11] test: Use context system for guest commands
` [PATCH v2 10/11] test: Use context system for two_guests tests
` [PATCH v2 11/11] test: Use new-style command issue for passt_in_ns tests

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  (33+ messages)
` [PATCH v2 01/32] test: Correctly match "background" with "wait" commands
` [PATCH v2 02/32] test: Context execution helpers
` [PATCH v2 03/32] test: Allow a tmux pane to watch commands executed in contexts
` [PATCH v2 04/32] test: Integration of old-style pane execution and new context execution
` [PATCH v2 05/32] test: Issue host commands via context for most tests
` [PATCH v2 06/32] test: Use new-style contexts for passt pane in the pasta and passt tests
` [PATCH v2 07/32] test: Add nsholder utility
` [PATCH v2 08/32] test: Extend context system to run commands in namespace for pasta tests
` [PATCH v2 09/32] test: Use context system for guest commands
` [PATCH v2 10/32] test: Use context system for two_guests tests
` [PATCH v2 11/32] test: Use new-style command issue for passt_in_ns tests
` [PATCH v2 12/32] Don't store UID & GID persistently in the context structure
` [PATCH v2 13/32] Split checking for root from dropping root privilege
` [PATCH v2 14/32] Consolidate determination of UID/GID to run as
` [PATCH v2 15/32] Safer handling if we can't open /proc/self/uid_map
` [PATCH v2 16/32] Move self-isolation code into a separate file
` [PATCH v2 17/32] Consolidate validation of pasta namespace options
` [PATCH v2 18/32] Clean up and rename conf_ns_open()
` [PATCH v2 19/32] Correctly handle --netns-only in pasta_start_ns()
` [PATCH v2 20/32] Handle userns isolation and dropping root at the same time
` [PATCH v2 21/32] Allow --userns when pasta spawns a command
` [PATCH v2 22/32] test: Group tests by context then protocol, rather than the reverse
` [PATCH v2 23/32] test: Remove unused variable FFMPEG_PID_FILE
` [PATCH v2 24/32] test: Actually run cleanup function
` [PATCH v2 25/32] test: Create common state directories for temporary files
` [PATCH v2 26/32] test: Move context temporary files to state dir
` [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

[PATCH 00/12] Improve handling of test temporary files
 2022-09-08  2:59 UTC  (2+ messages)


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