Buildresult: linux-next/s390-allmodconfig/s390x-gcc8 built on Apr 6 2021, 23:01
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
Apr 6 2021, 23:01
Duration:
0:21:06.800136
Builder:
ka3
Revision:
Add linux-next specific files for 20210406 (
9c54130cd25528028b2d38f6ada0c79e92210390)
Target:
linux-next/s390-allmodconfig/s390x-gcc8
Branch:
linux-next
Compiler:
s390x-gcc8
(s390-linux-gcc (GCC) 8.1.0 / GNU ld (GNU Binutils) 2.30)
Config:
allmodconfig
(
download
)
Log:
Download original
Possible warnings (16)
include/kunit/test-bug.h:22:28: warning: '__kunit_fail_current_test' defined but not used [-Wunused-function] sound/soc/tegra/tegra20_i2s.c:48:12: warning: 'tegra20_i2s_runtime_resume' defined but not used [-Wunused-function] sound/soc/tegra/tegra20_i2s.c:37:12: warning: 'tegra20_i2s_runtime_suspend' defined but not used [-Wunused-function] sound/soc/tegra/tegra20_spdif.c:36:12: warning: 'tegra20_spdif_runtime_resume' defined but not used [-Wunused-function] sound/soc/tegra/tegra20_spdif.c:27:12: warning: 'tegra20_spdif_runtime_suspend' defined but not used [-Wunused-function] sound/soc/tegra/tegra30_ahub.c:64:12: warning: 'tegra30_ahub_runtime_resume' defined but not used [-Wunused-function] sound/soc/tegra/tegra30_ahub.c:43:12: warning: 'tegra30_ahub_runtime_suspend' defined but not used [-Wunused-function] sound/soc/tegra/tegra30_i2s.c:50:12: warning: 'tegra30_i2s_runtime_resume' defined but not used [-Wunused-function] sound/soc/tegra/tegra30_i2s.c:39:12: warning: 'tegra30_i2s_runtime_suspend' defined but not used [-Wunused-function] drivers/spi/spi-hisi-kunpeng.c:361:9: warning: conversion from 'long unsigned int' to 'u32' {aka 'unsigned int'} changes value from '18446744073709551600' to '4294967280' [-Woverflow] drivers/input/joystick/analog.c:160:2: warning: #warning Precise timer not defined for this architecture. [-Wcpp] #warning Precise timer not defined for this architecture. drivers/gpu/drm/rockchip/cdn-dp-core.c:1124:12: warning: 'cdn_dp_resume' defined but not used [-Wunused-function] lib/bitfield_kunit.c:93:1: warning: the frame size of 7424 bytes is larger than 2048 bytes [-Wframe-larger-than=] drivers/net/ethernet/marvell/mvpp2/mvpp2.h:844:2: warning: overflow in conversion from 'long unsigned int' to 'int' changes value from '18446744073709551584' to '-32' [-Woverflow] drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm.c:941:13: warning: 'dm_dmub_trace_high_irq' defined but not used [-Wunused-function]
Full Log
# git rev-parse -q --verify 9c54130cd25528028b2d38f6ada0c79e92210390^{commit} 9c54130cd25528028b2d38f6ada0c79e92210390 already have revision, skipping fetch # git checkout -q -f -B kisskb 9c54130cd25528028b2d38f6ada0c79e92210390 # git clean -qxdf # < git log -1 # commit 9c54130cd25528028b2d38f6ada0c79e92210390 # Author: Stephen Rothwell <sfr@canb.auug.org.au> # Date: Tue Apr 6 22:27:32 2021 +1000 # # Add linux-next specific files for 20210406 # # Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/s390-linux/bin/s390-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/s390-linux/bin/s390-linux-ld --version # < git log --format=%s --max-count=1 9c54130cd25528028b2d38f6ada0c79e92210390 # < make -s -j 80 ARCH=s390 O=/kisskb/build/linux-next_s390-allmodconfig_s390x-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/s390-linux/bin/s390-linux- allmodconfig # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # Added to kconfig CONFIG_SAMPLES=n # < make -s -j 80 ARCH=s390 O=/kisskb/build/linux-next_s390-allmodconfig_s390x-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/s390-linux/bin/s390-linux- help # make -s -j 80 ARCH=s390 O=/kisskb/build/linux-next_s390-allmodconfig_s390x-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/s390-linux/bin/s390-linux- olddefconfig # make -s -j 80 ARCH=s390 O=/kisskb/build/linux-next_s390-allmodconfig_s390x-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/s390-linux/bin/s390-linux- In file included from /kisskb/src/lib/kunit/test.c:10: /kisskb/src/include/kunit/test-bug.h:22:28: warning: '__kunit_fail_current_test' defined but not used [-Wunused-function] static __printf(3, 4) void __kunit_fail_current_test(const char *file, int line, ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/soc/tegra/tegra20_i2s.c:48:12: warning: 'tegra20_i2s_runtime_resume' defined but not used [-Wunused-function] static int tegra20_i2s_runtime_resume(struct device *dev) ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/soc/tegra/tegra20_i2s.c:37:12: warning: 'tegra20_i2s_runtime_suspend' defined but not used [-Wunused-function] static int tegra20_i2s_runtime_suspend(struct device *dev) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/soc/tegra/tegra20_spdif.c:36:12: warning: 'tegra20_spdif_runtime_resume' defined but not used [-Wunused-function] static int tegra20_spdif_runtime_resume(struct device *dev) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/soc/tegra/tegra20_spdif.c:27:12: warning: 'tegra20_spdif_runtime_suspend' defined but not used [-Wunused-function] static int tegra20_spdif_runtime_suspend(struct device *dev) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/soc/tegra/tegra30_ahub.c:64:12: warning: 'tegra30_ahub_runtime_resume' defined but not used [-Wunused-function] static int tegra30_ahub_runtime_resume(struct device *dev) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/soc/tegra/tegra30_ahub.c:43:12: warning: 'tegra30_ahub_runtime_suspend' defined but not used [-Wunused-function] static int tegra30_ahub_runtime_suspend(struct device *dev) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/soc/tegra/tegra30_i2s.c:50:12: warning: 'tegra30_i2s_runtime_resume' defined but not used [-Wunused-function] static int tegra30_i2s_runtime_resume(struct device *dev) ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/soc/tegra/tegra30_i2s.c:39:12: warning: 'tegra30_i2s_runtime_suspend' defined but not used [-Wunused-function] static int tegra30_i2s_runtime_suspend(struct device *dev) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/spi/spi-hisi-kunpeng.c: In function 'hisi_spi_transfer_one': /kisskb/src/drivers/spi/spi-hisi-kunpeng.c:361:9: warning: conversion from 'long unsigned int' to 'u32' {aka 'unsigned int'} changes value from '18446744073709551600' to '4294967280' [-Woverflow] writel(~IMR_MASK, hs->regs + HISI_SPI_IMR); ^ /kisskb/src/drivers/input/joystick/analog.c:160:2: warning: #warning Precise timer not defined for this architecture. [-Wcpp] #warning Precise timer not defined for this architecture. ^~~~~~~ /kisskb/src/drivers/gpu/drm/rockchip/cdn-dp-core.c:1124:12: warning: 'cdn_dp_resume' defined but not used [-Wunused-function] static int cdn_dp_resume(struct device *dev) ^~~~~~~~~~~~~ /kisskb/src/lib/bitfield_kunit.c: In function 'test_bitfields_constants': /kisskb/src/lib/bitfield_kunit.c:93:1: warning: the frame size of 7424 bytes is larger than 2048 bytes [-Wframe-larger-than=] } ^ In file included from /kisskb/src/drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c:42: /kisskb/src/drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c: In function 'mvpp2_setup_bm_pool': /kisskb/src/drivers/net/ethernet/marvell/mvpp2/mvpp2.h:844:2: warning: overflow in conversion from 'long unsigned int' to 'int' changes value from '18446744073709551584' to '-32' [-Woverflow] ((total_size) - MVPP2_SKB_HEADROOM - MVPP2_SKB_SHINFO_SIZE) ^ /kisskb/src/drivers/net/ethernet/marvell/mvpp2/mvpp2.h:948:33: note: in expansion of macro 'MVPP2_RX_MAX_PKT_SIZE' #define MVPP2_BM_SHORT_PKT_SIZE MVPP2_RX_MAX_PKT_SIZE(MVPP2_BM_SHORT_FRAME_SIZE) ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c:683:41: note: in expansion of macro 'MVPP2_BM_SHORT_PKT_SIZE' mvpp2_pools[MVPP2_BM_SHORT].pkt_size = MVPP2_BM_SHORT_PKT_SIZE; ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm.c:941:13: warning: 'dm_dmub_trace_high_irq' defined but not used [-Wunused-function] static void dm_dmub_trace_high_irq(void *interrupt_params) ^~~~~~~~~~~~~~~~~~~~~~ Completed OK # rm -rf /kisskb/build/linux-next_s390-allmodconfig_s390x-gcc8 # Build took: 0:21:06.800136
© Michael Ellerman 2006-2018.