OSDN Git Service

arm: Implement thread_struct whitelist for hardened usercopy
authorKees Cook <keescook@chromium.org>
Wed, 16 Aug 2017 21:09:13 +0000 (14:09 -0700)
committerKees Cook <keescook@chromium.org>
Mon, 15 Jan 2018 20:08:06 +0000 (12:08 -0800)
commit08626a6056aad824c43d34ce587ab2b01f49d1a4
treecbf024b04979925f657fb5fead7d10edac2efbe7
parent9e8084d3f761413b2d58b2625bc6e332eab2bfce
arm: Implement thread_struct whitelist for hardened usercopy

While ARM32 carries FPU state in the thread structure that is saved and
restored during signal handling, it doesn't need to declare a usercopy
whitelist, since existing accessors are all either using a bounce buffer
(for which whitelisting isn't checking the slab), are statically sized
(which will bypass the hardened usercopy check), or both.

Cc: Russell King <linux@armlinux.org.uk>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Christian Borntraeger <borntraeger@de.ibm.com>
Cc: "Peter Zijlstra (Intel)" <peterz@infradead.org>
Cc: linux-arm-kernel@lists.infradead.org
Signed-off-by: Kees Cook <keescook@chromium.org>
arch/arm/Kconfig
arch/arm/include/asm/processor.h