From patchwork Thu Feb 24 23:07:23 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Numan Siddique X-Patchwork-Id: 1597388 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: 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=) 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 RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bilbo.ozlabs.org (Postfix) with ESMTPS id 4K4T8M2qBTz9sG7 for ; Fri, 25 Feb 2022 10:07:47 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id 7665083EAA; Thu, 24 Feb 2022 23:07:44 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp1.osuosl.org ([127.0.0.1]) by localhost (smtp1.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id BFyunLBB621q; Thu, 24 Feb 2022 23:07:43 +0000 (UTC) Received: from lists.linuxfoundation.org (lf-lists.osuosl.org [140.211.9.56]) by smtp1.osuosl.org (Postfix) with ESMTPS id C8F9483E7D; Thu, 24 Feb 2022 23:07:42 +0000 (UTC) Received: from lf-lists.osuosl.org (localhost [127.0.0.1]) by lists.linuxfoundation.org (Postfix) with ESMTP id 98DB0C001A; Thu, 24 Feb 2022 23:07:42 +0000 (UTC) X-Original-To: dev@openvswitch.org Delivered-To: ovs-dev@lists.linuxfoundation.org Received: from smtp1.osuosl.org (smtp1.osuosl.org [IPv6:2605:bc80:3010::138]) by lists.linuxfoundation.org (Postfix) with ESMTP id 7A40DC0011 for ; Thu, 24 Feb 2022 23:07:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id 54E5D83E9D for ; Thu, 24 Feb 2022 23:07:41 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp1.osuosl.org ([127.0.0.1]) by localhost (smtp1.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xSqe26BLHU_4 for ; Thu, 24 Feb 2022 23:07:40 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.8.0 Received: from relay5-d.mail.gandi.net (relay5-d.mail.gandi.net [217.70.183.197]) by smtp1.osuosl.org (Postfix) with ESMTPS id 770CF83E7D for ; Thu, 24 Feb 2022 23:07:40 +0000 (UTC) Received: (Authenticated sender: numans@ovn.org) by mail.gandi.net (Postfix) with ESMTPSA id 755B81C0005; Thu, 24 Feb 2022 23:07:34 +0000 (UTC) From: numans@ovn.org To: dev@openvswitch.org Date: Thu, 24 Feb 2022 18:07:23 -0500 Message-Id: <20220224230723.1662183-1-numans@ovn.org> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Subject: [ovs-dev] [PATCH ovn] ovs: Bump submodule to stable branch-2.17. X-BeenThere: ovs-dev@openvswitch.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ovs-dev-bounces@openvswitch.org Sender: "dev" From: Numan Siddique The following commits are required for OVN: 498cedc48 reconnect: Fix broken inactivity probe if there is no other reason to wake up. 8b5136a89 ovsdb-idl: Fix use-after-free when destroying an IDL loop. 88705f1ba ovsdb-idlc: Avoid accessing member within NULL idl index cursors. 4638cb58f ovsdb-idl: Only process successful txn in ovsdb_idl_loop_run. 17cedcb2d ovsdb-idl: ovsdb_idl_loop_destroy must also destroy the committing txn. 553f566d9 ovsdb-cs: Fix ignoring of the last id from the initial monitor reply. Since OVN 22.03 will be an LTS release, it is better to use stable OVS version. [1] - 498cedc483f3("reconnect: Fix broken inactivity probe if there is no other reason to wakeup.") Signed-off-by: Numan Siddique Acked-by: Han Zhou --- ovs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ovs b/ovs index 91e1ff5dd..498cedc48 160000 --- a/ovs +++ b/ovs @@ -1 +1 @@ -Subproject commit 91e1ff5dde396fbcc8623ac0726066e970e6de15 +Subproject commit 498cedc483f3239c839c55b4d9f2261b61fb6ace