drivers/crypto/ccp/ccp-ops.c:913:1: error: the frame size of 1032 bytes is larger than 1024 bytes

From: Scall
Date: Thu Jan 30 2025 - 11:03:40 EST


Trying to build Linux 6.12.11 with GCC 14.2.1 and KCFLAGS="-O3":

[...]
drivers/crypto/ccp/ccp-ops.c: In function 'ccp_run_aes_gcm_cmd':
drivers/crypto/ccp/ccp-ops.c:913:1: error: the frame size of 1032 bytes is larger than 1024 bytes [-Werror=frame-larger-than=]
913 | }
| ^
[...]