[ovs-git] Open vSwitch: datapath: Fix kernel panic on ovs_flow_free (branch-2.0)

dev at openvswitch.org dev at openvswitch.org
Thu Jan 23 09:42:08 UTC 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Open vSwitch".

The branch, branch-2.0 has been updated
       via  738a2445c0c124f53df6abcffc6379746e99dee8 (commit)
      from  2b5723094050a9e7b612809b5433f7a6fb9f953c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 738a2445c0c124f53df6abcffc6379746e99dee8
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=738a2445c0c124f53df6abcffc6379746e99dee8
Author: Andy Zhou <azhou at nicira.com>
		
datapath: 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 at nicira.com>
Signed-off-by: Andy Zhou <azhou at nicira.com>
Acked-by: Jesse Gross <jesse at nicira.com>


-----------------------------------------------------------------------

Summary of changes:
 datapath/datapath.c |    3 ++-
 datapath/flow.c     |   36 ++++++++++++++++++------------------
 2 files changed, 20 insertions(+), 19 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list