On Fri, Dec 17, 2021 at 4:29 PM Dumitru Ceara <[email protected]> wrote: > > Similar to the OVS series [0], this one fixes the issues reported for > the OVN code base. > > After [0] (or similar) is accepted in OVS a patch to add UBSanitizer > to OVN GitHub CI will be required. > > [0] > https://patchwork.ozlabs.org/project/openvswitch/list/?series=277375&state=*
Thanks for addressing these errors. It'd be great to have Github CI with UBSanitizer. I've Acked all the patches. @Mark Michelson @Han Zhou I wonder if these can be considered for 21.12 ? Numan > > Dumitru Ceara (6): > pinctrl: Ensure proper alignment when using pinctrl_compose_ipv*(). > pinctrl: Ensure no misaligned accesses for SCTP packets. > pinctrl: Ensure aligned accesses when processing DNS. > pinctrl: Ensure packet headers are properly aligned for ICMP errors. > pinctrl: Avoid misaligned access to controller_event_opt_header. > pinctrl: Avoid misaligned access to ovs_ra_msg. > > controller/pinctrl.c | 220 > ++++++++++++++++++++------------------------------ > lib/actions.c | 25 +++--- > lib/ovn-l7.h | 6 + > lib/ovn-util.h | 12 ++- > 4 files changed, 114 insertions(+), 149 deletions(-) > > _______________________________________________ > dev mailing list > [email protected] > https://mail.openvswitch.org/mailman/listinfo/ovs-dev > _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
