Re: [PATCH net-next] net: openvswitch: fixes potential deadlock in dp cleanup code

2020-07-24 Thread David Miller
From: Eelco Chaudron Date: Fri, 24 Jul 2020 10:20:59 +0200 > The previous patch introduced a deadlock, this patch fixes it by making > sure the work is canceled without holding the global ovs lock. This is > done by moving the reorder processing one layer up to the netns level. > > Fixes: eac87c

[PATCH net-next] net: openvswitch: fixes potential deadlock in dp cleanup code

2020-07-24 Thread Eelco Chaudron
The previous patch introduced a deadlock, this patch fixes it by making sure the work is canceled without holding the global ovs lock. This is done by moving the reorder processing one layer up to the netns level. Fixes: eac87c413bf9 ("net: openvswitch: reorder masks array based on usage") Reporte