Buildresult: linus/s390-allmodconfig/s390x-gcc8 built on Jun 25 2021, 10:13
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
Jun 25 2021, 10:13
Duration:
0:25:02.859412
Builder:
blade46
Revision:
Merge tag 'drm-fixes-2021-06-25' of git://anongit.freedesktop.org/drm/drm (
44db63d1ad8d71c6932cbe007eb41f31c434d140)
Target:
linus/s390-allmodconfig/s390x-gcc8
Branch:
linus
Compiler:
s390x-gcc8
(s390-linux-gcc (GCC) 8.1.0 / GNU ld (GNU Binutils) 2.30)
Config:
allmodconfig
(
download
)
Log:
Download original
Possible warnings (6)
arch/s390/kernel/traps.c:359:1: warning: '__do_pgm_check' uses dynamic stack allocation arch/s390/kernel/syscall.c:169:1: warning: '__do_syscall' uses dynamic stack allocation 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] 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]
Full Log
# git rev-parse -q --verify 44db63d1ad8d71c6932cbe007eb41f31c434d140^{commit} 44db63d1ad8d71c6932cbe007eb41f31c434d140 already have revision, skipping fetch # git checkout -q -f -B kisskb 44db63d1ad8d71c6932cbe007eb41f31c434d140 # git clean -qxdf # < git log -1 # commit 44db63d1ad8d71c6932cbe007eb41f31c434d140 # Merge: 4a09d388f2ab 5e0e7a407675 # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Thu Jun 24 13:27:07 2021 -0700 # # Merge tag 'drm-fixes-2021-06-25' of git://anongit.freedesktop.org/drm/drm # # Pull drm fixes from Dave Airlie: # "This is a bit bigger than I'd like at this stage, and I guess last # week was extra quiet, but it's mostly one fix across three drivers to # wait for buffer move pinning to complete. # # There was one locking change that got reverted so it's just noise. # # Otherwise the amdgpu/nouveau changes are for known regressions, and # otherwise it's just misc changes in kmb/atmel/vc4 drivers. # # Summary: # # core: # - auth locking change + brown paper bag revert # # radeon/nouveau/amdgpu/ttm: # - wait for BO to be pinned after moving it (same fix in three # drivers) # # amdgpu: # - Revert GFX9/10 doorbell fixes, we just end up trading one bug for # another # - Potential memory corruption fix in framebuffer handling # # nouveau: # - fix regression checking dma addresses # # kmb: # - error return fix # # atmel-hlcdc: # - fix kernel warnings at boot # - enable async flips # # vc4: # - fix CPU hang due to power management" # # * tag 'drm-fixes-2021-06-25' of git://anongit.freedesktop.org/drm/drm: # drm/nouveau: fix dma_address check for CPU/GPU sync # drm/kmb: Fix error return code in kmb_hw_init() # drm/amdgpu: wait for moving fence after pinning # drm/radeon: wait for moving fence after pinning # drm/nouveau: wait for moving fence after pinning v2 # Revert "drm: add a locked version of drm_is_current_master" # Revert "drm/amdgpu/gfx9: fix the doorbell missing when in CGPG issue." # Revert "drm/amdgpu/gfx10: enlarge CP_MEC_DOORBELL_RANGE_UPPER to cover full doorbell." # drm/amdgpu: Call drm_framebuffer_init last for framebuffer init # drm: add a locked version of drm_is_current_master # drm/atmel-hlcdc: Allow async page flips # drm/panel: ld9040: reference spi_device_id table # drm: atmel_hlcdc: Enable the crtc vblank prior to crtc usage. # drm/vc4: hdmi: Make sure the controller is powered in detect # drm/vc4: hdmi: Move the HSM clock enable to runtime_pm # < /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 44db63d1ad8d71c6932cbe007eb41f31c434d140 # < make -s -j 32 ARCH=s390 O=/kisskb/build/linus_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 32 ARCH=s390 O=/kisskb/build/linus_s390-allmodconfig_s390x-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/s390-linux/bin/s390-linux- help # make -s -j 32 ARCH=s390 O=/kisskb/build/linus_s390-allmodconfig_s390x-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/s390-linux/bin/s390-linux- olddefconfig # make -s -j 32 ARCH=s390 O=/kisskb/build/linus_s390-allmodconfig_s390x-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/s390-linux/bin/s390-linux- /kisskb/src/arch/s390/kernel/traps.c: In function '__do_pgm_check': /kisskb/src/arch/s390/kernel/traps.c:359:1: warning: '__do_pgm_check' uses dynamic stack allocation } ^ /kisskb/src/arch/s390/kernel/syscall.c: In function '__do_syscall': /kisskb/src/arch/s390/kernel/syscall.c:169:1: warning: '__do_syscall' uses dynamic stack allocation } ^ /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) ^~~~~~~~~~~~~ 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; ^~~~~~~~~~~~~~~~~~~~~~~ Completed OK # rm -rf /kisskb/build/linus_s390-allmodconfig_s390x-gcc8 # Build took: 0:25:02.859412
© Michael Ellerman 2006-2018.