]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Increase the default 32-bit build frame size warning limit to 1280 bytes
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 26 Nov 2025 20:11:28 +0000 (12:11 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 26 Nov 2025 20:11:28 +0000 (12:11 -0800)
commit32115734c0ed8b463d1020e8da47968735f882c0
tree86a562efd5bac078a184a937aa2d1837b725e4fd
parent430c89fe3a523fe24faaad25ccc76cc9ff8034d6
Increase the default 32-bit build frame size warning limit to 1280 bytes

That was already the limit with KASAN enabled, and the 32-bit x86 build
ends up having a couple of drm cases that have stack frames _just_ over
1kB on my allmodconfig test.  So the minimal fix for this build issue
for now is to just bump the limit and make it independent of KASAN.

[ Side note: XTENSA already used 1.5k and PARISC uses 2k, so 1280 is
  still relatively conservative ]

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
lib/Kconfig.debug