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
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