]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
Merge tag 'usercopy-v4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees...
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 22 Feb 2017 01:53:23 +0000 (17:53 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 22 Feb 2017 01:53:23 +0000 (17:53 -0800)
commit4a0853bf88c8f56e1c01eda02e6625aed09d55d9
tree767b2d9cd3da81e2c21adcc63ce9fadec7008bf3
parent6d1dd93ea0d0f0fb61b5450a2668896028ce3f75
parent4c5d7bc63775b40631b75f6c59a3a3005455262d
Merge tag 'usercopy-v4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux

Pull usercopy test updates from Kees Cook:
 "This improves the usercopy tests:

   - check zeroing on failed copy_from_user()/get_user() (caught bug on
     ARM)

   - adjust tests for SMAP/PAN (can't zero userspace memory on failure)"

* tag 'usercopy-v4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux:
  usercopy: Add tests for all get_user() sizes
  usercopy: Adjust tests to deal with SMAP/PAN
  usercopy: add testcases to check zeroing on failure