commit | 0fb1c25ab523614b056ace11be67aac8f8ccabb1 | [log] [tgz] |
---|---|---|
author | Christophe Leroy <christophe.leroy@c-s.fr> | Thu Apr 18 16:51:19 2019 +1000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Sun Apr 21 23:05:56 2019 +1000 |
tree | 0f458e2ca41b6e94626f1d7bc41c4557e42a44ec | |
parent | 69795cabe4cfe5122438d50010ad5310c113a013 [diff] |
powerpc: Add skeleton for Kernel Userspace Execution Prevention This patch adds a skeleton for Kernel Userspace Execution Prevention. Then subarches implementing it have to define CONFIG_PPC_HAVE_KUEP and provide setup_kuep() function. Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr> [mpe: Don't split strings, use pr_crit_ratelimited()] Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>