Re: [ovs-dev] [PATCH 2/2] netdev: Fix an use of uninitialized mutex.

2014-04-29 Thread Alex Wang
applied and backported, thx, On Tue, Apr 29, 2014 at 7:39 AM, Ben Pfaff wrote: > On Mon, Apr 28, 2014 at 11:53:52PM -0700, Alex Wang wrote: > > Commit 05bf6d3c62e1d (ovs-thread: Add checking for mutex and > > rwlock initialization.) helps find an use of uninitialized > > mutex (netdev_class_mu

Re: [ovs-dev] [PATCH 2/2] netdev: Fix an use of uninitialized mutex.

2014-04-29 Thread Ben Pfaff
On Mon, Apr 28, 2014 at 11:53:52PM -0700, Alex Wang wrote: > Commit 05bf6d3c62e1d (ovs-thread: Add checking for mutex and > rwlock initialization.) helps find an use of uninitialized > mutex (netdev_class_mutex) during upgrade. The assertion > check aborts the ovs. > > This commit fixes the issue