Buildresult: linus/s390-allyesconfig/s390x-gcc8 built on Oct 21 2020, 08:52
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
Oct 21 2020, 08:52
Duration:
0:23:28.819291
Builder:
ka4
Revision:
Merge tag 'for-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply (
38525c6919e2f6b27c1855905f342a0def3cbdcf)
Target:
linus/s390-allyesconfig/s390x-gcc8
Branch:
linus
Compiler:
s390x-gcc8
(s390-linux-gcc (GCC) 8.1.0 / GNU ld (GNU Binutils) 2.30)
Config:
allyesconfig
(
download
)
Log:
Download original
Possible warnings (6)
drivers/gpu/drm/rockchip/cdn-dp-core.c:1124:12: warning: 'cdn_dp_resume' defined but not used [-Wunused-function] 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/media/platform/marvell-ccic/mmp-driver.c:324:12: warning: 'mmpcam_runtime_suspend' defined but not used [-Wunused-function] drivers/media/platform/marvell-ccic/mmp-driver.c:310:12: warning: 'mmpcam_runtime_resume' defined but not used [-Wunused-function] drivers/net/ethernet/marvell/mvpp2/mvpp2.h:760:2: warning: overflow in conversion from 'long unsigned int' to 'int' changes value from '18446744073709551584' to '-32' [-Woverflow]
Full Log
# git rev-parse -q --verify 38525c6919e2f6b27c1855905f342a0def3cbdcf^{commit} 38525c6919e2f6b27c1855905f342a0def3cbdcf already have revision, skipping fetch # git checkout -q -f -B kisskb 38525c6919e2f6b27c1855905f342a0def3cbdcf # git clean -qxdf # < git log -1 # commit 38525c6919e2f6b27c1855905f342a0def3cbdcf # Merge: f9915b964c25 7007fab4ae82 # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Tue Oct 20 10:56:34 2020 -0700 # # Merge tag 'for-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply # # Pull power supply and reset updates from Sebastian Reichel: # "Power-supply core: # - add wireless type # - properly document current direction # # Battery/charger driver changes: # - new fuel-gauge/charger driver for RN5T618/RN5T619 # - new charger driver for BQ25980, BQ25975 and BQ25960 # - bq27xxx-battery: add support for TI bq34z100 # - gpio-charger: convert to GPIO descriptors # - gpio-charger: add optional support for charge current limiting # - max17040: add support for max17041, max17043, max17044 # - max17040: add support for max17048, max17049, max17058, max17059 # - smb347-charger: add DT support # - smb247-charger: add SMB345 and SMB358 support # - simple-battery: add temperature properties # - lots of minor fixes, cleanups and DT binding YAML conversions # # Reset drivers: # - ocelot: Add support for Sparx5" # # * tag 'for-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply: (81 commits) # power: reset: POWER_RESET_OCELOT_RESET should depend on Ocelot or Sparx5 # power: supply: bq25980: Fix uninitialized wd_reg_val and overrun # power: supply: ltc2941: Fix ptr to enum cast # power: supply: test-power: revise parameter printing to use sprintf # power: supply: charger-manager: fix incorrect check on charging_duration_ms # power: supply: max17040: Fix ptr to enum cast # power: supply: bq25980: Fix uninitialized wd_reg_val # power: supply: bq25980: remove redundant zero check on ret # power: reset: ocelot: Add support for Sparx5 # dt-bindings: reset: ocelot: Add Sparx5 support # power: supply: sbs-battery: keep error code when get_property() fails # power: supply: bq25980: Add support for the BQ259xx family # dt-binding: bq25980: Add the bq25980 flash charger # power: supply: fix spelling mistake "unprecise" -> "imprecise" # power: supply: test_power: add missing newlines when printing parameters by sysfs # power: supply: pm2301: drop duplicated i2c_device_id # power: supply: charger-manager: drop unused charger assignment # power: supply: rt9455: skip 'struct acpi_device_id' when !CONFIG_ACPI # power: supply: goldfish: skip 'struct acpi_device_id' when !CONFIG_ACPI # power: supply: bq25890: skip 'struct acpi_device_id' when !CONFIG_ACPI # ... # < /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 38525c6919e2f6b27c1855905f342a0def3cbdcf # < make -s -j 10 ARCH=s390 O=/kisskb/build/linus_s390-allyesconfig_s390x-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/s390-linux/bin/s390-linux- allyesconfig # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # yes \n | make -s -j 10 ARCH=s390 O=/kisskb/build/linus_s390-allyesconfig_s390x-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/s390-linux/bin/s390-linux- oldconfig yes: standard output: Broken pipe # make -s -j 10 ARCH=s390 O=/kisskb/build/linus_s390-allyesconfig_s390x-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/s390-linux/bin/s390-linux- /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/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/media/platform/marvell-ccic/mmp-driver.c:324:12: warning: 'mmpcam_runtime_suspend' defined but not used [-Wunused-function] static int mmpcam_runtime_suspend(struct device *dev) ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/platform/marvell-ccic/mmp-driver.c:310:12: warning: 'mmpcam_runtime_resume' defined but not used [-Wunused-function] static int mmpcam_runtime_resume(struct device *dev) ^~~~~~~~~~~~~~~~~~~~~ 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:760: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:864: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:647:41: note: in expansion of macro 'MVPP2_BM_SHORT_PKT_SIZE' mvpp2_pools[MVPP2_BM_SHORT].pkt_size = MVPP2_BM_SHORT_PKT_SIZE; ^~~~~~~~~~~~~~~~~~~~~~~ Completed OK # rm -rf /kisskb/build/linus_s390-allyesconfig_s390x-gcc8 # Build took: 0:23:28.819291
© Michael Ellerman 2006-2018.