Searched hist:"7 dfac3c5f40eb92841147eccf1b96f428b10131f" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/arm64/kernel/ |
H A D | module.c | diff 7dfac3c5f40eb92841147eccf1b96f428b10131f Thu May 23 05:22:53 CDT 2019 Ard Biesheuvel <ard.biesheuvel@arm.com> arm64: module: create module allocations without exec permissions
Now that the core code manages the executable permissions of code regions of modules explicitly, it is no longer necessary to create the module vmalloc regions with RWX permissions, and we can create them with RW- permissions instead, which is preferred from a security perspective.
Acked-by: Will Deacon <will@kernel.org> Signed-off-by: Ard Biesheuvel <ard.biesheuvel@arm.com> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
|