diff --git a/SOURCES/openvswitch-3.2.0.patch b/SOURCES/openvswitch-3.2.0.patch index 84ab969..3bcddf6 100644 --- a/SOURCES/openvswitch-3.2.0.patch +++ b/SOURCES/openvswitch-3.2.0.patch @@ -3764,6 +3764,19 @@ index 4fcde9ba1e..492bfcffb8 100644 nl_msg_put_be16(buf, CTA_PROTO_SRC_PORT, tuple->src_port); nl_msg_put_be16(buf, CTA_PROTO_DST_PORT, tuple->dst_port); } else { +diff --git a/lib/netlink-notifier.c b/lib/netlink-notifier.c +index dfecb97789..7ea5a41818 100644 +--- a/lib/netlink-notifier.c ++++ b/lib/netlink-notifier.c +@@ -223,7 +223,7 @@ nln_wait(struct nln *nln) + } + } + +-void ++void OVS_NO_SANITIZE_FUNCTION + nln_report(const struct nln *nln, void *change, int group) + { + struct nln_notifier *notifier; diff --git a/lib/netlink-protocol.h b/lib/netlink-protocol.h index 6eaa7035a4..e4bb28ac9f 100644 --- a/lib/netlink-protocol.h diff --git a/SPECS/openvswitch3.2.spec b/SPECS/openvswitch3.2.spec index 34a13d3..72b0b7e 100644 --- a/SPECS/openvswitch3.2.spec +++ b/SPECS/openvswitch3.2.spec @@ -57,7 +57,7 @@ Summary: Open vSwitch Group: System Environment/Daemons daemon/database/utilities URL: http://www.openvswitch.org/ Version: 3.2.0 -Release: 93%{?dist} +Release: 94%{?dist} # Nearly all of openvswitch is ASL 2.0. The bugtool is LGPLv2+, and the # lib/sflow*.[ch] files are SISSL @@ -761,6 +761,12 @@ exit 0 %endif %changelog +* Fri Jul 19 2024 Open vSwitch CI - 3.2.0-94 +- Merging upstream branch-3.2 [RH git: 2b764819d7] + Commit list: + 3eca1c2c95 netlink-notifier: Silence the UBsan's function pointer mismatch error. + + * Fri Jul 19 2024 Open vSwitch CI - 3.2.0-93 - Merging upstream branch-3.2 [RH git: 4bf8d038c8] Commit list: