From patchwork Fri Jun 11 10:10:39 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dumitru Ceara X-Patchwork-Id: 1490883 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::137; helo=smtp4.osuosl.org; envelope-from=ovs-dev-bounces@openvswitch.org; receiver=) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=redhat.com header.i=@redhat.com header.a=rsa-sha256 header.s=mimecast20190719 header.b=Sx4iuTls; dkim-atps=neutral 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 RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4G1c751RwXz9sRf for ; Fri, 11 Jun 2021 20:10:57 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by smtp4.osuosl.org (Postfix) with ESMTP id 1B256414C8; Fri, 11 Jun 2021 10:10:54 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp4.osuosl.org ([127.0.0.1]) by localhost (smtp4.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id sV8ar5Al6U8i; Fri, 11 Jun 2021 10:10:53 +0000 (UTC) Received: from lists.linuxfoundation.org (lf-lists.osuosl.org [IPv6:2605:bc80:3010:104::8cd3:938]) by smtp4.osuosl.org (Postfix) with ESMTPS id 0FFC64047D; Fri, 11 Jun 2021 10:10:52 +0000 (UTC) Received: from lf-lists.osuosl.org (localhost [127.0.0.1]) by lists.linuxfoundation.org (Postfix) with ESMTP id CB523C000D; Fri, 11 Jun 2021 10:10:51 +0000 (UTC) X-Original-To: ovs-dev@openvswitch.org Delivered-To: ovs-dev@lists.linuxfoundation.org Received: from smtp4.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by lists.linuxfoundation.org (Postfix) with ESMTP id A2801C000B for ; Fri, 11 Jun 2021 10:10:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp4.osuosl.org (Postfix) with ESMTP id 890C9414BF for ; Fri, 11 Jun 2021 10:10:50 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp4.osuosl.org ([127.0.0.1]) by localhost (smtp4.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5xfnB-wqyagH for ; Fri, 11 Jun 2021 10:10:49 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.8.0 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by smtp4.osuosl.org (Postfix) with ESMTPS id BC9994047D for ; Fri, 11 Jun 2021 10:10:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1623406248; 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: in-reply-to:in-reply-to:references:references; bh=cdIv3r5It1J/Z40UwWZYpf1I9FCxIwhXrExDt6tkVZE=; b=Sx4iuTls0CsMAyboIFYGUjRtoBzJx8OKIa/09ZPUEdMjQEa08Cpi+OycoyZ2yjSbslqJP1 NCgFLOmmyxUdlxZ5AfWjO7iNPNkXCp1TbiAtfI82JHS9+uCQMWYpRJ8J4tHFK9NITLy2P4 r98BoY8PbxYwTpayw1GGn3dUZCnNEts= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-482-3Wi4mto1Nu6zcMlmZBLXSA-1; Fri, 11 Jun 2021 06:10:47 -0400 X-MC-Unique: 3Wi4mto1Nu6zcMlmZBLXSA-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 1848A101F7BB; Fri, 11 Jun 2021 10:10:45 +0000 (UTC) Received: from dceara.remote.csb (ovpn-114-153.ams2.redhat.com [10.36.114.153]) by smtp.corp.redhat.com (Postfix) with ESMTP id C930B60C05; Fri, 11 Jun 2021 10:10:42 +0000 (UTC) From: Dumitru Ceara To: ovs-dev@openvswitch.org Date: Fri, 11 Jun 2021 12:10:39 +0200 Message-Id: <20210611101037.16527.78264.stgit@dceara.remote.csb> In-Reply-To: <20210611101021.16527.62193.stgit@dceara.remote.csb> References: <20210611101021.16527.62193.stgit@dceara.remote.csb> User-Agent: StGit/0.17.1-dirty MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dceara@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Cc: dceara@redhat.com, i.maximets@ovn.org Subject: [ovs-dev] [PATCH ovn v3 1/5] ovs: Include ovs-vswitchd segfault fixes. 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" Bump the OVS submodule to include the following patches: dd0f59783e39 ("ofproto: Fix potential NULL dereference in ofproto_get_datapath_cap().") a4b04276ab59 ("ofproto: Fix potential NULL dereference in ofproto_ct_*_zone_timeout_policy().") The two commits above fix crashes in ovs-vswitchd when OVS datapath types are configured with unsupported values and OVSDB Datapath tables exist for those datapath types. OVN self tests actually test with invalid datapath types and an upcoming commit will update the ovn-controller code to always create OVSDB Datapath tables. Without the two OVS fixes, ovs-vswitchd would crash, causing the OVN tests to fail. Acked-by: Mark D. Gray Signed-off-by: Dumitru Ceara --- ovs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ovs b/ovs index b5bb044fb..a4b04276a 160000 --- a/ovs +++ b/ovs @@ -1 +1 @@ -Subproject commit b5bb044fbe4c1395dcde5cc7d5081ef0099bb8b3 +Subproject commit a4b04276ab5934d087669ff2d191a23931335c87