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.RbxFRLMh0a 2026-09-15 05:42:18.464290959 -0400 +++ /tmp/tmp.PhF5Rsemuj 2026-09-15 05:42:49.558396783 -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.tYQoLotGqW 2026-09-15 05:42:49.561552176 -0400 +++ /tmp/tmp.O2UoyChn9u 2026-09-15 05:42:49.563054734 -0400 @@ -0,0 +1 @@ + 1 ../drivers/input/mouse/synaptics_usb.c