public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
 messages from 2022-07-13 06:18:35 to 2022-09-08 01:49:11 UTC [more...]

[PATCH v2 00/11] Improve command dispatch in test scripts
 2022-09-08  1:49 UTC  (3+ messages)
` [PATCH v2 01/11] test: Correctly match "background" with "wait" commands
` [PATCH v2 02/11] test: Context execution helpers

[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/12] Improve handling of test temporary files
 2022-09-07 13:03 UTC  (13+ 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 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 0/7] Improved selection of external interface and IP configuration
 2022-08-01 10:24 UTC  (11+ messages)
` [PATCH 1/7] Allow different external interfaces for IPv4 and IPv6 connectivity
` [PATCH 2/7] Separately locate external interfaces for IPv4 and IPv6
` [PATCH 3/7] Initialize host side MAC when in IPv6 only mode
` [PATCH 4/7] Move passt mac_guest init to be more symmetric with pasta
` [PATCH 5/7] Clarify semantics of c->v4 and c->v6 variables
` [PATCH 6/7] Separate IPv4 and IPv6 configuration
` [PATCH 7/7] Make substructures for IPv4 and IPv6 specific context information

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

[PATCH] test: Expand root partition of Debian sid amd64 and aarch64 images
 2022-07-30 18:54 UTC 

[PATCH] passt: Truncate PID file on open()
 2022-07-23  2:27 UTC  (2+ messages)

[PATCH 00/18] Test fixes, batch 5
 2022-07-21 12:13 UTC  (26+ messages)
` [PATCH 01/18] tests: Remove no longer needed /usr/bin/bash link
` [PATCH 02/18] tests: Let Fedora find dhclient-script in /usr/sbin
` [PATCH 03/18] tests: Add rudimentary debugging to dhclient-script
` [PATCH 04/18] tests: Add some extra dhclient support directories to mbuto.img
` [PATCH 05/18] tests: More robust parsing of resolv.conf for DHCP tests
` [PATCH 06/18] tests: Handle the case of a nameserver on host localhost
` [PATCH 07/18] tests: Correctly handle domain search list in dhclient-script
` [PATCH 08/18] tests: Fix detection of empty 'hout' responses in passt{,_in_ns} tests
` [PATCH 09/18] tests: Fix creation of test file in udp passt tests
` [PATCH 10/18] valgrind needs futex
` [PATCH 11/18] tests: Use socat instead of netcat
` [PATCH 12/18] tests: Remove unnecessary ^D in passt_in_ns teardown
` [PATCH 13/18] tests: Remove unnecessary truncation of temporary files in udp tests
` [PATCH 14/18] tests: Use dhclient --no-pid for namespaces in two_guests tests
` [PATCH 15/18] tests: Clean up better after iperf tests
` [PATCH 16/18] tests: No need to retrieve host ifname in ndp/pasta
` [PATCH 17/18] tests: Correct determination of host interface name in tests
` [PATCH 18/18] demo: Use git protocol downloads

[PATCH 0/7] Demo fixes and Podman patch rebase
 2022-07-21 12:06 UTC  (8+ messages)
` [PATCH 1/7] contrib: Rebase Podman patch to latest upstream
` [PATCH 2/7] test: In passt demo, bring up eth0 in guest, not in namespace pane
` [PATCH 3/7] test: In pasta demo, use pgrep instead of pstree to find namespace PID
` [PATCH 4/7] test: In pasta demo, issue /sbin/dhclient instead of dhclient
` [PATCH 5/7] test: Fix Podman build in Podman demo
` [PATCH 6/7] test: Actually use pasta in Podman demo step with HTTP service
` [PATCH 7/7] test: Drop further ^D in passt demo teardown

[PATCH] qrap: Add a neighbour solicitation to probe frames, instead of just ARP
 2022-07-20 16:25 UTC 

[PATCH] RFC: Remove unusable --netns-only option
 2022-07-20  8:00 UTC  (4+ messages)

[PATCH] passt: Allow exit_group() system call in seccomp profiles
 2022-07-14  3:08 UTC  (2+ messages)

[PATCH] arch, passt: Use executable link to form AVX2 binary path
 2022-07-14  3:07 UTC  (2+ messages)

[PATCH 00/15] Test fixes, batch 4
 2022-07-13 23:39 UTC  (2+ messages)

[PATCH 00/15] Test fixes, batch 4
 2022-07-13 10:19 UTC  (2+ messages)

[PATCH] conf: Allow to specify ranges and ports excluded from given ranges
 2022-07-13  6:18 UTC 

[PATCH] conf: Fix initialisation of IPv6 unicast and link-local addresses
 2022-07-13  6:18 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).