========== build_clang - FAILED Documentation/.renames.txt: warning: ignored by one of the .gitignore files ../net/sched/act_mirred.c:271:41: warning: variable 'at_ingress' is uninitialized when used here [-Wuninitialized] 271 | if (dev == skb->dev && want_ingress == at_ingress) { | ^~~~~~~~~~ ../net/sched/act_mirred.c:256:17: note: initialize the variable 'at_ingress' to silence this warning 256 | bool at_ingress; | ^ | = 0 1 warning generated. Documentation/.renames.txt: warning: ignored by one of the .gitignore files Documentation/.renames.txt: warning: ignored by one of the .gitignore files ../net/sched/act_mirred.c:271:41: warning: variable 'at_ingress' is uninitialized when used here [-Wuninitialized] 271 | if (dev == skb->dev && want_ingress == at_ingress) { | ^~~~~~~~~~ ../net/sched/act_mirred.c:256:17: note: initialize the variable 'at_ingress' to silence this warning 256 | bool at_ingress; | ^ | = 0 1 warning generated. New errors added --- /tmp/tmp.TUw7ID3VX9 2025-12-30 14:27:07.396971033 -0500 +++ /tmp/tmp.UxKg9Q5Spm 2025-12-30 14:27:38.744614592 -0500 @@ -1,0 +2,8 @@ +../net/sched/act_mirred.c:271:41: warning: variable 'at_ingress' is uninitialized when used here [-Wuninitialized] + 271 | if (dev == skb->dev && want_ingress == at_ingress) { + | ^~~~~~~~~~ +../net/sched/act_mirred.c:256:17: note: initialize the variable 'at_ingress' to silence this warning + 256 | bool at_ingress; + | ^ + | = 0 +1 warning generated. Per-file breakdown --- /tmp/tmp.nRG8nU1NY3 2025-12-30 14:28:05.422311251 -0500 +++ /tmp/tmp.bxmJH0vHUb 2025-12-30 14:28:05.426167567 -0500 @@ -0,0 +1 @@ + 2 ../net/sched/act_mirred.c