From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by passt.top (Postfix) with ESMTP id 4536F5A0271 for ; Wed, 23 Aug 2023 23:27:28 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1692826046; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=XlsCpbkC+iU9LZeMKMnMJttCGRNFDaLOCHUDvWiGBOY=; b=gLVIYZnyAMef+HUME7zmBMtjpgaWQizp4E4e3uPaZjyyd3RKc5aADA5FAXXFmfvvbS/3V4 Z9B6pE2WiwSFqLZxnrEk/JDhdqXMECl62sW13ZKDZ6i6H8UDMu9ZTmGMYn9fLsiq50Fa7r e/YkTHCC7dgOcbQ4FerBjREOHMToPc0= Received: from mimecast-mx02.redhat.com (66.187.233.73 [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-549-4rVF1A-BMAiZShpQq1JaaQ-1; Wed, 23 Aug 2023 17:27:22 -0400 X-MC-Unique: 4rVF1A-BMAiZShpQq1JaaQ-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.rdu2.redhat.com [10.11.54.8]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id CFAD11C06EE4; Wed, 23 Aug 2023 21:27:21 +0000 (UTC) Received: from elisabeth (unknown [10.39.208.21]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 255EAC15BAE; Wed, 23 Aug 2023 21:27:20 +0000 (UTC) Date: Wed, 23 Aug 2023 23:27:19 +0200 From: Stefano Brivio To: passt-user@passt.top Subject: passt: new version 2023_08_23.a7e4bfb available Message-ID: <20230823232719.48f59852@elisabeth> Organization: Red Hat MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.8 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-ID-Hash: CDXFSLSARDTBZ6UY7VTNOEBOO2Z2JIBF X-Message-ID-Hash: CDXFSLSARDTBZ6UY7VTNOEBOO2Z2JIBF X-MailFrom: sbrivio@redhat.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header CC: passt-dev@passt.top X-Mailman-Version: 3.3.8 Precedence: list List-Id: Development discussion and patches for passt Archived-At: Archived-At: List-Archive: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: The new version with tag 2023_08_23.a7e4bfb includes the following changes: a7e4bfb pasta: Strip RTA_PREFSRC when copying routes to the namespace 5e4f7b9 netlink: Set IFA_ADDRESS, not just IFA_LOCAL, while adding IPv4 addresses 69303ca tcp: Remove broken pressure calculations for tcp_defer_handler() eb8fbdb inany: Add missing double include guard to inany.h b60fa33 tcp: Move in_epoll flag out of common connection structure 955dd32 tcp, udp: Don't pre-fill IPv4 destination address in headers 5bf200a tcp, udp: Don't include destination address in partially precomputed csums 8aa3200 tcp: Consistent usage of ports in tcp_seq_init() bccfbff tcp: More precise terms for addresses and ports cee4a2d tap: Pass source address to protocol handler functions 673bde1 tap: Don't clobber source address in tap6_handler() https://passt.top/passt/log/?qt=range&q=2023_08_18.0af928e..2023_08_23.a7e4bfb Packages: - Arch Linux: https://www.archlinux.org/packages/extra/x86_64/passt/ https://archlinuxarm.org/packages/aarch64/passt https://archlinuxarm.org/packages/armv7h/passt - Debian tracker: https://tracker.debian.org/pkg/passt - Copr (CentOS Stream, EPEL, Fedora, Mageia, openSUSE): https://copr.fedorainfracloud.org/coprs/sbrivio/passt/build/6338167/ permanent mirror: https://passt.top/builds/copr/0^20230823.ga7e4bfb/ - Fedora updates: https://bodhi.fedoraproject.org/updates/?packages=passt - Ubuntu tracker: https://packages.ubuntu.com/lunar/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-ga7e4bfb-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_0a7e4bfb-1_all.deb -- Stefano