tools/testing/selftests/arm64/tags/.gitignore: warning: ignored by one of the .gitignore files tools/testing/selftests/arm64/tags/Makefile: warning: ignored by one of the .gitignore files tools/testing/selftests/arm64/tags/tags_test.c: warning: ignored by one of the .gitignore files tools/testing/selftests/kvm/.gitignore: warning: ignored by one of the .gitignore files tools/testing/selftests/kvm/Makefile: warning: ignored by one of the .gitignore files tools/testing/selftests/kvm/config: warning: ignored by one of the .gitignore files tools/testing/selftests/kvm/settings: warning: ignored by one of the .gitignore files In file included from ../include/linux/printk.h:574, from ../include/asm-generic/bug.h:22, from ../arch/x86/include/asm/bug.h:87, from ../include/linux/bug.h:5, from ../include/linux/fortify-string.h:6, from ../include/linux/string.h:374, from ../arch/x86/include/asm/page_32.h:18, from ../arch/x86/include/asm/page.h:14, from ../arch/x86/include/asm/processor.h:20, from ../arch/x86/include/asm/timex.h:5, from ../include/linux/timex.h:67, from ../include/linux/time32.h:13, from ../include/linux/time.h:60, from ../include/linux/stat.h:19, from ../include/linux/module.h:13, from ../net/ncsi/ncsi-manage.c:6: ../net/ncsi/ncsi-manage.c: In function ‘ncsi_choose_active_channel’: ../net/ncsi/ncsi-manage.c:1284:44: error: implicit declaration of function ‘str_up_down’ [-Wimplicit-function-declaration] 1284 | str_up_down(ncm->data[2] & 0x1)); | ^~~~~~~~~~~ ../include/linux/dynamic_debug.h:224:29: note: in definition of macro ‘__dynamic_func_call_cls’ 224 | func(&id, ##__VA_ARGS__); \ | ^~~~~~~~~~~ ../include/linux/dynamic_debug.h:250:9: note: in expansion of macro ‘_dynamic_func_call_cls’ 250 | _dynamic_func_call_cls(_DPRINTK_CLASS_DFLT, fmt, func, ##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ ../include/linux/dynamic_debug.h:277:9: note: in expansion of macro ‘_dynamic_func_call’ 277 | _dynamic_func_call(fmt, __dynamic_netdev_dbg, \ | ^~~~~~~~~~~~~~~~~~ ../include/net/net_debug.h:57:9: note: in expansion of macro ‘dynamic_netdev_dbg’ 57 | dynamic_netdev_dbg(__dev, format, ##args); \ | ^~~~~~~~~~~~~~~~~~ ../net/ncsi/ncsi-manage.c:1281:33: note: in expansion of macro ‘netdev_dbg’ 1281 | netdev_dbg(ndp->ndev.dev, | ^~~~~~~~~~ ../net/ncsi/ncsi-manage.c:1282:44: warning: format ‘%s’ expects argument of type ‘char *’, but argument 5 has type ‘int’ [-Wformat=] 1282 | "NCSI: Channel %u added to queue (link %s)\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1283 | nc->id, 1284 | str_up_down(ncm->data[2] & 0x1)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | int ../include/linux/dynamic_debug.h:224:29: note: in definition of macro ‘__dynamic_func_call_cls’ 224 | func(&id, ##__VA_ARGS__); \ | ^~~~~~~~~~~ ../include/linux/dynamic_debug.h:250:9: note: in expansion of macro ‘_dynamic_func_call_cls’ 250 | _dynamic_func_call_cls(_DPRINTK_CLASS_DFLT, fmt, func, ##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ ../include/linux/dynamic_debug.h:277:9: note: in expansion of macro ‘_dynamic_func_call’ 277 | _dynamic_func_call(fmt, __dynamic_netdev_dbg, \ | ^~~~~~~~~~~~~~~~~~ ../include/net/net_debug.h:57:9: note: in expansion of macro ‘dynamic_netdev_dbg’ 57 | dynamic_netdev_dbg(__dev, format, ##args); \ | ^~~~~~~~~~~~~~~~~~ ../net/ncsi/ncsi-manage.c:1281:33: note: in expansion of macro ‘netdev_dbg’ 1281 | netdev_dbg(ndp->ndev.dev, | ^~~~~~~~~~ ../net/ncsi/ncsi-manage.c:1282:84: note: format string is defined here 1282 | "NCSI: Channel %u added to queue (link %s)\n", | ~^ | | | char * | %d make[5]: *** [../scripts/Makefile.build:244: net/ncsi/ncsi-manage.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: net/ncsi] Error 2 make[3]: *** [../scripts/Makefile.build:485: net] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/home/nipa/net-next/wt-1/Makefile:1925: .] Error 2 make[1]: *** [/home/nipa/net-next/wt-1/Makefile:224: __sub-make] Error 2 make: *** [Makefile:224: __sub-make] Error 2 tools/testing/selftests/arm64/tags/.gitignore: warning: ignored by one of the .gitignore files tools/testing/selftests/arm64/tags/Makefile: warning: ignored by one of the .gitignore files tools/testing/selftests/arm64/tags/tags_test.c: warning: ignored by one of the .gitignore files tools/testing/selftests/kvm/.gitignore: warning: ignored by one of the .gitignore files tools/testing/selftests/kvm/Makefile: warning: ignored by one of the .gitignore files tools/testing/selftests/kvm/config: warning: ignored by one of the .gitignore files tools/testing/selftests/kvm/settings: warning: ignored by one of the .gitignore files In file included from ../include/linux/printk.h:574, from ../include/asm-generic/bug.h:22, from ../arch/x86/include/asm/bug.h:87, from ../include/linux/bug.h:5, from ../include/linux/fortify-string.h:6, from ../include/linux/string.h:374, from ../arch/x86/include/asm/page_32.h:18, from ../arch/x86/include/asm/page.h:14, from ../arch/x86/include/asm/processor.h:20, from ../arch/x86/include/asm/timex.h:5, from ../include/linux/timex.h:67, from ../include/linux/time32.h:13, from ../include/linux/time.h:60, from ../include/linux/stat.h:19, from ../include/linux/module.h:13, from ../net/ncsi/ncsi-aen.c:6: ../net/ncsi/ncsi-aen.c: In function ‘ncsi_aen_handler_lsc’: ../net/ncsi/ncsi-aen.c:78:28: error: implicit declaration of function ‘str_up_down’ [-Wimplicit-function-declaration] 78 | nc->id, str_up_down(data & 0x1)); | ^~~~~~~~~~~ ../include/linux/dynamic_debug.h:224:29: note: in definition of macro ‘__dynamic_func_call_cls’ 224 | func(&id, ##__VA_ARGS__); \ | ^~~~~~~~~~~ ../include/linux/dynamic_debug.h:250:9: note: in expansion of macro ‘_dynamic_func_call_cls’ 250 | _dynamic_func_call_cls(_DPRINTK_CLASS_DFLT, fmt, func, ##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ ../include/linux/dynamic_debug.h:277:9: note: in expansion of macro ‘_dynamic_func_call’ 277 | _dynamic_func_call(fmt, __dynamic_netdev_dbg, \ | ^~~~~~~~~~~~~~~~~~ ../include/net/net_debug.h:57:9: note: in expansion of macro ‘dynamic_netdev_dbg’ 57 | dynamic_netdev_dbg(__dev, format, ##args); \ | ^~~~~~~~~~~~~~~~~~ ../net/ncsi/ncsi-aen.c:77:9: note: in expansion of macro ‘netdev_dbg’ 77 | netdev_dbg(ndp->ndev.dev, "NCSI: LSC AEN - channel %u state %s\n", | ^~~~~~~~~~ ../net/ncsi/ncsi-aen.c:77:35: warning: format ‘%s’ expects argument of type ‘char *’, but argument 5 has type ‘int’ [-Wformat=] 77 | netdev_dbg(ndp->ndev.dev, "NCSI: LSC AEN - channel %u state %s\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 78 | nc->id, str_up_down(data & 0x1)); | ~~~~~~~~~~~~~~~~~~~~~~~ | | | int ../include/linux/dynamic_debug.h:224:29: note: in definition of macro ‘__dynamic_func_call_cls’ 224 | func(&id, ##__VA_ARGS__); \ | ^~~~~~~~~~~ ../include/linux/dynamic_debug.h:250:9: note: in expansion of macro ‘_dynamic_func_call_cls’ 250 | _dynamic_func_call_cls(_DPRINTK_CLASS_DFLT, fmt, func, ##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ ../include/linux/dynamic_debug.h:277:9: note: in expansion of macro ‘_dynamic_func_call’ 277 | _dynamic_func_call(fmt, __dynamic_netdev_dbg, \ | ^~~~~~~~~~~~~~~~~~ ../include/net/net_debug.h:57:9: note: in expansion of macro ‘dynamic_netdev_dbg’ 57 | dynamic_netdev_dbg(__dev, format, ##args); \ | ^~~~~~~~~~~~~~~~~~ ../net/ncsi/ncsi-aen.c:77:9: note: in expansion of macro ‘netdev_dbg’ 77 | netdev_dbg(ndp->ndev.dev, "NCSI: LSC AEN - channel %u state %s\n", | ^~~~~~~~~~ ../net/ncsi/ncsi-aen.c:77:70: note: format string is defined here 77 | netdev_dbg(ndp->ndev.dev, "NCSI: LSC AEN - channel %u state %s\n", | ~^ | | | char * | %d make[5]: *** [../scripts/Makefile.build:244: net/ncsi/ncsi-aen.o] Error 1 make[5]: *** Waiting for unfinished jobs.... In file included from ../include/linux/printk.h:574, from ../include/asm-generic/bug.h:22, from ../arch/x86/include/asm/bug.h:87, from ../include/linux/bug.h:5, from ../include/linux/fortify-string.h:6, from ../include/linux/string.h:374, from ../arch/x86/include/asm/page_32.h:18, from ../arch/x86/include/asm/page.h:14, from ../arch/x86/include/asm/processor.h:20, from ../arch/x86/include/asm/timex.h:5, from ../include/linux/timex.h:67, from ../include/linux/time32.h:13, from ../include/linux/time.h:60, from ../include/linux/stat.h:19, from ../include/linux/module.h:13, from ../net/ncsi/ncsi-manage.c:6: ../net/ncsi/ncsi-manage.c: In function ‘ncsi_choose_active_channel’: ../net/ncsi/ncsi-manage.c:1284:44: error: implicit declaration of function ‘str_up_down’ [-Wimplicit-function-declaration] 1284 | str_up_down(ncm->data[2] & 0x1)); | ^~~~~~~~~~~ ../include/linux/dynamic_debug.h:224:29: note: in definition of macro ‘__dynamic_func_call_cls’ 224 | func(&id, ##__VA_ARGS__); \ | ^~~~~~~~~~~ ../include/linux/dynamic_debug.h:250:9: note: in expansion of macro ‘_dynamic_func_call_cls’ 250 | _dynamic_func_call_cls(_DPRINTK_CLASS_DFLT, fmt, func, ##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ ../include/linux/dynamic_debug.h:277:9: note: in expansion of macro ‘_dynamic_func_call’ 277 | _dynamic_func_call(fmt, __dynamic_netdev_dbg, \ | ^~~~~~~~~~~~~~~~~~ ../include/net/net_debug.h:57:9: note: in expansion of macro ‘dynamic_netdev_dbg’ 57 | dynamic_netdev_dbg(__dev, format, ##args); \ | ^~~~~~~~~~~~~~~~~~ ../net/ncsi/ncsi-manage.c:1281:33: note: in expansion of macro ‘netdev_dbg’ 1281 | netdev_dbg(ndp->ndev.dev, | ^~~~~~~~~~ ../net/ncsi/ncsi-manage.c:1282:44: warning: format ‘%s’ expects argument of type ‘char *’, but argument 5 has type ‘int’ [-Wformat=] 1282 | "NCSI: Channel %u added to queue (link %s)\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1283 | nc->id, 1284 | str_up_down(ncm->data[2] & 0x1)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | int ../include/linux/dynamic_debug.h:224:29: note: in definition of macro ‘__dynamic_func_call_cls’ 224 | func(&id, ##__VA_ARGS__); \ | ^~~~~~~~~~~ ../include/linux/dynamic_debug.h:250:9: note: in expansion of macro ‘_dynamic_func_call_cls’ 250 | _dynamic_func_call_cls(_DPRINTK_CLASS_DFLT, fmt, func, ##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~~~~~~ ../include/linux/dynamic_debug.h:277:9: note: in expansion of macro ‘_dynamic_func_call’ 277 | _dynamic_func_call(fmt, __dynamic_netdev_dbg, \ | ^~~~~~~~~~~~~~~~~~ ../include/net/net_debug.h:57:9: note: in expansion of macro ‘dynamic_netdev_dbg’ 57 | dynamic_netdev_dbg(__dev, format, ##args); \ | ^~~~~~~~~~~~~~~~~~ ../net/ncsi/ncsi-manage.c:1281:33: note: in expansion of macro ‘netdev_dbg’ 1281 | netdev_dbg(ndp->ndev.dev, | ^~~~~~~~~~ ../net/ncsi/ncsi-manage.c:1282:84: note: format string is defined here 1282 | "NCSI: Channel %u added to queue (link %s)\n", | ~^ | | | char * | %d make[5]: *** [../scripts/Makefile.build:244: net/ncsi/ncsi-manage.o] Error 1 make[4]: *** [../scripts/Makefile.build:485: net/ncsi] Error 2 make[3]: *** [../scripts/Makefile.build:485: net] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/home/nipa/net-next/wt-1/Makefile:1925: .] Error 2 make[1]: *** [/home/nipa/net-next/wt-1/Makefile:224: __sub-make] Error 2 make: *** [Makefile:224: __sub-make] Error 2 New errors added --- /tmp/tmp.VzIHnduwsv 2024-08-23 04:51:31.666925628 -0700 +++ /tmp/tmp.JufPAguNcI 2024-08-23 04:51:43.087135988 -0700 @@ -22,0 +23,65 @@ + from ../net/ncsi/ncsi-aen.c:6: +../net/ncsi/ncsi-aen.c: In function ‘ncsi_aen_handler_lsc’: +../net/ncsi/ncsi-aen.c:78:28: error: implicit declaration of function ‘str_up_down’ [-Wimplicit-function-declaration] + 78 | nc->id, str_up_down(data & 0x1)); + | ^~~~~~~~~~~ +../include/linux/dynamic_debug.h:224:29: note: in definition of macro ‘__dynamic_func_call_cls’ + 224 | func(&id, ##__VA_ARGS__); \ + | ^~~~~~~~~~~ +../include/linux/dynamic_debug.h:250:9: note: in expansion of macro ‘_dynamic_func_call_cls’ + 250 | _dynamic_func_call_cls(_DPRINTK_CLASS_DFLT, fmt, func, ##__VA_ARGS__) + | ^~~~~~~~~~~~~~~~~~~~~~ +../include/linux/dynamic_debug.h:277:9: note: in expansion of macro ‘_dynamic_func_call’ + 277 | _dynamic_func_call(fmt, __dynamic_netdev_dbg, \ + | ^~~~~~~~~~~~~~~~~~ +../include/net/net_debug.h:57:9: note: in expansion of macro ‘dynamic_netdev_dbg’ + 57 | dynamic_netdev_dbg(__dev, format, ##args); \ + | ^~~~~~~~~~~~~~~~~~ +../net/ncsi/ncsi-aen.c:77:9: note: in expansion of macro ‘netdev_dbg’ + 77 | netdev_dbg(ndp->ndev.dev, "NCSI: LSC AEN - channel %u state %s\n", + | ^~~~~~~~~~ +../net/ncsi/ncsi-aen.c:77:35: warning: format ‘%s’ expects argument of type ‘char *’, but argument 5 has type ‘int’ [-Wformat=] + 77 | netdev_dbg(ndp->ndev.dev, "NCSI: LSC AEN - channel %u state %s\n", + | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + 78 | nc->id, str_up_down(data & 0x1)); + | ~~~~~~~~~~~~~~~~~~~~~~~ + | | + | int +../include/linux/dynamic_debug.h:224:29: note: in definition of macro ‘__dynamic_func_call_cls’ + 224 | func(&id, ##__VA_ARGS__); \ + | ^~~~~~~~~~~ +../include/linux/dynamic_debug.h:250:9: note: in expansion of macro ‘_dynamic_func_call_cls’ + 250 | _dynamic_func_call_cls(_DPRINTK_CLASS_DFLT, fmt, func, ##__VA_ARGS__) + | ^~~~~~~~~~~~~~~~~~~~~~ +../include/linux/dynamic_debug.h:277:9: note: in expansion of macro ‘_dynamic_func_call’ + 277 | _dynamic_func_call(fmt, __dynamic_netdev_dbg, \ + | ^~~~~~~~~~~~~~~~~~ +../include/net/net_debug.h:57:9: note: in expansion of macro ‘dynamic_netdev_dbg’ + 57 | dynamic_netdev_dbg(__dev, format, ##args); \ + | ^~~~~~~~~~~~~~~~~~ +../net/ncsi/ncsi-aen.c:77:9: note: in expansion of macro ‘netdev_dbg’ + 77 | netdev_dbg(ndp->ndev.dev, "NCSI: LSC AEN - channel %u state %s\n", + | ^~~~~~~~~~ +../net/ncsi/ncsi-aen.c:77:70: note: format string is defined here + 77 | netdev_dbg(ndp->ndev.dev, "NCSI: LSC AEN - channel %u state %s\n", + | ~^ + | | + | char * + | %d +make[5]: *** [../scripts/Makefile.build:244: net/ncsi/ncsi-aen.o] Error 1 +make[5]: *** Waiting for unfinished jobs.... +In file included from ../include/linux/printk.h:574, + from ../include/asm-generic/bug.h:22, + from ../arch/x86/include/asm/bug.h:87, + from ../include/linux/bug.h:5, + from ../include/linux/fortify-string.h:6, + from ../include/linux/string.h:374, + from ../arch/x86/include/asm/page_32.h:18, + from ../arch/x86/include/asm/page.h:14, + from ../arch/x86/include/asm/processor.h:20, + from ../arch/x86/include/asm/timex.h:5, + from ../include/linux/timex.h:67, + from ../include/linux/time32.h:13, + from ../include/linux/time.h:60, + from ../include/linux/stat.h:19, + from ../include/linux/module.h:13, Per-file breakdown --- /tmp/tmp.2vVrtzfXCi 2024-08-23 04:51:43.095136136 -0700 +++ /tmp/tmp.WEKIQpqx2A 2024-08-23 04:51:43.097136172 -0700 @@ -0,0 +1 @@ + 2 ../net/ncsi/ncsi-aen.c