Buildresult: linux-next-rand/arm64-randconfig/arm64-gcc8 built on Aug 3 2021, 12:30
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
Aug 3 2021, 12:30
Duration:
0:13:49.342848
Builder:
ka1
Revision:
Add linux-next specific files for 20210802 (
3a928c58ca10d61051e6a2be65a81418615ef92c)
Target:
linux-next-rand/arm64-randconfig/arm64-gcc8
Branch:
linux-next-rand
Compiler:
arm64-gcc8
(aarch64-linux-gcc (GCC) 8.1.0 / GNU ld (GNU Binutils) 2.30)
Config:
randconfig
(
download
)
Log:
Download original
Possible warnings (7)
kernel/trace/trace_osnoise.c:1461:8: warning: 'main' is usually a function [-Wmain] drivers/soc/ixp4xx/ixp4xx-npe.c:696:18: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'resource_size_t' {aka 'long long unsigned int'} [-Wformat=] drivers/soc/ixp4xx/ixp4xx-npe.c:696:18: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'resource_size_t' {aka 'long long unsigned int'} [-Wformat=] drivers/soc/ixp4xx/ixp4xx-npe.c:705:18: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'resource_size_t' {aka 'long long unsigned int'} [-Wformat=] drivers/soc/ixp4xx/ixp4xx-npe.c:705:18: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'resource_size_t' {aka 'long long unsigned int'} [-Wformat=] drivers/soc/ixp4xx/ixp4xx-npe.c:710:17: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'resource_size_t' {aka 'long long unsigned int'} [-Wformat=] drivers/soc/ixp4xx/ixp4xx-npe.c:710:17: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'resource_size_t' {aka 'long long unsigned int'} [-Wformat=]
Full Log
# git gc # git rev-parse -q --verify 3a928c58ca10d61051e6a2be65a81418615ef92c^{commit} # git fetch -q -n -f git://gitlab.ozlabs.ibm.com/mirror/linux-next.git master # git rev-parse -q --verify 3a928c58ca10d61051e6a2be65a81418615ef92c^{commit} 3a928c58ca10d61051e6a2be65a81418615ef92c # git checkout -q -f -B kisskb 3a928c58ca10d61051e6a2be65a81418615ef92c # git clean -qxdf # < git log -1 # commit 3a928c58ca10d61051e6a2be65a81418615ef92c # Author: Mark Brown <broonie@kernel.org> # Date: Tue Aug 3 02:23:39 2021 +0100 # # Add linux-next specific files for 20210802 # # Signed-off-by: Mark Brown <broonie@kernel.org> # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux-ld --version # < git log --format=%s --max-count=1 3a928c58ca10d61051e6a2be65a81418615ef92c # < make -s -j 8 ARCH=arm64 O=/kisskb/build/linux-next-rand_arm64-randconfig_arm64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux- randconfig # Added to kconfig CONFIG_PREVENT_FIRMWARE_BUILD=y # < make -s -j 8 ARCH=arm64 O=/kisskb/build/linux-next-rand_arm64-randconfig_arm64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux- help # make -s -j 8 ARCH=arm64 O=/kisskb/build/linux-next-rand_arm64-randconfig_arm64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux- olddefconfig # make -s -j 8 ARCH=arm64 O=/kisskb/build/linux-next-rand_arm64-randconfig_arm64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux- /kisskb/src/kernel/trace/trace_osnoise.c: In function 'start_kthread': /kisskb/src/kernel/trace/trace_osnoise.c:1461:8: warning: 'main' is usually a function [-Wmain] void *main = osnoise_main; ^~~~ In file included from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/dma-mapping.h:7, from /kisskb/src/drivers/soc/ixp4xx/ixp4xx-npe.c:15: /kisskb/src/drivers/soc/ixp4xx/ixp4xx-npe.c: In function 'ixp4xx_npe_probe': /kisskb/src/drivers/soc/ixp4xx/ixp4xx-npe.c:696:18: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'resource_size_t' {aka 'long long unsigned int'} [-Wformat=] dev_info(dev, "NPE%d at 0x%08x-0x%08x not available\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/dev_printk.h:110:16: note: in definition of macro 'dev_printk_index_wrap' _p_func(dev, fmt, ##__VA_ARGS__); \ ^~~ /kisskb/src/include/linux/dev_printk.h:150:51: note: in expansion of macro 'dev_fmt' dev_printk_index_wrap(_dev_info, KERN_INFO, dev, dev_fmt(fmt), ##__VA_ARGS__) ^~~~~~~ /kisskb/src/drivers/soc/ixp4xx/ixp4xx-npe.c:696:4: note: in expansion of macro 'dev_info' dev_info(dev, "NPE%d at 0x%08x-0x%08x not available\n", ^~~~~~~~ /kisskb/src/drivers/soc/ixp4xx/ixp4xx-npe.c:696:18: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'resource_size_t' {aka 'long long unsigned int'} [-Wformat=] dev_info(dev, "NPE%d at 0x%08x-0x%08x not available\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/dev_printk.h:110:16: note: in definition of macro 'dev_printk_index_wrap' _p_func(dev, fmt, ##__VA_ARGS__); \ ^~~ /kisskb/src/include/linux/dev_printk.h:150:51: note: in expansion of macro 'dev_fmt' dev_printk_index_wrap(_dev_info, KERN_INFO, dev, dev_fmt(fmt), ##__VA_ARGS__) ^~~~~~~ /kisskb/src/drivers/soc/ixp4xx/ixp4xx-npe.c:696:4: note: in expansion of macro 'dev_info' dev_info(dev, "NPE%d at 0x%08x-0x%08x not available\n", ^~~~~~~~ /kisskb/src/drivers/soc/ixp4xx/ixp4xx-npe.c:705:18: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'resource_size_t' {aka 'long long unsigned int'} [-Wformat=] dev_info(dev, "NPE%d at 0x%08x-0x%08x does not reset\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/dev_printk.h:110:16: note: in definition of macro 'dev_printk_index_wrap' _p_func(dev, fmt, ##__VA_ARGS__); \ ^~~ /kisskb/src/include/linux/dev_printk.h:150:51: note: in expansion of macro 'dev_fmt' dev_printk_index_wrap(_dev_info, KERN_INFO, dev, dev_fmt(fmt), ##__VA_ARGS__) ^~~~~~~ /kisskb/src/drivers/soc/ixp4xx/ixp4xx-npe.c:705:4: note: in expansion of macro 'dev_info' dev_info(dev, "NPE%d at 0x%08x-0x%08x does not reset\n", ^~~~~~~~ /kisskb/src/drivers/soc/ixp4xx/ixp4xx-npe.c:705:18: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'resource_size_t' {aka 'long long unsigned int'} [-Wformat=] dev_info(dev, "NPE%d at 0x%08x-0x%08x does not reset\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/dev_printk.h:110:16: note: in definition of macro 'dev_printk_index_wrap' _p_func(dev, fmt, ##__VA_ARGS__); \ ^~~ /kisskb/src/include/linux/dev_printk.h:150:51: note: in expansion of macro 'dev_fmt' dev_printk_index_wrap(_dev_info, KERN_INFO, dev, dev_fmt(fmt), ##__VA_ARGS__) ^~~~~~~ /kisskb/src/drivers/soc/ixp4xx/ixp4xx-npe.c:705:4: note: in expansion of macro 'dev_info' dev_info(dev, "NPE%d at 0x%08x-0x%08x does not reset\n", ^~~~~~~~ /kisskb/src/drivers/soc/ixp4xx/ixp4xx-npe.c:710:17: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'resource_size_t' {aka 'long long unsigned int'} [-Wformat=] dev_info(dev, "NPE%d at 0x%08x-0x%08x registered\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/dev_printk.h:110:16: note: in definition of macro 'dev_printk_index_wrap' _p_func(dev, fmt, ##__VA_ARGS__); \ ^~~ /kisskb/src/include/linux/dev_printk.h:150:51: note: in expansion of macro 'dev_fmt' dev_printk_index_wrap(_dev_info, KERN_INFO, dev, dev_fmt(fmt), ##__VA_ARGS__) ^~~~~~~ /kisskb/src/drivers/soc/ixp4xx/ixp4xx-npe.c:710:3: note: in expansion of macro 'dev_info' dev_info(dev, "NPE%d at 0x%08x-0x%08x registered\n", ^~~~~~~~ /kisskb/src/drivers/soc/ixp4xx/ixp4xx-npe.c:710:17: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'resource_size_t' {aka 'long long unsigned int'} [-Wformat=] dev_info(dev, "NPE%d at 0x%08x-0x%08x registered\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/dev_printk.h:110:16: note: in definition of macro 'dev_printk_index_wrap' _p_func(dev, fmt, ##__VA_ARGS__); \ ^~~ /kisskb/src/include/linux/dev_printk.h:150:51: note: in expansion of macro 'dev_fmt' dev_printk_index_wrap(_dev_info, KERN_INFO, dev, dev_fmt(fmt), ##__VA_ARGS__) ^~~~~~~ /kisskb/src/drivers/soc/ixp4xx/ixp4xx-npe.c:710:3: note: in expansion of macro 'dev_info' dev_info(dev, "NPE%d at 0x%08x-0x%08x registered\n", ^~~~~~~~ Completed OK # rm -rf /kisskb/build/linux-next-rand_arm64-randconfig_arm64-gcc8 # Build took: 0:13:49.342848
© Michael Ellerman 2006-2018.