public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
 messages from 2022-04-05 17:05:02 to 2022-07-22 05:31:12 UTC [more...]

[PATCH 0/7] Improved selection of external interface and IP configuration
 2022-07-22  5:31 UTC  (2+ messages)
` [PATCH 1/7] Allow different external interfaces for IPv4 and IPv6 connectivity

[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  (8+ messages)
` [PATCH v2 1/4] Add cleaner line-by-line reading primitives
` [PATCH v2 2/4] Parse resolv.conf with new lineread implementation
` [PATCH v2 3/4] Use new lineread implementation for procfs_scan_listen()
` [PATCH v2 4/4] Remove unused line_read()

[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  (4+ messages)

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

[PATCH 0/5] Test fixes, batch 3
 2022-06-28  5:25 UTC  (7+ messages)
` [PATCH 1/5] tests: qemu-system-ppc64le isn't a thing
` [PATCH 2/5] Invoke specific qemu-system-* binaries
` [PATCH 3/5] tests: Cache downloaded guest images
` [PATCH 4/5] Handle the case of a DNS server on localhost
` [PATCH 5/5] tests: Try multiple paths for aarch64 EDK2 bios image

[PATCH 0/4] New line reading implementation
 2022-06-24  2:12 UTC  (7+ messages)
` [PATCH 1/4] Add cleaner line-by-line reading primitives
` [PATCH 2/4] Parse resolv.conf with new lineread implementation
` [PATCH 3/4] Use new lineread implementation for procfs_scan_listen()
` [PATCH 4/4] Remove unused line_read()

Weird timeout issue with passt
 2022-06-23  9:32 UTC  (2+ messages)

[PATCH 0/6] Assorted makefile cleanups
 2022-06-20  7:44 UTC  (12+ messages)
` [PATCH 1/6] Makefile: Avoid using wildcard sources
` [PATCH 2/6] Makefile: Use $(BIN) and $(MANPAGES) variable to simplify several targets
` [PATCH 3/6] Makefile: Simplify pasta* targets with a pattern rule
` [PATCH 4/6] Makefile: Tweak $(RM) usage
` [PATCH 5/6] Makefile: Don't create extraneous -.s file
` [PATCH 6/6] Makefile: Spell prefix as PREFIX

[PATCH 0/5] More test fixes for Fedora host
 2022-06-18  7:03 UTC  (12+ messages)
` [PATCH 1/5] tests: Use more explicit netcat options for distro/fedora tests
` [PATCH 2/5] Don't abbreviate ip(8) arguments in examples and tests
` [PATCH 3/5] Tweak dhclient arguments for readability
` [PATCH 4/5] Use dhclient instead of udhcpc
` [PATCH 5/5] tests: Use nmap-ncat instead of openbsd netcat for pasta tests

[PATCH] tap: Add informational messages for UNIX domain socket connections
 2022-06-17  3:17 UTC  (2+ messages)

[PATCH] conf: In conf_runas(), on static builds, group information is also unused
 2022-06-16 13:10 UTC 

[PATCH] qrap: Add probe retry on connection reset from passt for KubeVirt integration
 2022-06-16 13:10 UTC 

passt & mbuto
 2022-06-16  6:51 UTC  (5+ messages)

[PATCH] Makefile: Suppress unusedStructMember Cppcheck warning in dhcp.c
 2022-06-14 12:15 UTC 

Bugzilla complains about invalid content-type
 2022-06-09 19:36 UTC  (4+ messages)

[PATCH] tcp: Work around gcc 12 bogus warning in tcp_rtt_dst_check()
 2022-05-25 11:31 UTC  (3+ messages)

[PATCH] conf: Fix one Coverity CID 258163 warning, work around another one
 2022-05-24  9:05 UTC  (2+ messages)

[PATCH v3] udp: Ignore bogus -Wstringop-overread for write() from gcc 12.1
 2022-05-19 14:38 UTC 

[PATCH v2] conf: Add --runas option, changing to given UID and GID if started as root
 2022-05-19 14:38 UTC 

[PATCH v2] udp: Ignore bogus -Wstringop-overread for write() from gcc 12.1
 2022-05-19 14:08 UTC 

[PATCH v2] conf: Add --runas option, changing to given UID and GID if started as root
 2022-05-19 13:22 UTC 

[PATCH] udp: Ignore bogus -Wstringop-overread for write() from gcc 12.1
 2022-05-19 11:32 UTC 

[PATCH] qrap.1: Clarify it takes a qemu command, not a path
 2022-05-19  4:14 UTC  (2+ messages)

[PATCH] Add basic .gitignore files
 2022-05-19  4:13 UTC  (2+ messages)

[PATCH] conf: Add --runas option, changing to given UID and GID if started as root
 2022-05-19  3:53 UTC  (2+ messages)

[PATCH 0/3] tests: A few fixes for demos
 2022-05-19  3:49 UTC  (7+ messages)
` [PATCH 1/3] demo/pasta: Fix bad sleep directive
` [PATCH 2/3] tests: Don't count number of test units for demos
` [PATCH 3/3] tests: Don't check exit code for every command in demo mode

[PATCH 00/12] Tests fixes and clean-ups
 2022-05-18  5:40 UTC  (15+ messages)
` [PATCH 01/12] tests: Update mbuto git URLs
` [PATCH 02/12] tests: Remove unused XVFB variable
` [PATCH 03/12] tests: Add some debugging output for the test scripts themselves
` [PATCH 04/12] tests: Don't use tmux update-environment
` [PATCH 05/12] tests: Don't globally set tmux default-shell
` [PATCH 06/12] tests: Improve control character filtering in pane_parse
` [PATCH 07/12] tests: Don't ignore errors during script
` [PATCH 08/12] tests: Add pane_status command to check for success of issued commands
` [PATCH 09/12] tests: Simplify *tools commands using pane_status
` [PATCH 10/12] tests: Simplify explicit checks for command success
` [PATCH 11/12] test/perf/pasta_udp: Drop redundant assignment of ::1 to loopback interface
` [PATCH 12/12] test/run: Return 0 from run(), exit value already reflects failures

[PATCH 00/16] Fix issues reported by Coverity
 2022-04-05 17:05 UTC  (14+ messages)
` [PATCH 04/16] treewide: Unchecked return value from library, CWE-252
` [PATCH 05/16] tap: Resource leak, CWE-404
` [PATCH 06/16] conf, packet: Operands don't affect result, CWE-569
` [PATCH 07/16] passt: Improper use of negative value (CWE-394)
` [PATCH 08/16] treewide: Argument cannot be negative, CWE-687
` [PATCH 09/16] conf: False "Assign instead of compare" positive, CWE-481
` [PATCH 10/16] conf, tap: False "Buffer not null terminated" positives, CWE-170
` [PATCH 11/16] tcp: Dereference null return value, CWE-476
` [PATCH 12/16] tcp_splice: Logically dead code, CWE-561
` [PATCH 13/16] tcp, tcp_splice: False "Negative array index read" positives, CWE-129
` [PATCH 14/16] tcp: False "Out-of-bounds read" positive, CWE-125
` [PATCH 15/16] udp: Out-of-bounds read, CWE-125 in udp_timer()
` [PATCH 16/16] arch: Pointer to local outside scope, CWE-562


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