aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorStephen Boyd <[email protected]>2024-05-14 15:48:38 -0700
committerKees Cook <[email protected]>2024-05-18 13:46:10 -0700
commitce0d73ef8dea52d7253bdc2fd3cc3e89d7089ded (patch)
tree5e03fc3f81a8a287e32cb08c8d5b028e03a4cecf /tools/perf/scripts/python
parent6d305cbef1aa01b9714e01e35f3d5c28544cf04d (diff)
loadpin: Prevent SECURITY_LOADPIN_ENFORCE=y without module decompression
If modules are built compressed, and LoadPin is enforcing by default, we must have in-kernel module decompression enabled (MODULE_DECOMPRESS). Modules will fail to load without decompression built into the kernel because they'll be blocked by LoadPin. Add a depends on clause to prevent this combination. Cc: Dmitry Torokhov <[email protected]> Cc: Douglas Anderson <[email protected]> Signed-off-by: Stephen Boyd <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Kees Cook <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions