messages from 2022-09-02 02:14:49 to 2022-09-12 12:24:00 UTC [more...]
[PATCH v3 00/10] Clean up handling of userns
2022-09-12 12:24 UTC (3+ 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 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/10] Clean up handling of userns
2022-09-12 9:53 UTC (30+ 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-10 20:41 UTC (19+ 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 v2 00/11] Improve command dispatch in test scripts
2022-09-10 20:40 UTC (23+ messages)
` [PATCH v2 01/11] test: Correctly match "background" with "wait" commands
` [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
[PATCH 0/2] Don't drop outbound zero-length UDP packets over tap
2022-09-09 16:06 UTC (6+ messages)
` [PATCH 1/2] udp: Don't drop zero-length outbound UDP packets
` [PATCH 2/2] test: Simpler termination handling for UDP 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 (14+ messages)
` [PATCH 01/12] test: Group tests by context then protocol, rather than the reverse
` [PATCH 02/12] test: Remove stale comments from context_setup_guest()
` [PATCH 03/12] test: Remove unused variable FFMPEG_PID_FILE
` [PATCH 04/12] test: Actually run cleanup function
` [PATCH 05/12] test: Create common state directories for temporary files
` [PATCH 06/12] test: Move passt_test_log_pipe to state directory
` [PATCH 07/12] test: Move context temporary files to state dir
` [PATCH 08/12] test: Dont regnerate small test file in pasta/tcp
` [PATCH 09/12] test: Use paths in __STATEDIR__ instead of 'temp' and 'tempdir' directives
` [PATCH 10/12] test: Move pause temporary file to state directory
` [PATCH 11/12] test: Store pcap files in $LOGDIR instead of /tmp
` [PATCH 12/12] test: Move pidfiles and nsholder sockets into state directory
[PATCH v2 0/4] Cleanups to performance tests
2022-09-07 19:35 UTC (2+ messages)
[PATCH 00/10] Clean up handling of userns
2022-09-07 1:45 UTC (11+ messages)
` [PATCH 01/10] Don't store UID & GID persistently in the context structure
` [PATCH 02/10] Split checking for root from dropping root privilege
` [PATCH 03/10] Consolidate determination of UID/GID to run as
` [PATCH 04/10] Safer handling if we can't open /proc/self/uid_map
` [PATCH 05/10] Move self-isolation code into a separate file
` [PATCH 06/10] Consolidate validation of pasta namespace options
` [PATCH 07/10] Clean up and rename conf_ns_open()
` [PATCH 08/10] Correctly handle --netns-only in pasta_start_ns()
` [PATCH 09/10] Handle userns isolation and dropping root at the same time
` [PATCH 10/10] Allow --userns when pasta spawns a command
[PATCH v2 4/4] test: Rewrite test_iperf3
2022-09-07 0:41 UTC (3+ messages)
[PATCH v2 3/4] test: Parameterize run time for throughput performance tests
2022-09-07 0:40 UTC (3+ messages)
[PATCH] Makefile: Honour LDFLAGS for binary targets
2022-09-07 0:39 UTC (2+ messages)
[PATCH] fedora: Escape % characters in spec file's changelog
2022-09-06 21:04 UTC
[PATCH] test: Wait for systemd-resolved to be ready on Ubuntu 22.04 for s390x
2022-09-05 12:37 UTC
[PATCH] conf: Fix getopt_long() optstring for current semantics of -D, -S, -p
2022-09-03 9:32 UTC (2+ messages)
[PATCH v2 0/2] Two further fixes for Fedora's spec file issues
2022-09-02 16:10 UTC (3+ messages)
` [PATCH v2 1/2] fedora: Add %dir entries for own SELinux policy directory and documentation
` [PATCH v2 2/2] fedora: Add selinux-policy Requires: tag
[PATCH 0/2] Two further fixes for Fedora's spec file issues
2022-09-02 15:58 UTC (8+ messages)
` [PATCH 1/2] fedora: Add %dir entries for own SELinux policy directory and documentation
` [PATCH 2/2] fedora: Add selinux-policy Requires: tag
[PATCH 00/11] Improve command dispatch in test scripts
2022-09-02 2:15 UTC (12+ messages)
` [PATCH 01/11] test: Correctly match "background" with "wait" commands
` [PATCH 02/11] test: Context execution helpers
` [PATCH 03/11] test: Allow a tmux pane to watch commands executed in contexts
` [PATCH 04/11] test: Integration of old-style pane execution and new context execution
` [PATCH 05/11] test: Issue host commands via context for most tests
` [PATCH 06/11] test: Use new-style contexts for passt pane in the pasta and passt tests
` [PATCH 07/11] test: Add nsholder utility
` [PATCH 08/11] test: Extend context system to run commands in namespace for pasta tests
` [PATCH 09/11] test: Use context system for guest commands
` [PATCH 10/11] test: Use context system for two_guests tests
` [PATCH 11/11] test: Use new-style command issue for passt_in_ns tests
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).