Re: [PATCH v8 4/6] x86/entry: Enable random_kstack_offset support
From: Thomas Gleixner <hidden>
Date: 2021-03-31 07:51:12
Also in:
linux-hardening, linux-mm, lkml
From: Thomas Gleixner <hidden>
Date: 2021-03-31 07:51:12
Also in:
linux-hardening, linux-mm, lkml
On Tue, Mar 30 2021 at 13:57, Kees Cook wrote:
Allow for a randomized stack offset on a per-syscall basis, with roughly 5-6 bits of entropy, depending on compiler and word size. Since the method of offsetting uses macros, this cannot live in the common entry code (the stack offset needs to be retained for the life of the syscall, which means it needs to happen at the actual entry point). Signed-off-by: Kees Cook <redacted>
Reviewed-by: Thomas Gleixner <redacted> _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel