diff options
| author | Michael Ellerman <[email protected]> | 2017-07-06 15:35:58 -0700 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2017-07-06 16:24:30 -0700 |
| commit | 563ec5cbc615698239c3a63511b939a7a7e38870 (patch) | |
| tree | 54be3acc3f9e963075ae2983a5af1c13ad9728f1 /tools/perf/scripts/python | |
| parent | 61f6d09a931c3ab216f43e00505073088d387d05 (diff) | |
kernel/module.c: use linux/set_memory.h
This header always exists, so doesn't require an ifdef around its
inclusion. When CONFIG_ARCH_HAS_SET_MEMORY=y it includes the asm
header, otherwise it provides empty versions of the set_memory_xx()
routines.
The usages of set_memory_xx() are still guarded by
CONFIG_STRICT_MODULE_RWX.
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Michael Ellerman <[email protected]>
Acked-by: Kees Cook <[email protected]>
Acked-by: Laura Abbott <[email protected]>
Cc: Daniel Borkmann <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions