public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
 messages from 2021-11-15 14:21:29 to 2022-05-19 14:38:43 UTC [more...]

[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

Bugzilla complains about invalid content-type
 2022-05-19  0:04 UTC  (3+ messages)

[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  (17+ messages)
` [PATCH 01/16] treewide: Invalid type in argument to printf format specifier, CWE-686
` [PATCH 02/16] passt: Ignoring number of bytes read, CWE-252
` [PATCH 03/16] tcp: False "Untrusted loop bound" positive, CWE-606
` [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

[PATCH 00/24] Boundary-checked "packets", TCP timerfd timeouts, assorted fixes
 2022-03-25 22:53 UTC  (25+ messages)
` [PATCH 01/24] conf, util, tap: Implement --trace option for extra verbose logging
` [PATCH 02/24] pcap: Fix mistake in printed string
` [PATCH 03/24] util: Drop CHECK_SET_MIN_MAX{,_PROTO_FD} macros
` [PATCH 04/24] util: Use standard int types
` [PATCH 05/24] tcp: Refactor to use events instead of states, split out spliced implementation
` [PATCH 06/24] test/lib/video: Fill in href attributes of video shortcuts
` [PATCH 07/24] udp: Drop _splice from recv, send, sendto static buffer names
` [PATCH 08/24] udp: Split buffer queueing/writing parts of udp_sock_handler()
` [PATCH 09/24] dhcpv6, tap, tcp: Use IN6_ARE_ADDR_EQUAL instead of open-coded memcmp()
` [PATCH 10/24] udp: Use flags for local, loopback, and configured unicast binds
` [PATCH 11/24] Makefile: Enable a few hardening flags
` [PATCH 12/24] test: Add asciinema(1) as requirement for CI in README
` [PATCH 13/24] test, seccomp, Makefile: Switch to valgrind runs for passt functional tests
` [PATCH 14/24] tcp, udp, util: Enforce 24-bit limit on socket numbers
` [PATCH 15/24] tcp: Rework timers to use timerfd instead of periodic bitmap scan
` [PATCH 16/24] tcp_splice: Close sockets right away on high number of open files
` [PATCH 17/24] test/perf: Work-around for virtio_net hang before long streams from guest
` [PATCH 18/24] README: Avoid "here" links
` [PATCH 19/24] README: Update Interfaces and Availability sections
` [PATCH 20/24] tcp: Fit struct tcp_conn into a single 64-byte cacheline
` [PATCH 21/24] dhcp: Minimum option length implied by RFC 951 is 60 bytes, not 62
` [PATCH 22/24] tcp, tcp_splice: Use less awkward syntax to swap in/out sockets from pools
` [PATCH 23/24] util: Fix function declaration style of write_pidfile()
` [PATCH 24/24] treewide: Packet abstraction with mandatory boundary checks

[PATCH] test/lib/setup: Unshare PID namespace in pasta_setup()
 2022-03-02  9:28 UTC 

[PATCH] arp, dhcp: Fix strict aliasing warnings reported by gcc 4.9 with -Ofast
 2022-02-28 21:19 UTC 

[PATCH v2] passt, pasta: Run-time selection of AVX2 build
 2022-02-28 15:48 UTC 

[PATCH] passt, pasta: Run-time selection of AVX2 build
 2022-02-28 15:42 UTC 

[PATCH] test/distro/opensuse: Add Tumbleweed armv7l test
 2022-02-28 15:42 UTC 

[PATCH] test/lib/term: Don't run demo when started as ./run
 2022-02-28 15:42 UTC 

[PATCH] seccomp, tcp: Add fcntl64 to pasta syscalls for armv6l, armv7l
 2022-02-28 15:42 UTC 

[PATCH] hooks/pre-push: Keep original cast on gzip, fix uploading with dash
 2022-02-28 15:42 UTC 

[PATCH] demo/pasta: Exit namespace in 'ns' pane before restarting pasta
 2022-02-28 15:42 UTC 

[PATCH 0/7] Fixes for armv6l, armv7l, and warnings on some gcc flags
 2022-02-26 22:56 UTC  (8+ messages)
` [PATCH 1/7] passt: Explicitly check return value of chdir()
` [PATCH 2/7] udp: Explicitly initialise sin6_scope_id and sin_zero in sockaddr_in{,6}
` [PATCH 3/7] seccomp.sh: Handle syscall number defines in the (x + y) form
` [PATCH 4/7] tap: Cast ETH_MAX_MTU to signed in comparisons
` [PATCH 5/7] Makefile: Fix up AUDIT_ARCH for armv6l, armv7l
` [PATCH 6/7] passt: Don't warn on failed madvise()
` [PATCH 7/7] seccomp: Adjust list of allowed syscalls for armv6l, armv7l

[PATCH 1/2] passt.1: Drop duplicate --dns section
 2022-02-25 21:36 UTC  (2+ messages)
` [PATCH 2/2] hooks: Uploaded compressed .cast files too

[PATCH 1/3] test: Fix name of CI asciinema player in perf links handler
 2022-02-23 10:04 UTC  (3+ messages)
` [PATCH 2/3] netlink: Avoid left-over bytes in request on MTU configuration
` [PATCH 3/3] conf, ndp: Disable router advertisements on --config-net

[PATCH] passt: Drop PASST_LEGACY_NO_OPTIONS sections
 2022-02-22 17:43 UTC 

[PATCH] demo, ci: Switch to asciinema(1) for terminal recordings
 2022-02-22 17:33 UTC 

[PATCH 00/18] slirp4netns, sandboxing, Podman integration, assorted fixes
 2022-02-22  9:07 UTC  (20+ messages)
` [PATCH 01/18] slirp4netns: Look up pasta command, exit if not found
` [PATCH 02/18] slirp4netns: Add EXIT as condition for trap
` [PATCH 03/18] passt, pasta: Namespace-based sandboxing, defer seccomp policy application
` [PATCH 04/18] passt: Make process not dumpable after sandboxing
` [PATCH 05/18] Makefile, conf, passt: Drop passt4netns references, explicit argc check
` [PATCH 06/18] slirp4netns.sh: Implement API socket option for port forwarding
` [PATCH 07/18] conf: Don't print configuration on --quiet
` [PATCH 08/18] conf: Given IPv4 address and no netmask, assign RFC 790-style classes
` [PATCH 09/18] conf, udp: Introduce basic DNS forwarding
` [PATCH 10/18] udp: Allow loopback connections from host using configured unicast address
` [PATCH 11/18] tcp, udp: Receive batching doesn't pay off when writing single frames to tap
` [PATCH 12/18] pasta: By default, quit if filesystem-bound net namespace goes away
` [PATCH 13/18] test/distro/ubuntu: Use DEBIAN_FRONTEND=noninteractive for apt on 22.04
` [PATCH 14/18] test/perf/passt_udp: Drop threshold for 256B test
` [PATCH 15/18] man page: Update REPORTING BUGS section
` [PATCH 16/18] README, hooks: Build HTML man page on push, add a link
` [PATCH 17/18] contrib: Add patch for Podman integration
` [PATCH 18/18] test: Add demo for Podman with pasta

[PATCH] test/perf/passt_tcp: Drop iperf3 window size for host-to-guest tests
 2022-02-01 21:14 UTC 

[PATCH] util: Avoid return of possibly truncated unsigned long in bitmap_isset()
 2022-02-01  6:49 UTC 

pending series merged and pushed
 2022-01-31 23:20 UTC 

[PATCH] test/distro/ubuntu: Skip apt-get update for 16.04 on powerpc
 2022-01-31 15:00 UTC 

[PATCH] test/distro: Avoid race between display of ns_msg and netcat exiting
 2022-01-31 15:00 UTC 

[PATCH] passt: Address new clang-tidy warnings from LLVM 13.0.1
 2022-01-31 14:58 UTC 

[PATCH 0/4] Proof-of-concept for Kata Containers integration
 2022-01-28 18:34 UTC  (5+ messages)
` [PATCH 1/4] passt, tap: Daemonise once socket is ready without waiting for connection
` [PATCH 2/4] qemu: Rebase patch for UNIX domain socket support to latest upstream
` [PATCH 3/4] libvirt, qemu: Move patches to new directory, contrib
` [PATCH 4/4] contrib: Introduce PoC for Kata Containers with user-mode networking

[PATCH 0/4] Tests for multiple architectures and distributions
 2022-01-28 18:34 UTC  (5+ messages)
` [PATCH 1/4] test/lib/term: Allow for a wider variety of prompt characters in pane_wait()
` [PATCH 2/4] test/lib/test: Introduce 'def' directive for frequently used patterns
` [PATCH 3/4] test: Add distribution tests for several architectures and kernel versions
` [PATCH 4/4] test: Add basic documentation about test suite, and cool-retro-term profile

[PATCH 00/22] Fixes for non-x86_64, older kernels/glibc, and some more
 2022-01-28 18:33 UTC  (23+ messages)
` [PATCH 01/22] tcp: Cover all usages of tcpi_snd_wnd with HAS_SND_WND
` [PATCH 02/22] tap, tcp: Fix two comparisons with different signedness reported by gcc 7
` [PATCH 03/22] passt: Drop <linux/ipv6.h> include, carry own ipv6hdr and opt_hdr definitions
` [PATCH 04/22] Makefile, seccomp: Fix build for i386, ppc64, ppc64le
` [PATCH 05/22] util: Fall-back definitions for SECCOMP_RET_KILL_PROCESS, ETH_{MAX,MIN}_MTU
` [PATCH 06/22] seccomp: Introduce mechanism to allow per-arch syscalls
` [PATCH 07/22] tcp, netlink, HAS{BYTES_ACKED,MIN_RTT,GETRANDOM} and NETLINK_GET_STRICT_CHK
` [PATCH 08/22] conf, pasta: Explicitly pass CLONE_{NEWUSER,NEWNET} to setns()
` [PATCH 09/22] tcp, udp, util: Fixes for bitmap handling on big-endian, casts
` [PATCH 10/22] netlink: Fix swapped v4/v6-only flags in external interface detection
` [PATCH 11/22] pasta: Check for zero d_reclen returned by getdents64() syscall
` [PATCH 12/22] tcp: Don't round down MSS to >= 64KiB page size, but clamp it in any case
` [PATCH 13/22] seccomp: Add a number of alternate and per-arch syscalls
` [PATCH 14/22] demo/pasta: Don't wait for pasta to return to a prompt
` [PATCH 15/22] test/two_guests: Drop stray spaces after sleep directives
` [PATCH 16/22] perf/passt_udp: Lower failure throughput thresholds with big MTUs
` [PATCH 17/22] test/lib/setup: Don't rely on IFS to properly separate qemu arguments
` [PATCH 18/22] test/lib/video: Drop -preset ultrafast from ffmpeg arguments
` [PATCH 19/22] hooks/pre-push: Delete old versions, add -DGLIBC_NO_STATIC_NSS, disable legacy builds
` [PATCH 20/22] conf: Fix support for --stderr as short option (-e)
` [PATCH 21/22] README: Fix anchor for Performance section
` [PATCH 22/22] README: Fix link to IGMP/MLD proxy ticket

I'm off this week
 2021-11-29 11:22 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).