========== build_clang - FAILED Documentation/.renames.txt: warning: ignored by one of the .gitignore files Documentation/.renames.txt: warning: ignored by one of the .gitignore files ../drivers/net/dsa/microchip/ksz_ptp.c:1187:40: warning: variable 'p' is uninitialized when used here [-Wuninitialized] 1187 | ptpirq->reg_mask = ops->get_port_addr(p, KSZ8463_PTP_TS_IER); | ^ ../drivers/net/dsa/microchip/ksz_ptp.c:1175:7: note: initialize the variable 'p' to silence this warning 1175 | int p; | ^ | = 0 1 warning generated. New errors added --- /tmp/tmp.zQTpwZteuP 2026-01-15 11:25:05.631769499 -0500 +++ /tmp/tmp.RwknxbnJtK 2026-01-15 11:25:39.095485596 -0500 @@ -1,0 +2,8 @@ +../drivers/net/dsa/microchip/ksz_ptp.c:1187:40: warning: variable 'p' is uninitialized when used here [-Wuninitialized] + 1187 | ptpirq->reg_mask = ops->get_port_addr(p, KSZ8463_PTP_TS_IER); + | ^ +../drivers/net/dsa/microchip/ksz_ptp.c:1175:7: note: initialize the variable 'p' to silence this warning + 1175 | int p; + | ^ + | = 0 +1 warning generated. Per-file breakdown --- /tmp/tmp.04fLJcO8Vj 2026-01-15 11:26:04.622269029 -0500 +++ /tmp/tmp.viC5HWhnjW 2026-01-15 11:26:04.624269012 -0500 @@ -0,0 +1 @@ + 2 ../drivers/net/dsa/microchip/ksz_ptp.c