========== build_allmodconfig_warn - FAILED Documentation/.renames.txt: warning: ignored by one of the .gitignore files Documentation/.renames.txt: warning: ignored by one of the .gitignore files ../drivers/input/mouse/synaptics_usb.c: In function ‘synusb_probe’: ../drivers/input/mouse/synaptics_usb.c:362:57: warning: ‘/input0’ directive output may be truncated writing 7 bytes into a region of size between 1 and 64 [-Wformat-truncation=] 362 | snprintf(synusb->phys, sizeof(synusb->phys), "%s/input0", path); | ^~~~~~~ ../drivers/input/mouse/synaptics_usb.c:362:9: note: ‘snprintf’ output between 8 and 71 bytes into a destination of size 64 362 | snprintf(synusb->phys, sizeof(synusb->phys), "%s/input0", path); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ New errors added --- /tmp/tmp.AZt8I7WRBd 2026-09-15 06:50:44.180223295 -0400 +++ /tmp/tmp.enL2UyXzZz 2026-09-15 06:51:22.269093403 -0400 @@ -1,0 +2,7 @@ +../drivers/input/mouse/synaptics_usb.c: In function ‘synusb_probe’: +../drivers/input/mouse/synaptics_usb.c:362:57: warning: ‘/input0’ directive output may be truncated writing 7 bytes into a region of size between 1 and 64 [-Wformat-truncation=] + 362 | snprintf(synusb->phys, sizeof(synusb->phys), "%s/input0", path); + | ^~~~~~~ +../drivers/input/mouse/synaptics_usb.c:362:9: note: ‘snprintf’ output between 8 and 71 bytes into a destination of size 64 + 362 | snprintf(synusb->phys, sizeof(synusb->phys), "%s/input0", path); + | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Per-file breakdown --- /tmp/tmp.ddz7gTWFLF 2026-09-15 06:51:22.271273072 -0400 +++ /tmp/tmp.HEzOcnwEM3 2026-09-15 06:51:22.274147538 -0400 @@ -0,0 +1 @@ + 1 ../drivers/input/mouse/synaptics_usb.c