-
- Downloads
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
Showing
- Documentation/admin-guide/kernel-parameters.txt 11 additions, 0 deletionsDocumentation/admin-guide/kernel-parameters.txt
- include/linux/jump_label.h 6 additions, 0 deletionsinclude/linux/jump_label.h
- mm/usercopy.c 25 additions, 0 deletionsmm/usercopy.c
- security/Kconfig 0 additions, 1 deletionsecurity/Kconfig
Loading
Please register or sign in to comment