]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: ZBOOT: implement stack protector in compressed boot phase
authorBen Chan <benchan@chromium.org>
Tue, 24 Jun 2014 23:00:17 +0000 (16:00 -0700)
committerRalf Baechle <ralf@linux-mips.org>
Fri, 1 Aug 2014 22:06:46 +0000 (00:06 +0200)
commitc13f814382b1935e2238a82f1feefa1ee3534916
treeaada423e07f4484b7b4848996a802ed4eccb89f4
parentaab3c5d2c43dd2aa493f869a2d7c0580dee27aea
MIPS: ZBOOT: implement stack protector in compressed boot phase

This patch implements the stack protector code in MIPS compressed boot
phase based on the same code added to arm in commit
87e2549be2ac90448b6203354c2260ac779156f3 "stackprotector: Introduce
CONFIG_CC_STACKPROTECTOR_STRONG" by Kees Cook <keescook@chromium.org>

Signed-off-by: Ben Chan <benchan@chromium.org>
Cc: Kees Cook <keescook@chromium.org>
Cc: Olof Johansson <olofj@chromium.org>
Reviewed-by: Kees Cook <keescook@chromium.org>
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/7175/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/boot/compressed/decompress.c