On Thu, May 03, 2018 at 09:49:50AM -0700, Yi-Hung Wei wrote:
> Currently, the revalidator thread may hit segmentation fault when geneve
> TLV map is updated.  It is because we may store the old TLV map (struct
> tun_table) in the frozen state for recirculation, and we may access the
> already freed old tun_table in xlate_actions().
> 
> This patch update the logic of getting tun_table so that we will use
> the latest tun_table instead of the frozen one.
> 
> VMWare-BZ: #2106987
> Signed-off-by: Yi-Hung Wei <yihung....@gmail.com>

Thanks!  I applied this to master and backported as far as branch-2.7.
_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to