Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 39045e2f authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "kernel: lib: allow larger stack frame size for KASan"

parents a553d2e5 25d639cb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -195,6 +195,7 @@ config ENABLE_MUST_CHECK
config FRAME_WARN
	int "Warn for stack frames larger than (needs gcc 4.4)"
	range 0 8192
	default 5600 if KASAN
	default 1024 if !64BIT
	default 2048 if 64BIT
	help