lib/maple_tree.c:4056:1: error: the frame size of 1144 bytes is larger than 1024 bytes
From: Scall
Date: Thu Jan 30 2025 - 10:48:09 EST
Trying to build Linux 6.12.11 with GCC 14.2.1 and KCFLAGS="-O3":
[...]
lib/maple_tree.c: In function 'mas_wr_bnode':
lib/maple_tree.c:4056:1: error: the frame size of 1144 bytes is larger
than 1024 bytes [-Werror=frame-larger-than=]
4056 | }
| ^
[...]