========== build_clang - FAILED Documentation/.renames.txt: warning: ignored by one of the .gitignore files ../drivers/net/ethernet/intel/idpf/idpf_txrx.c:2339:7: warning: variable 'target' is used uninitialized whenever 'if' condition is true [-Wsometimes-uninitialized] 2339 | if (FIELD_GET(IDPF_TXD_COMPLQ_COMPL_TYPE_M, ctype_gen) != | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2340 | IDPF_TXD_COMPLT_SW_MARKER) | ~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/bitfield.h:175:2: note: expanded from macro 'FIELD_GET' 175 | ({ \ | ^ ../drivers/net/ethernet/intel/idpf/idpf_txrx.c:2353:7: note: uninitialized use occurs here 2353 | if (target == txq) | ^~~~~~ ../drivers/net/ethernet/intel/idpf/idpf_txrx.c:2339:3: note: remove the 'if' if its condition is always false 2339 | if (FIELD_GET(IDPF_TXD_COMPLQ_COMPL_TYPE_M, ctype_gen) != | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2340 | IDPF_TXD_COMPLT_SW_MARKER) | ~~~~~~~~~~~~~~~~~~~~~~~~~~ 2341 | goto next; | ~~~~~~~~~ ../drivers/net/ethernet/intel/idpf/idpf_txrx.c:2327:31: note: initialize the variable 'target' to silence this warning 2327 | struct idpf_tx_queue *target; | ^ | = NULL 1 warning generated. Warning: ../drivers/net/ethernet/intel/idpf/idpf_txrx.c:2407 expecting prototype for idpf_tx_splitq_has_room(). Prototype was for idpf_txq_has_room() instead Documentation/.renames.txt: warning: ignored by one of the .gitignore files Warning: ../drivers/net/ethernet/intel/idpf/idpf_txrx.c:2407 expecting prototype for idpf_tx_splitq_has_room(). Prototype was for idpf_txq_has_room() instead Documentation/.renames.txt: warning: ignored by one of the .gitignore files ../drivers/net/ethernet/intel/idpf/idpf_txrx.c:2339:7: warning: variable 'target' is used uninitialized whenever 'if' condition is true [-Wsometimes-uninitialized] 2339 | if (FIELD_GET(IDPF_TXD_COMPLQ_COMPL_TYPE_M, ctype_gen) != | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2340 | IDPF_TXD_COMPLT_SW_MARKER) | ~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/linux/bitfield.h:175:2: note: expanded from macro 'FIELD_GET' 175 | ({ \ | ^ ../drivers/net/ethernet/intel/idpf/idpf_txrx.c:2353:7: note: uninitialized use occurs here 2353 | if (target == txq) | ^~~~~~ ../drivers/net/ethernet/intel/idpf/idpf_txrx.c:2339:3: note: remove the 'if' if its condition is always false 2339 | if (FIELD_GET(IDPF_TXD_COMPLQ_COMPL_TYPE_M, ctype_gen) != | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2340 | IDPF_TXD_COMPLT_SW_MARKER) | ~~~~~~~~~~~~~~~~~~~~~~~~~~ 2341 | goto next; | ~~~~~~~~~ ../drivers/net/ethernet/intel/idpf/idpf_txrx.c:2327:31: note: initialize the variable 'target' to silence this warning 2327 | struct idpf_tx_queue *target; | ^ | = NULL 1 warning generated. Warning: ../drivers/net/ethernet/intel/idpf/idpf_txrx.c:2407 expecting prototype for idpf_tx_splitq_has_room(). Prototype was for idpf_txq_has_room() instead New errors added --- /tmp/tmp.83bgDkxRCu 2025-12-30 19:06:30.666877086 -0500 +++ /tmp/tmp.aFIPGgrY1O 2025-12-30 19:07:03.427512997 -0500 @@ -1,0 +2,23 @@ +../drivers/net/ethernet/intel/idpf/idpf_txrx.c:2339:7: warning: variable 'target' is used uninitialized whenever 'if' condition is true [-Wsometimes-uninitialized] + 2339 | if (FIELD_GET(IDPF_TXD_COMPLQ_COMPL_TYPE_M, ctype_gen) != + | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + 2340 | IDPF_TXD_COMPLT_SW_MARKER) + | ~~~~~~~~~~~~~~~~~~~~~~~~~ +../include/linux/bitfield.h:175:2: note: expanded from macro 'FIELD_GET' + 175 | ({ \ + | ^ +../drivers/net/ethernet/intel/idpf/idpf_txrx.c:2353:7: note: uninitialized use occurs here + 2353 | if (target == txq) + | ^~~~~~ +../drivers/net/ethernet/intel/idpf/idpf_txrx.c:2339:3: note: remove the 'if' if its condition is always false + 2339 | if (FIELD_GET(IDPF_TXD_COMPLQ_COMPL_TYPE_M, ctype_gen) != + | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + 2340 | IDPF_TXD_COMPLT_SW_MARKER) + | ~~~~~~~~~~~~~~~~~~~~~~~~~~ + 2341 | goto next; + | ~~~~~~~~~ +../drivers/net/ethernet/intel/idpf/idpf_txrx.c:2327:31: note: initialize the variable 'target' to silence this warning + 2327 | struct idpf_tx_queue *target; + | ^ + | = NULL +1 warning generated. Per-file breakdown --- /tmp/tmp.FQdgph2YKS 2025-12-30 19:07:33.166182493 -0500 +++ /tmp/tmp.JdYTeCdO6t 2025-12-30 19:07:33.168182471 -0500 @@ -0,0 +1 @@ + 2 ../drivers/net/ethernet/intel/idpf/idpf_txrx.c