Re: [PATCH 6/8] i915,uaccess: Fix redundant CLAC

From: Peter Zijlstra
Date: Thu Feb 28 2019 - 12:51:27 EST


On Thu, Feb 28, 2019 at 08:49:57AM -0800, Linus Torvalds wrote:
> Yes, it is redundant (but harmlessly so) if no fault occurs.

Oooh, there's a label hidden in unsafe_put_user()...

And yes, objtool seems to miss that, damn. I'll go stare at that.