public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
 messages from 2022-07-30 20:19:43 to 2022-09-08 06:57:17 UTC [more...]

[PATCH v3 00/12] Improve handling of test temporary files
 2022-09-08  6:57 UTC  (2+ messages)
` [PATCH v3 01/12] test: Group tests by context then protocol, rather than the reverse

[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 v2 00/10] Clean up handling of userns
 2022-09-08  3:59 UTC  (11+ 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 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 00/11] Improve command dispatch in test scripts
 2022-09-08  1:49 UTC  (12+ 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 v2 0/4] Cleanups to performance tests
 2022-09-07 19:35 UTC  (10+ messages)
` [PATCH v2 1/4] gitignore pidfiles other than passt.pid
` [PATCH v2 2/4] test: Combine iperf3c and iperf3s into a single DSL command
` [PATCH v2 3/4] test: Parameterize run time for throughput performance tests
` [PATCH v2 4/4] test: Rewrite test_iperf3

[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] 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

[PATCH 0/4] Cleanups to performance tests
 2022-09-01 13:08 UTC  (5+ messages)
` [PATCH 1/4] gitignore pidfiles other than passt.pid
` [PATCH 2/4] test: Combine iperf3c and iperf3s into a single DSL command
` [PATCH 3/4] test: Parameterize run time for throughput performance tests
` [PATCH 4/4] test: Rewrite test_iperf3

[PATCH 0/8] Allow pasta to take a command to spawn instead of shell
 2022-09-01 10:07 UTC  (18+ messages)
` [PATCH 1/8] conf: Make the argument to --pcap option mandatory
` [PATCH 2/8] conf: Use "-D none" and "-S none" instead of missing empty option arguments
` [PATCH 3/8] Correct manpage for --userns
` [PATCH 4/8] Remove --nsrun-dir option
` [PATCH 5/8] Move ENOENT error message into conf_ns_opt()
` [PATCH 6/8] More deterministic detection of whether argument is a PID, PATH or NAME
` [PATCH 7/8] Use explicit --netns option rather than multiplexing with PID
` [PATCH 8/8] Allow pasta to take a command to execute

[PATCH] test/README: Requirements for socket buffer sizes and hardware performance events
 2022-09-01  1:37 UTC  (2+ messages)

[PATCH] podman, slirp4netns.sh: Use --netns option on pasta's command line
 2022-08-30  1:22 UTC  (2+ messages)

[PATCH 0/7] Second batch of fixes reported during Fedora package review
 2022-08-30  1:20 UTC  (11+ messages)
` [PATCH 1/7] util: Drop any supplementary group before dropping privileges
` [PATCH 2/7] fedora: Adopt versioning guideline for snapshots
` [PATCH 3/7] fedora: Drop SPDX identifier from spec file
` [PATCH 4/7] fedora: Drop comment stating the spec file is an example file
` [PATCH 5/7] fedora: Define git_hash in spec file and reuse it
` [PATCH 6/7] fedora: Use full versioning for SELinux subpackage Requires: tag
` [PATCH 7/7] fedora: Pass explicit bindir, mandir, docdir, and drop OpenSUSE override

[PATCH] contrib: Rebase Podman patch to latest upstream
 2022-08-29 15:57 UTC 

[PATCH 0/3] Miscellaneous small fixes
 2022-08-24 20:21 UTC  (6+ messages)
` [PATCH 1/3] conf: Fix incorrect bounds checking for sock_path parameter
` [PATCH 2/3] gitignore README.plain.md
` [PATCH 3/3] Don't unnecessarily avoid CLOEXEC flags

[PATCH 00/10] passt test fixes, batch 6
 2022-08-21 20:23 UTC  (12+ messages)
` [PATCH 01/10] test: Convert distro tests to use socat instead of nc/ncat
` [PATCH 02/10] test: Split cppcheck and clang-tidy tests into different files
` [PATCH 03/10] test: Remove unused *_XTERM variables
` [PATCH 04/10] test: Ignore video processing temporary files
` [PATCH 05/10] test: Split setup/teardown functions for build and distro tests
` [PATCH 06/10] test: Only select a single interface or gateway in tests
` [PATCH 07/10] test: Rename slightly misleading "valgrind" tests
` [PATCH 08/10] test: Use shutdown test for pasta
` [PATCH 09/10] test: Log debugging output from test script
` [PATCH 10/10] test: Kill qemu by pidfile rather than ^C

[PATCH 00/12] Updates and fixes for documentation and Fedora package
 2022-08-18 20:22 UTC  (13+ messages)
` [PATCH 01/12] doc: Rewrite demo script
` [PATCH 02/12] README: Add link to Copr repositories
` [PATCH 03/12] Makefile: Ugly hack to get a "plain" Markdown version of README
` [PATCH 04/12] Makefile: Install demo.sh too, uninstall stuff under /usr/share
` [PATCH 05/12] fedora: Install "plain" README, instead of web version, and demo script
` [PATCH 06/12] fedora: Introduce own rpkg macro for changelog
` [PATCH 07/12] fedora: Start Release tag from 1, not 0
` [PATCH 08/12] fedora: Drop VCS tag from spec file
` [PATCH 09/12] fedora: Change source URL to HEAD link with explicit commit SHA
` [PATCH 10/12] fedora: Build SELinux subpackage as noarch
` [PATCH 11/12] fedora: Don't hardcode CFLAGS setting, use %set_build_flags macro instead
` [PATCH 12/12] fedora: Fix man pages wildcards in spec file

[PATCH] Makefile: Ugly hack to get a "plain" Markdown version of README
 2022-08-09 23:23 UTC 

[PATCH] README: Add link to Copr repositories
 2022-08-09 23:23 UTC 

[PATCH] doc: Rewrite demo script
 2022-08-09 23:23 UTC 

[PATCH] contrib, test: Rebase Podman patch, enable three-way merge on git am in demo
 2022-08-01 10:47 UTC 

[PATCH 6/7] Separate IPv4 and IPv6 configuration
 2022-08-01 10:24 UTC  (2+ messages)

[PATCH 5/7] Clarify semantics of c->v4 and c->v6 variables
 2022-08-01 10:24 UTC  (2+ messages)

[PATCH 2/7] Separately locate external interfaces for IPv4 and IPv6
 2022-08-01 10:23 UTC  (2+ messages)

[PATCH] passt.1: Default host interfaces are now selected based on IP version
 2022-07-30 20:19 UTC 


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