On Fri, Nov 1, 2019 at 7:24 AM [off-list ref] wrote:
From: Tonghao Zhang <redacted>
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 <redacted>
Signed-off-by: Tonghao Zhang <redacted>
Tested-by: Greg Rose <redacted>
Acked-by: William Tu <redacted>
---