On Wed, Sep 16, 2020 at 10:34 AM Greg Rose <[email protected]> wrote: > > From: Tonghao Zhang <[email protected]> > > Upstream commit: > commit 4c76bf696a608ea5cc555fe97ec59a9033236604 > Author: Tonghao Zhang <[email protected]> > Date: Fri Nov 1 22:23:53 2019 +0800 > > net: openvswitch: don't unlock mutex when changing the user_features fails > > Unlocking of a not locked mutex is not allowed. > Other kernel thread may be in critical section while > we unlock it because of setting user_feature fail. > > Fixes: 95a7233c4 ("net: openvswitch: Set OvS recirc_id from tc chain > index") > Cc: Paul Blakey <[email protected]> > Signed-off-by: Tonghao Zhang <[email protected]> > Tested-by: Greg Rose <[email protected]> > Acked-by: William Tu <[email protected]> > Acked-by: Pravin B Shelar <[email protected]> > Signed-off-by: David S. Miller <[email protected]> > > Cc: Tonghao Zhang <[email protected]> > Reviewed-by: Tonghao Zhang <[email protected]> > Signed-off-by: Greg Rose <[email protected]> > ---
Acked-by: Yi-Hung Wei <[email protected]> _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
