Skip to content

Commit 752b1ed

Browse files
asahilinajannau
authored andcommitted
arm64: Increase kernel stack size to 32K
To work around stack overflow with the drm/asahi driver plus zram swap-out, TBD if we can refactor things enough to bring it under 16K again... Signed-off-by: Asahi Lina <[email protected]>
1 parent a72c7e5 commit 752b1ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/include/asm/memory.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
#define PAGE_END (_PAGE_END(VA_BITS_MIN))
107107
#endif /* CONFIG_KASAN */
108108

109-
#define MIN_THREAD_SHIFT (14 + KASAN_THREAD_SHIFT)
109+
#define MIN_THREAD_SHIFT (15 + KASAN_THREAD_SHIFT)
110110

111111
/*
112112
* VMAP'd stacks are allocated at page granularity, so we must ensure that such

0 commit comments

Comments
 (0)