diff options
author | Mel Gorman <mgorman@techsingularity.net> | 2025-01-23 22:11:14 +0000 |
---|---|---|
committer | Kees Cook <kees@kernel.org> | 2025-02-28 11:51:31 -0800 |
commit | 496d2d23886436f7c651bf4c14950eb002815c61 (patch) | |
tree | 523dfc03bdca78d94eb22f1b93e29d6f34b48f28 /security | |
parent | d2132f453e3308adc82ab7c101bd5220a9a34167 (diff) | |
download | linux-496d2d23886436f7c651bf4c14950eb002815c61.tar.gz linux-496d2d23886436f7c651bf4c14950eb002815c61.tar.bz2 linux-496d2d23886436f7c651bf4c14950eb002815c61.zip |
mm: security: Check early if HARDENED_USERCOPY is enabled
HARDENED_USERCOPY is checked within a function so even if disabled, the
function overhead still exists. Move the static check inline.
This is at best a micro-optimisation and any difference in performance
was within noise but it is relatively consistent with the init_on_*
implementations.
Suggested-by: Kees Cook <kees@kernel.org>
Signed-off-by: Mel Gorman <mgorman@techsingularity.net>
Link: https://lore.kernel.org/r/20250123221115.19722-4-mgorman@techsingularity.net
Signed-off-by: Kees Cook <kees@kernel.org>
Diffstat (limited to 'security')
0 files changed, 0 insertions, 0 deletions