On Tue, 31 Jan 2017, Thomas Gleixner wrote: > On Mon, 30 Jan 2017, Dmitry Vyukov wrote: > > > > Seems that ctx->might_cancel is racy. > > Yes, it is. Fix below.
And the fix is racy as well. Darn, we really need to lock the context to avoid that mess.