Re: [ovs-dev] [PATCH] datapath: Do not free in use mask list, fixes a kernel crash bug

2014-01-29 Thread Andy Zhou
pushed to branch-2.0 and branch-1.11 On Wed, Jan 29, 2014 at 11:27 AM, Andy Zhou wrote: > Thanks. I feel the same way -- glad we improved it. > > > On Wed, Jan 29, 2014 at 11:04 AM, Jesse Gross wrote: > >> On Wed, Jan 29, 2014 at 8:51 AM, Andy Zhou wrote: >> > Last commit 738a2445c0 introduce

Re: [ovs-dev] [PATCH] datapath: Do not free in use mask list, fixes a kernel crash bug

2014-01-29 Thread Andy Zhou
Thanks. I feel the same way -- glad we improved it. On Wed, Jan 29, 2014 at 11:04 AM, Jesse Gross wrote: > On Wed, Jan 29, 2014 at 8:51 AM, Andy Zhou wrote: > > Last commit 738a2445c0 introduced a bug where the mask list of > > a flow table was freed even when the table's flows and mask list i

Re: [ovs-dev] [PATCH] datapath: Do not free in use mask list, fixes a kernel crash bug

2014-01-29 Thread Jesse Gross
On Wed, Jan 29, 2014 at 8:51 AM, Andy Zhou wrote: > Last commit 738a2445c0 introduced a bug where the mask list of > a flow table was freed even when the table's flows and mask list is > reused by another table. > > Bug #32932 > > Reported-by: Len Gao > Signed-off-by: Andy Zhou Acked-by: Jesse

[ovs-dev] [PATCH] datapath: Do not free in use mask list, fixes a kernel crash bug

2014-01-29 Thread Andy Zhou
Last commit 738a2445c0 introduced a bug where the mask list of a flow table was freed even when the table's flows and mask list is reused by another table. Bug #32932 Reported-by: Len Gao Signed-off-by: Andy Zhou --- datapath/flow.c |6 -- 1 file changed, 4 insertions(+), 2 deletions(-

Re: [ovs-dev] [PATCH] datapath: Do not free in use mask list, fixes a kernel crash bug

2014-01-29 Thread Andy Zhou
Forgot to mention this patch applies to branch-2.0 On Wed, Jan 29, 2014 at 8:51 AM, Andy Zhou wrote: > Last commit 738a2445c0 introduced a bug where the mask list of > a flow table was freed even when the table's flows and mask list is > reused by another table. > > Bug #32932 > > Reported-by: