]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit9378a22902b9b8708caa03c9debdea2af71c7ffd
tree46c6e1eb307345192732f5701ae7a49b31194cbd
parentea0782fdb1c602c2367cb46235d87cfe2a124a03
parentf26bad38afb4e2ef8c8d33eaa9b9d3b194ab0928
Merge tag 'usercopy-v4.8-rc4' of git://git.kernel.org/pub/scm/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