From patchwork Mon Oct 7 10:45:35 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vladislav Odintsov X-Patchwork-Id: 1993539 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=TvsdlGsk; dkim-atps=neutral Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=openvswitch.org (client-ip=2605:bc80:3010::138; helo=smtp1.osuosl.org; envelope-from=ovs-dev-bounces@openvswitch.org; receiver=patchwork.ozlabs.org) Received: from smtp1.osuosl.org (smtp1.osuosl.org [IPv6:2605:bc80:3010::138]) (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 4XMbRH2GGsz1xtV for ; Mon, 7 Oct 2024 21:46:03 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id 7DE4880DB0; Mon, 7 Oct 2024 10:46:01 +0000 (UTC) X-Virus-Scanned: amavis at osuosl.org Received: from smtp1.osuosl.org ([127.0.0.1]) by localhost (smtp1.osuosl.org [127.0.0.1]) (amavis, port 10024) with ESMTP id o3fYYX-RpN2T; Mon, 7 Oct 2024 10:45:58 +0000 (UTC) X-Comment: SPF check N/A for local connections - client-ip=2605:bc80:3010:104::8cd3:938; helo=lists.linuxfoundation.org; envelope-from=ovs-dev-bounces@openvswitch.org; receiver= DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.osuosl.org 4C34D80DA7 Authentication-Results: smtp1.osuosl.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=TvsdlGsk Received: from lists.linuxfoundation.org (lf-lists.osuosl.org [IPv6:2605:bc80:3010:104::8cd3:938]) by smtp1.osuosl.org (Postfix) with ESMTPS id 4C34D80DA7; Mon, 7 Oct 2024 10:45:58 +0000 (UTC) Received: from lf-lists.osuosl.org (localhost [127.0.0.1]) by lists.linuxfoundation.org (Postfix) with ESMTP id 275A2C08A6; Mon, 7 Oct 2024 10:45:58 +0000 (UTC) X-Original-To: dev@openvswitch.org Delivered-To: ovs-dev@lists.linuxfoundation.org Received: from smtp2.osuosl.org (smtp2.osuosl.org [IPv6:2605:bc80:3010::133]) by lists.linuxfoundation.org (Postfix) with ESMTP id 25D92C08A3 for ; Mon, 7 Oct 2024 10:45:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id 0B4CE405F3 for ; Mon, 7 Oct 2024 10:45:57 +0000 (UTC) X-Virus-Scanned: amavis at osuosl.org Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavis, port 10024) with ESMTP id yk9Fb18svcKV for ; Mon, 7 Oct 2024 10:45:55 +0000 (UTC) Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=109.73.14.253; helo=mail2.k2.cloud; envelope-from=vlodintsov@k2.cloud; receiver= DMARC-Filter: OpenDMARC Filter v1.4.2 smtp2.osuosl.org DE80C401D5 Authentication-Results: smtp2.osuosl.org; dmarc=pass (p=none dis=none) header.from=k2.cloud DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org DE80C401D5 Authentication-Results: smtp2.osuosl.org; dkim=pass (1024-bit key, unprotected) header.d=k2.cloud header.i=@k2.cloud header.a=rsa-sha256 header.s=cloudmail header.b=TvsdlGsk Received: from mail2.k2.cloud (mail2.k2.cloud [109.73.14.253]) by smtp2.osuosl.org (Postfix) with ESMTPS id DE80C401D5 for ; Mon, 7 Oct 2024 10:45:50 +0000 (UTC) From: Vladislav Odintsov DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=k2.cloud; s=cloudmail; t=1728297946; bh=CrcCnwhq6X7Y8n2+jx0Ze8ejIpCi9a5CoEvMSaZXT7Q=; h=From:To:Cc:Subject:Date; b=TvsdlGskiUlZqq4iIKDhpFE8v2xJiCyGhqSta2HodoulY+OTFHUrINux7qm3Y6O8G fDMuYksNN1Z2Gkq9jlLm84OfFYGW+pkP2wME4ikUP6jjieHe3XJDE8yiLK6uQpvGmV duhciJHEQu4S1NLyfZtodbH2GaRhBxvs5w01Cn1k= To: dev@openvswitch.org Date: Mon, 7 Oct 2024 13:45:35 +0300 Message-Id: <20241007104536.23938-1-vlodintsov@k2.cloud> MIME-Version: 1.0 Subject: [ovs-dev] [PATCH ovn branch-23.03] ovs: Bump submodule to tip of OVS branch-3.2. 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: , Cc: Dumitru Ceara Errors-To: ovs-dev-bounces@openvswitch.org Sender: "dev" From: Dumitru Ceara This picks up the following relevant commit: cd8ffc956c3c ovs-atomic: Fix inclusion of Clang header by GCC 14. Without this builds on Fedora 40 (rawhide) are broken due to failing to compile the submodule. Signed-off-by: Dumitru Ceara Acked-by: Numan Siddique Signed-off-by: Numan Siddique (cherry picked from commit f224c6e5f69c099ddb008f99dba2e19a902a612f) Signed-off-by: Vladislav Odintsov Signed-off-by: Dumitru Ceara Acked-by: Numan Siddique Signed-off-by: Numan Siddique Signed-off-by: Vladislav Odintsov Signed-off-by: Dumitru Ceara Acked-by: Numan Siddique Signed-off-by: Numan Siddique Signed-off-by: Vladislav Odintsov --- Without this patch there are errors building OVN on a modern systems. I kindly request for this patch to be backported down to 22.03 LTS including already officially unsupported branches 23.03, 22.09 and 22.06, since we internally still need to base on 22.09 branch in development. Thanks in advance if it is possible to make an exception and ignore backport rules for non-LTS releases and patch them too. --- ovs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ovs b/ovs index 8fd5f77cd..49e64f13b 160000 --- a/ovs +++ b/ovs @@ -1 +1 @@ -Subproject commit 8fd5f77cd84ea04667f987c7b84181604dc99f60 +Subproject commit 49e64f13b2c965f5b53a65eeab70ac2e3f0bf69a