projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4cdb2da
)
powerpc/kasan: Fix stack overflow by increasing THREAD_SHIFT
author
Christophe Leroy
<christophe.leroy@c-s.fr>
Wed, 8 Apr 2020 15:58:49 +0000
(15:58 +0000)
committer
Michael Ellerman
<mpe@ellerman.id.au>
Mon, 11 May 2020 13:15:16 +0000
(23:15 +1000)
When CONFIG_KASAN is selected, the stack usage is increased.
In the same way as x86 and arm64 architectures, increase
THREAD_SHIFT when CONFIG_KASAN is selected.
Fixes: 2edb16efc899 ("powerpc/32: Add KASAN support")
Reported-by: <erhard_f@mailbox.org>
Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link:
https://bugzilla.kernel.org/show_bug.cgi?id=207129
Link:
https://lore.kernel.org/r/2c50f3b1c9bbaa4217c9a98f3044bd2a36c46a4f.1586361277.git.christophe.leroy@c-s.fr
arch/powerpc/Kconfig
patch
|
blob
|
history
diff --git
a/arch/powerpc/Kconfig
b/arch/powerpc/Kconfig
index 8324d98728dbe547a51604524b7e3c58fc1190da..30e2111ca15d3014d5ed38984487d9c393b0d859 100644
(file)
--- a/
arch/powerpc/Kconfig
+++ b/
arch/powerpc/Kconfig
@@
-772,6
+772,7
@@
config THREAD_SHIFT
range 13 15
default "15" if PPC_256K_PAGES
default "14" if PPC64
+ default "14" if KASAN
default "13"
help
Used to define the stack size. The default is almost always what you