1 2 3 4 5 6 7 8 9 10 11
// SPDX-License-Identifier: GPL-2.0-or-later #include <asm/kup.h> void __init setup_kuep(bool disabled) { pr_info("Activating Kernel Userspace Execution Prevention\n"); if (disabled) pr_warn("KUEP cannot be disabled yet on 6xx when compiled in\n"); }