Merge branch 'waitid-fix'
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 12 Oct 2017 15:36:47 +0000 (08:36 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 12 Oct 2017 15:36:47 +0000 (08:36 -0700)
Merge waitid() fix from Kees Cook.

I'd have hoped that the unsafe_{get|put}_user() naming would have
avoided these kinds of stupid bugs, but no such luck.

* waitid-fix:
  waitid(): Add missing access_ok() checks


Trivial merge