From patchwork Sun Oct 13 09:27:38 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vladislav Odintsov X-Patchwork-Id: 1996496 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=k2.cloud header.i=@k2.cloud header.a=rsa-sha256 header.s=cloudmail header.b=f7wLM+8B; dkim-atps=neutral Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=openvswitch.org (client-ip=2605:bc80:3010::137; helo=smtp4.osuosl.org; envelope-from=ovs-dev-bounces@openvswitch.org; receiver=patchwork.ozlabs.org) Received: from smtp4.osuosl.org (smtp4.osuosl.org [IPv6:2605:bc80:3010::137]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4XRFRq0GNWz1xvC for ; Sun, 13 Oct 2024 20:29:10 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by smtp4.osuosl.org (Postfix) with ESMTP id 9B92A407DB; Sun, 13 Oct 2024 09:29:08 +0000 (UTC) X-Virus-Scanned: amavis at osuosl.org Received: from smtp4.osuosl.org ([127.0.0.1]) by localhost (smtp4.osuosl.org [127.0.0.1]) (amavis, port 10024) with ESMTP id HRcxTBzgb3MF; Sun, 13 Oct 2024 09:29:07 +0000 (UTC) X-Comment: SPF check N/A for local connections - client-ip=140.211.9.56; helo=lists.linuxfoundation.org; envelope-from=ovs-dev-bounces@openvswitch.org; receiver= DKIM-Filter: OpenDKIM Filter v2.11.0 smtp4.osuosl.org 58B2B406B8 Authentication-Results: smtp4.osuosl.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=k2.cloud header.i=@k2.cloud header.a=rsa-sha256 header.s=cloudmail header.b=f7wLM+8B Received: from lists.linuxfoundation.org (lf-lists.osuosl.org [140.211.9.56]) by smtp4.osuosl.org (Postfix) with ESMTPS id 58B2B406B8; Sun, 13 Oct 2024 09:29:07 +0000 (UTC) Received: from lf-lists.osuosl.org (localhost [127.0.0.1]) by lists.linuxfoundation.org (Postfix) with ESMTP id 2599FC08A6; Sun, 13 Oct 2024 09:29:07 +0000 (UTC) X-Original-To: dev@openvswitch.org Delivered-To: ovs-dev@lists.linuxfoundation.org Received: from smtp4.osuosl.org (smtp4.osuosl.org [IPv6:2605:bc80:3010::137]) by lists.linuxfoundation.org (Postfix) with ESMTP id 31A58C08A3 for ; Sun, 13 Oct 2024 09:29:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp4.osuosl.org (Postfix) with ESMTP id 0B461406BE for ; Sun, 13 Oct 2024 09:29:06 +0000 (UTC) X-Virus-Scanned: amavis at osuosl.org Received: from smtp4.osuosl.org ([127.0.0.1]) by localhost (smtp4.osuosl.org [127.0.0.1]) (amavis, port 10024) with ESMTP id QDTy-c2GuqFY for ; Sun, 13 Oct 2024 09:29:05 +0000 (UTC) Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=109.73.14.252; helo=mail1.k2.cloud; envelope-from=vlodintsov@k2.cloud; receiver= DMARC-Filter: OpenDMARC Filter v1.4.2 smtp4.osuosl.org E1614406B8 Authentication-Results: smtp4.osuosl.org; dmarc=pass (p=none dis=none) header.from=k2.cloud DKIM-Filter: OpenDKIM Filter v2.11.0 smtp4.osuosl.org E1614406B8 Received: from mail1.k2.cloud (mail1.k2.cloud [109.73.14.252]) by smtp4.osuosl.org (Postfix) with ESMTPS id E1614406B8 for ; Sun, 13 Oct 2024 09:29:03 +0000 (UTC) From: Vladislav Odintsov DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=k2.cloud; s=cloudmail; t=1728811740; bh=n4hpd3B3xp902X5IAWSREl0ft3GddynCvLdzUSyGZVc=; h=From:To:Cc:Subject:Date; b=f7wLM+8B1hzo2P9elqSy2NQAVI7BkO5oiRR0wFKAp9zGt2WikuydRCVkvrMiyV/pI DaRyIiFRhJGarAlYf5isH0C8EXLoJPXg4ya7eMRPbTLJjcKAR3xvGaHJW6YbBbGGTJ B34FtIr66tvMyJ00rxGm9LnfnxJj0cUiaVc10HPI= To: dev@openvswitch.org Date: Sun, 13 Oct 2024 12:27:38 +0300 Message-Id: <20241013092739.94076-1-vlodintsov@k2.cloud> MIME-Version: 1.0 Subject: [ovs-dev] [PATCH ovn branch-22.09] ovs: Bump submodule to latest OVS branch-3.0. X-BeenThere: ovs-dev@openvswitch.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ovs-dev-bounces@openvswitch.org Sender: "dev" This picks up the following relevant OVS changes: 876584141 vconn: Always properly free flow stats reply. 2d60ee374 ovsdb-idl: Fix IDL memory leak. 4198bcdfb compiler: Fix errors in Clang 17 ubsan checks. ec048ab62 vlog: Destroy async_append first then close log_fd. dbaf7271c hash, jhash: Fix unaligned access to the hash remainder. 85285fb45 ovs-atomic: Fix inclusion of Clang header by GCC 14. e040f35b2 vconn: Count vconn_sent regardless of log level. ... and others. Reported-at: https://mail.openvswitch.org/pipermail/ovs-dev/2024-October/417627.html Signed-off-by: Vladislav Odintsov --- ovs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ovs b/ovs index 94191b7a4..a9fb87867 160000 --- a/ovs +++ b/ovs @@ -1 +1 @@ -Subproject commit 94191b7a4926204510931770c52992c9ea24d4e2 +Subproject commit a9fb878679fb08bc3807cf455b0d3ce1797be26d