]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'hardened-usercopy-v4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 15 Aug 2018 15:45:54 +0000 (08:45 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 15 Aug 2018 15:45:54 +0000 (08:45 -0700)
commitcbd12ec2bbb46a0f7962f7178863fbd01a61c2c2
treec93cddf47d604aab8ca49491cda0a751dd3da002
parenta9f783bb6474a5d2d3f4fc40291ffa4f3127c0f5
parent9a4df6ed191f07e3f941e859bd472d06931a8120
Merge tag 'hardened-usercopy-v4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux

Pull hardened usercopy updates from Kees Cook:
 "This cleans up a minor Kconfig issue and adds a kernel boot option for
  disabling hardened usercopy for distro users that may have corner-case
  performance issues (e.g. high bandwidth small-packet UDP traffic).

  Summary:

   - drop unneeded Kconfig "select BUG" (Kamal Mostafa)

   - add "hardened_usercopy=off" rare performance needs (Chris von
     Recklinghausen)"

* tag 'hardened-usercopy-v4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux:
  usercopy: Allow boot cmdline disabling of hardening
  usercopy: Do not select BUG with HARDENED_USERCOPY
Documentation/admin-guide/kernel-parameters.txt
security/Kconfig