========== build_32bit - FAILED 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 WARNING: modpost: missing MODULE_DESCRIPTION() in arch/x86/mm/testmmiotrace.o WARNING: modpost: missing MODULE_DESCRIPTION() in kernel/locking/test-ww_mutex.o WARNING: modpost: missing MODULE_DESCRIPTION() in lib/test_objpool.o WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/clk/imx/mxc-clk.o WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/clk/imx/clk-imxrt1050.o WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/devfreq/governor_simpleondemand.o WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/devfreq/governor_performance.o WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/devfreq/governor_powersave.o WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/devfreq/governor_userspace.o 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 ../drivers/net/netconsole.c: In function ‘stats_show’: ../drivers/net/netconsole.c:388:46: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 3 has type ‘size_t’ {aka ‘unsigned int’} [-Wformat=] 388 | return sysfs_emit(buf, "xmit_drop: %lu enomem: %lu\n", | ~~^ | | | long unsigned int | %u 389 | nt->stats.xmit_drop_count, nt->stats.enomem_count); | ~~~~~~~~~~~~~~~~~~~~~~~~~ | | | size_t {aka unsigned int} ../drivers/net/netconsole.c:388:58: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 4 has type ‘size_t’ {aka ‘unsigned int’} [-Wformat=] 388 | return sysfs_emit(buf, "xmit_drop: %lu enomem: %lu\n", | ~~^ | | | long unsigned int | %u 389 | nt->stats.xmit_drop_count, nt->stats.enomem_count); | ~~~~~~~~~~~~~~~~~~~~~~ | | | size_t {aka unsigned int} WARNING: modpost: missing MODULE_DESCRIPTION() in arch/x86/mm/testmmiotrace.o WARNING: modpost: missing MODULE_DESCRIPTION() in kernel/locking/test-ww_mutex.o WARNING: modpost: missing MODULE_DESCRIPTION() in lib/test_objpool.o WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/clk/imx/mxc-clk.o WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/clk/imx/clk-imxrt1050.o WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/devfreq/governor_simpleondemand.o WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/devfreq/governor_performance.o WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/devfreq/governor_powersave.o WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/devfreq/governor_userspace.o New errors added --- /tmp/tmp.3dol3SuQsM 2024-08-24 15:03:08.055359877 -0700 +++ /tmp/tmp.w0FXuq5kiA 2024-08-24 15:03:57.376414060 -0700 @@ -7,0 +8,21 @@ +../drivers/net/netconsole.c: In function ‘stats_show’: +../drivers/net/netconsole.c:388:46: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 3 has type ‘size_t’ {aka ‘unsigned int’} [-Wformat=] + 388 | return sysfs_emit(buf, "xmit_drop: %lu enomem: %lu\n", + | ~~^ + | | + | long unsigned int + | %u + 389 | nt->stats.xmit_drop_count, nt->stats.enomem_count); + | ~~~~~~~~~~~~~~~~~~~~~~~~~ + | | + | size_t {aka unsigned int} +../drivers/net/netconsole.c:388:58: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 4 has type ‘size_t’ {aka ‘unsigned int’} [-Wformat=] + 388 | return sysfs_emit(buf, "xmit_drop: %lu enomem: %lu\n", + | ~~^ + | | + | long unsigned int + | %u + 389 | nt->stats.xmit_drop_count, nt->stats.enomem_count); + | ~~~~~~~~~~~~~~~~~~~~~~ + | | + | size_t {aka unsigned int} Per-file breakdown --- /tmp/tmp.0k5XQpHbNP 2024-08-24 15:03:57.384414231 -0700 +++ /tmp/tmp.kpSBLUZUin 2024-08-24 15:03:57.388414317 -0700 @@ -0,0 +1 @@ + 2 ../drivers/net/netconsole.c