public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
 messages from 2022-06-28 19:06:44 to 2022-09-02 16:10:40 UTC [more...]

[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] conf: Fix getopt_long() optstring for current semantics of -D, -S, -p
 2022-09-02 14:55 UTC 

[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 v2 0/4] Cleanups to performance tests
 2022-09-02  2:04 UTC  (5+ 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 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  (24+ messages)
` [PATCH 01/15] test: Add external mbuto profile, drop udhcpc, and switch to it
` [PATCH 02/15] Handle the case of a DNS server on localhost
` [PATCH 03/15] tests: qemu-system-ppc64le isn't a thing
` [PATCH 04/15] Invoke specific qemu-system-* binaries
` [PATCH 05/15] tests: Introduce makefile for building test assets
` [PATCH 06/15] tests: Move mbuto download and execution to asset build
` [PATCH 07/15] tests: Search multiple places for aarch64 EDK2 bios image
` [PATCH 08/15] Clean up passt.pid file
` [PATCH 09/15] tests: Remove unused set_mode() function
` [PATCH 10/15] tests: Remove not-very-useful "req" directive
` [PATCH 11/15] tests: Don't automatically traverse directories of test files
` [PATCH 12/15] tests: Explicitly list test files in test/run, remove "onlyfor" support
` [PATCH 13/15] tests: Move distro image download to asset build makefile
` [PATCH 14/15] tests: Prepare distro images during asset build phase
` [PATCH 15/15] tests: Remove unused DNS6 calculation from fedora tests

[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 

[PATCH] util: Fix debug print on failed SO_REUSEADDR setting in sock_l4()
 2022-07-13  6:18 UTC 

[PATCH] test: Embed script for dhclient(8) in mbuto(1) profile
 2022-07-07 14:48 UTC 

[PATCH] Fix parsing of LINKS
 2022-07-06 17:50 UTC  (2+ messages)

[PATCH v2 0/4] New line reading implementation
 2022-07-06 17:46 UTC  (2+ messages)

[PATCH] qrap: Don't rely on errno after perror(), and reset it before usage
 2022-07-06  6:13 UTC 

[PATCH v2] test: Add external mbuto profile, drop udhcpc, and switch to it
 2022-07-06  6:13 UTC 

[PATCH] mbuto: Fix for kernel modules with additional extensions in filename
 2022-07-06  6:04 UTC  (2+ messages)

More mbuto pain
 2022-07-05 17:56 UTC  (2+ messages)

[PATCH] test: Add external mbuto profile, drop udhcpc, and switch to it
 2022-07-02  6:31 UTC  (3+ messages)

More mbuto pain
 2022-06-28 19:06 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).