Home
last modified time | relevance | path

Searched hist:e80857cce82da31e41a6599fc888dfc92e0167cc (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/net/openvswitch/
H A Dflow_table.hdiff e80857cce82da31e41a6599fc888dfc92e0167cc Tue Jan 21 11:31:04 CST 2014 Andy Zhou <azhou@nicira.com> openvswitch: Fix kernel panic on ovs_flow_free

Both mega flow mask's reference counter and per flow table mask list
should only be accessed when holding ovs_mutex() lock. However
this is not true with ovs_flow_table_flush(). The patch fixes this bug.

Reported-by: Joe Stringer <joestringer@nicira.com>
Signed-off-by: Andy Zhou <azhou@nicira.com>
Signed-off-by: Jesse Gross <jesse@nicira.com>
H A Dflow_table.cdiff e80857cce82da31e41a6599fc888dfc92e0167cc Tue Jan 21 11:31:04 CST 2014 Andy Zhou <azhou@nicira.com> openvswitch: Fix kernel panic on ovs_flow_free

Both mega flow mask's reference counter and per flow table mask list
should only be accessed when holding ovs_mutex() lock. However
this is not true with ovs_flow_table_flush(). The patch fixes this bug.

Reported-by: Joe Stringer <joestringer@nicira.com>
Signed-off-by: Andy Zhou <azhou@nicira.com>
Signed-off-by: Jesse Gross <jesse@nicira.com>
H A Ddatapath.cdiff e80857cce82da31e41a6599fc888dfc92e0167cc Tue Jan 21 11:31:04 CST 2014 Andy Zhou <azhou@nicira.com> openvswitch: Fix kernel panic on ovs_flow_free

Both mega flow mask's reference counter and per flow table mask list
should only be accessed when holding ovs_mutex() lock. However
this is not true with ovs_flow_table_flush(). The patch fixes this bug.

Reported-by: Joe Stringer <joestringer@nicira.com>
Signed-off-by: Andy Zhou <azhou@nicira.com>
Signed-off-by: Jesse Gross <jesse@nicira.com>