On Tue, Aug 26, 2025 at 8:35 AM Eelco Chaudron via dev < ovs-dev@openvswitch.org> wrote:
> Coverity reported an issue where the oftable->vacancy_up/down > members were read without holding the ofproto_mutex. > > This patch ensures the mutex is acquired before accessing these > members and adds OVS_REQUIRES(ofproto_mutex) to the affected > function to enforce proper locking. > > Signed-off-by: Eelco Chaudron <echau...@redhat.com> > Fixes: bab86012066c ("Implement Vacancy Events for OFPMP_TABLE_DESC.") > > This seems in line with how vacancy_up/down is used elsewhere. Acked-by: Mike Pattrick <m...@redhat.com> _______________________________________________ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-dev