Merge tag 'usercopy-v4.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/kees...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 23 Aug 2016 18:32:38 +0000 (14:32 -0400)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 23 Aug 2016 18:32:38 +0000 (14:32 -0400)
commit7a1dcf6adaa7cc4b8cd93a3883267497a77b1051
tree46c6e1eb307345192732f5701ae7a49b31194cbd
parentd1fdafa10f80292ba31c2f45a3e94805873575a8
parent94cd97af690dd9537818dc9841d0ec68bb1dd877
Merge tag 'usercopy-v4.8-rc4' of git://git./linux/kernel/git/kees/linux

Pull hardened usercopy fixes from Kees Cook:
 - avoid signed math problems on unexpected compilers
 - avoid false positives at very end of kernel text range checks

* tag 'usercopy-v4.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux:
  usercopy: fix overlap check for kernel text
  usercopy: avoid potentially undefined behavior in pointer math