mm: SLUB hardened usercopy support
authorKees Cook <keescook@chromium.org>
Thu, 23 Jun 2016 22:24:05 +0000 (15:24 -0700)
committerAlex Shi <alex.shi@linaro.org>
Sat, 27 Aug 2016 03:23:38 +0000 (11:23 +0800)
commit3ad78bad4fd43467f1fc6dff63076789b30c116b
tree486b0bde0d21734f1a3ba5a52803e6204f128074
parent784bd0f8d7303ff0025e2ea44b68b6fc6323544d
mm: SLUB hardened usercopy support

Under CONFIG_HARDENED_USERCOPY, this adds object size checking to the
SLUB allocator to catch any copies that may span objects. Includes a
redzone handling fix discovered by Michael Ellerman.

Based on code from PaX and grsecurity.

Signed-off-by: Kees Cook <keescook@chromium.org>
Tested-by: Michael Ellerman <mpe@ellerman.id.au>
Reviwed-by: Laura Abbott <labbott@redhat.com>
(cherry picked from commit ed18adc1cdd00a5c55a20fbdaed4804660772281)
Signed-off-by: Alex Shi <alex.shi@linaro.org>
init/Kconfig
mm/slub.c