Skip to content

Commit 544b6ec

Browse files
hoshinolinajannau
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 <lina@asahilina.net>
1 parent eee3198 commit 544b6ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm64/include/asm/memory.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
#define PAGE_END (_PAGE_END(VA_BITS_MIN))
111111
#endif /* CONFIG_KASAN */
112112

113-
#define MIN_THREAD_SHIFT (14 + KASAN_THREAD_SHIFT)
113+
#define MIN_THREAD_SHIFT (15 + KASAN_THREAD_SHIFT)
114114

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

0 commit comments

Comments
 (0)