[ovs-dev] [PATCH ovn 1/4] ovs: Include ovs-vswitchd segfault fixes.

Dumitru Ceara dceara at redhat.com
Thu Jun 3 15:05:23 UTC 2021


Bump the OVS submodule to include the following patches:
  dd0f59783e39 ("ofproto: Fix p otential 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.

Signed-off-by: Dumitru Ceara <dceara at redhat.com>
---
 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



More information about the dev mailing list