========== 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.pcTUimK8Cp 2026-01-22 08:58:47.455325694 -0500 +++ /tmp/tmp.JfdvLSja6z 2026-01-22 08:59:21.277015692 -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.3MRgdShDaJ 2026-01-22 08:59:46.928780573 -0500 +++ /tmp/tmp.BAkwJrctG5 2026-01-22 08:59:46.931388619 -0500 @@ -0,0 +1 @@ + 2 ../drivers/net/dsa/microchip/ksz_ptp.c