public inbox for passt-user@passt.top
 help / color / mirror / Atom feed
From: Stefano Brivio <sbrivio@redhat.com>
To: passt-user@passt.top
Cc: passt-dev@passt.top
Subject: passt: new version 2024_10_30.ee7d0b6 available
Date: Wed, 30 Oct 2024 14:11:28 +0100	[thread overview]
Message-ID: <20241030141128.2c6b2557@elisabeth> (raw)

The new version with tag 2024_10_30.ee7d0b6 includes the following changes:

    ee7d0b6 util: Don't use errno after a successful call in __daemon()
    b1a607f udp: Take care of cert-int09-c clang-tidy warning for enum udp_iov_idx
    099ace6 treewide: Address cert-err33-c clang-tidy warnings for clock and timer functions
    59fe34e treewide: Suppress clang-tidy warning if we already use O_CLOEXEC
    134b4d5 Makefile: Disable readability-math-missing-parentheses clang-tidy check
    7442478 treewide: Silence cert-err33-c clang-tidy warnings for fprintf()
    98efe7c treewide: Comply with CERT C rule ERR33-C for snprintf()
    988a4d7 Makefile: Exclude qrap.c from clang-tidy checks
    ba38e67 tcp: unify l2 TCPv4 and TCPv6 queues and structures
    2053c36 tcp: set ip and eth headers in l2 tap queues on the fly
    5563d5f test: remove obsolete images
    f43f7d5 tcp: cleanup tcp_buf_data_from_sock()
    e7fcd0c tcp: Use runtime tests for TCP_INFO fields
    8114381 tcp: Generalise probing for tcpi_snd_wnd field
    13f0291 tcp: Remove compile-time dependency on struct tcp_info version
    9e4615b tcp_splice: fcntl(2) returns the size of the pipe, if F_SETPIPE_SZ succeeds
    149f457 tcp_splice: splice() all we have to the writing side, not what we just read
    9e5df35 tcp: Use structures to construct initial TCP options
    b4dace8 fwd: Direct inbound spliced forwards to the guest's external address
    58e6d68 test: Clarify test for spliced inbound transfers
    1fa4211 passt.1: Clarify and update "Handling of local addresses" section
    ef8a516 passt.1: Mark --stderr as deprecated more prominently
    53176ca test: Wait for DAD on DHCPv6 addresses
    75b9c0f test: Explicitly wait for DAD to complete on SLAAC addresses
    f9d677b arp: Fix a handful of small warts
    2d7f734 tcp: Send "empty" handshake ACK before first data segment
    7612cb8 test: Pass TRACE from run_term() into ./run from_term
    b40880c test/lib/term: Always use printf for messages with escape sequences
    ff63ac9 conf: Add --dns-host option to configure host side nameserver
    9d66df9 conf: Add command line switch to enable IP_FREEBIND socket option
    151dbe0 udp: Update UDP checksum using an iovec array
    3d484aa tcp: Update TCP checksum using an iovec array
    e6548c6 checksum: Add an offset argument in csum_iov()
    fd8334b pcap: Add an offset argument in pcap_iov()
    72e7d30 tcp: Use tcp_payload_t rather than tcphdr
    def8acd test: Kernel binary can now be passed via the KERNEL environmental variable
    b55013b inany: Add inany_pton() helper
    cbde419 tcp, udp: Make {tcp,udp}_sock_init() take an inany address
    b8d4fac util, pif: Replace sock_l4() with pif_sock_l4()
    204e77c udp: Don't attempt to get dual-stack sockets in nonsensical cases
    8f8c4d2 tcp: Allow checksum to be disabled
    4fe5f4e udp: Allow checksum to be disabled
    d836d9e util: Remove possible quadratic behaviour from write_remainder()
    bfc294b util: Add helper to write() all of a buffer
    bb41901 tcp: Make tcp_update_seqack_wnd()s force_seq parameter explicitly boolean
    265b209 tcp: Simplify ifdef logic in tcp_update_seqack_wnd()
    4aff6f9 tcp: Clean up tcpi_snd_wnd probing
    7d8804b tcp: Make some extra functions private
    5ff5d55 tcp: Avoid overlapping memcpy() in DUP_ACK handling
    1f414ed tcp: Remove redundant initialisation of iov[TCP_IOV_ETH].iov_base

    https://passt.top/passt/log/?qt=range&q=2024_09_06.6b38f07..2024_10_30.ee7d0b6

Packages:

- Alpine Linux:
  https://pkgs.alpinelinux.org/packages?name=passt

- Arch Linux:
  https://www.archlinux.org/packages/extra/x86_64/passt/
  https://archlinuxarm.org/packages/aarch64/passt
  https://archlinuxarm.org/packages/armv7h/passt

- Chimera:
  https://pkgs.chimera-linux.org/packages?name=passt

- Clear Linux:
  https://github.com/clearlinux-pkgs/passt/

- Debian tracker:
  https://tracker.debian.org/pkg/passt

- Copr (CentOS Stream, EPEL, Fedora, Mageia):
  https://copr.fedorainfracloud.org/coprs/sbrivio/passt/build/8189610/
  permanent mirror: https://passt.top/builds/copr/0^20241030.gee7d0b6/

- Fedora updates:
  https://bodhi.fedoraproject.org/updates/?packages=passt

- Gentoo versions:
  https://packages.gentoo.org/packages/net-misc/passt

- GNU Guix:
  https://packages.guix.gnu.org/packages/passt/

- Homebrew:
  https://formulae.brew.sh/formula/passt

- NixOS:
  https://github.com/NixOS/nixpkgs/tree/nixos-unstable/pkgs/by-name/pa/passt

- openSUSE:
  https://software.opensuse.org/package/passt

- PLD Linux:
  https://git.pld-linux.org/cgi-bin/gitweb.cgi?p=packages/passt.git

- Solus:
  https://github.com/getsolus/packages/tree/main/packages/p/passt

- Ubuntu tracker:
  https://launchpad.net/ubuntu/+source/passt

- Void Linux:
  https://voidlinux.org/packages/?q=passt

- Static builds:
  - Package for other RPM-based distributions, x86_64 only:
    https://passt.top/builds/latest/x86_64/passt-gee7d0b6-1.x86_64.rpm

  - x86_64 static binaries:
    https://passt.top/builds/latest/x86_64/

  - Debian package, from x86_64 static build:
    https://passt.top/builds/latest/x86_64/passt_0ee7d0b6-1_all.deb

-- 
Stefano


                 reply	other threads:[~2024-10-30 13:11 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20241030141128.2c6b2557@elisabeth \
    --to=sbrivio@redhat.com \
    --cc=passt-dev@passt.top \
    --cc=passt-user@passt.top \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).