========== build_32bit - FAILED Documentation/.renames.txt: warning: ignored by one of the .gitignore files Documentation/.renames.txt: warning: ignored by one of the .gitignore files ../arch/x86/kernel/setup.c: In function ‘setup_arch’: ../arch/x86/kernel/setup.c:921:56: warning: ‘snprintf’ output may be truncated before the last format character [-Wformat-truncation=] 921 | snprintf(tmp, COMMAND_LINE_SIZE, "%s %s", builtin_cmdline, boot_command_line); | ^ ../arch/x86/kernel/setup.c:921:17: note: ‘snprintf’ output 2 or more bytes (assuming 2049) into a destination of size 2048 921 | snprintf(tmp, COMMAND_LINE_SIZE, "%s %s", builtin_cmdline, boot_command_line); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../arch/x86/kernel/setup.c:1293:1: warning: the frame size of 2116 bytes is larger than 1280 bytes [-Wframe-larger-than=] 1293 | } | ^ New errors added --- /tmp/tmp.n3yu9qwpYv 2026-09-15 05:34:49.831481125 -0400 +++ /tmp/tmp.NF0zTnj7Ay 2026-09-15 05:37:46.422407460 -0400 @@ -1,0 +2,10 @@ +../arch/x86/kernel/setup.c: In function ‘setup_arch’: +../arch/x86/kernel/setup.c:921:56: warning: ‘snprintf’ output may be truncated before the last format character [-Wformat-truncation=] + 921 | snprintf(tmp, COMMAND_LINE_SIZE, "%s %s", builtin_cmdline, boot_command_line); + | ^ +../arch/x86/kernel/setup.c:921:17: note: ‘snprintf’ output 2 or more bytes (assuming 2049) into a destination of size 2048 + 921 | snprintf(tmp, COMMAND_LINE_SIZE, "%s %s", builtin_cmdline, boot_command_line); + | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +../arch/x86/kernel/setup.c:1293:1: warning: the frame size of 2116 bytes is larger than 1280 bytes [-Wframe-larger-than=] + 1293 | } + | ^ Per-file breakdown --- /tmp/tmp.QFBymS5kfG 2026-09-15 05:37:46.427378511 -0400 +++ /tmp/tmp.JcpqICg8iO 2026-09-15 05:37:46.431708064 -0400 @@ -0,0 +1 @@ + 2 ../arch/x86/kernel/setup.c