OSDN Git Service

Merge tag 'copy-struct-from-user-v5.4-rc4' of gitolite.kernel.org:pub/scm/linux/kerne...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 18 Oct 2019 22:19:04 +0000 (18:19 -0400)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 18 Oct 2019 22:19:04 +0000 (18:19 -0400)
commit8eb4b3b0dd9ae3e5399ff902da87d13740a2b70f
treeb4660fe0fbd97aee24f1e9f7961815c34ce808b6
parent7571438a4868e7cb09d698ab52e54f9722020eef
parentf418dddffc8007945fd5962380ebde770a240cf5
Merge tag 'copy-struct-from-user-v5.4-rc4' of gitolite.pub/scm/linux/kernel/git/brauner/linux

Pull usercopy test fixlets from Christian Brauner:
 "This contains two improvements for the copy_struct_from_user() tests:

   - a coding style change to get rid of the ugly "if ((ret |= test()))"
     pointed out when pulling the original patchset.

   - avoid a soft lockups when running the usercopy tests on machines
     with large page sizes by scanning only a 1024 byte region"

* tag 'copy-struct-from-user-v5.4-rc4' of gitolite.kernel.org:pub/scm/linux/kernel/git/brauner/linux:
  usercopy: Avoid soft lockups in test_check_nonzero_user()
  lib: test_user_copy: style cleanup