========== build_clang - FAILED Documentation/.renames.txt: warning: ignored by one of the .gitignore files ../drivers/misc/tc956x_pci.c:374:17: error: call to undeclared function 'u32_get_bits'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 374 | BUILD_BUG_ON(!!u32_get_bits(lower_32_bits(TC956X_SLV00_SRC_ADDR), | ^ ../drivers/misc/tc956x_pci.c:374:17: note: did you mean 'cr4_set_bits'? ../arch/x86/include/asm/tlbflush.h:42:20: note: 'cr4_set_bits' declared here 42 | static inline void cr4_set_bits(unsigned long mask) | ^ ../drivers/misc/tc956x_pci.c:386:17: error: call to undeclared function 'u32_encode_bits'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 386 | atr_size_val = u32_encode_bits(SLV00_ATR_SIZE, ATR_SIZE_MASK); | ^ ../drivers/misc/tc956x_pci.c:541:17: error: call to undeclared function 'u32_get_bits'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 541 | chip->rev_id = u32_get_bits(val, NCID_REV_ID_MASK); | ^ 3 errors generated. make[5]: *** [../scripts/Makefile.build:289: drivers/misc/tc956x_pci.o] Error 1 make[4]: *** [../scripts/Makefile.build:548: drivers/misc] Error 2 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [../scripts/Makefile.build:548: drivers] Error 2 make[2]: *** [/srv/nipa-poller/net-next/wt-1/Makefile:2141: .] Error 2 make[1]: *** [/srv/nipa-poller/net-next/wt-1/Makefile:248: __sub-make] Error 2 make: *** [Makefile:248: __sub-make] Error 2 Documentation/.renames.txt: warning: ignored by one of the .gitignore files Documentation/.renames.txt: warning: ignored by one of the .gitignore files ../drivers/misc/tc956x_pci.c:374:17: error: call to undeclared function 'u32_get_bits'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 374 | BUILD_BUG_ON(!!u32_get_bits(lower_32_bits(TC956X_SLV00_SRC_ADDR), | ^ ../drivers/misc/tc956x_pci.c:374:17: note: did you mean 'cr4_set_bits'? ../arch/x86/include/asm/tlbflush.h:42:20: note: 'cr4_set_bits' declared here 42 | static inline void cr4_set_bits(unsigned long mask) | ^ ../drivers/misc/tc956x_pci.c:386:17: error: call to undeclared function 'u32_encode_bits'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 386 | atr_size_val = u32_encode_bits(SLV00_ATR_SIZE, ATR_SIZE_MASK); | ^ ../drivers/misc/tc956x_pci.c:541:17: error: call to undeclared function 'u32_get_bits'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 541 | chip->rev_id = u32_get_bits(val, NCID_REV_ID_MASK); | ^ 3 errors generated. make[5]: *** [../scripts/Makefile.build:289: drivers/misc/tc956x_pci.o] Error 1 make[4]: *** [../scripts/Makefile.build:548: drivers/misc] Error 2 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [../scripts/Makefile.build:548: drivers] Error 2 make[2]: *** [/srv/nipa-poller/net-next/wt-1/Makefile:2141: .] Error 2 make[1]: *** [/srv/nipa-poller/net-next/wt-1/Makefile:248: __sub-make] Error 2 make: *** [Makefile:248: __sub-make] Error 2 New errors added --- /tmp/tmp.eMLOgs6kqH 2026-05-01 13:10:25.500092714 -0400 +++ /tmp/tmp.B6tvHRim6M 2026-05-01 13:12:02.699232722 -0400 @@ -1,0 +2,21 @@ +../drivers/misc/tc956x_pci.c:374:17: error: call to undeclared function 'u32_get_bits'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] + 374 | BUILD_BUG_ON(!!u32_get_bits(lower_32_bits(TC956X_SLV00_SRC_ADDR), + | ^ +../drivers/misc/tc956x_pci.c:374:17: note: did you mean 'cr4_set_bits'? +../arch/x86/include/asm/tlbflush.h:42:20: note: 'cr4_set_bits' declared here + 42 | static inline void cr4_set_bits(unsigned long mask) + | ^ +../drivers/misc/tc956x_pci.c:386:17: error: call to undeclared function 'u32_encode_bits'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] + 386 | atr_size_val = u32_encode_bits(SLV00_ATR_SIZE, ATR_SIZE_MASK); + | ^ +../drivers/misc/tc956x_pci.c:541:17: error: call to undeclared function 'u32_get_bits'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] + 541 | chip->rev_id = u32_get_bits(val, NCID_REV_ID_MASK); + | ^ +3 errors generated. +make[5]: *** [../scripts/Makefile.build:289: drivers/misc/tc956x_pci.o] Error 1 +make[4]: *** [../scripts/Makefile.build:548: drivers/misc] Error 2 +make[4]: *** Waiting for unfinished jobs.... +make[3]: *** [../scripts/Makefile.build:548: drivers] Error 2 +make[2]: *** [/srv/nipa-poller/net-next/wt-1/Makefile:2141: .] Error 2 +make[1]: *** [/srv/nipa-poller/net-next/wt-1/Makefile:248: __sub-make] Error 2 +make: *** [Makefile:248: __sub-make] Error 2 Per-file breakdown --- /tmp/tmp.Btrvl2AfBX 2026-05-01 13:12:02.702232696 -0400 +++ /tmp/tmp.7rTQGKaFdM 2026-05-01 13:12:02.704232678 -0400 @@ -0,0 +1 @@ + 3 ../drivers/misc/tc956x_pci.c