Buildresult: linus-rand/x86_64-randconfig/x86_64-gcc8 built on Oct 29 2021, 07:00
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
Failed
Date/Time:
Oct 29 2021, 07:00
Duration:
0:04:30.681879
Builder:
blade4b
Revision:
Merge tag 'drm-fixes-2021-10-29' of git://anongit.freedesktop.org/drm/drm (
f31531e55495ca3746fb895ffdf73586be8259fa)
Target:
linus-rand/x86_64-randconfig/x86_64-gcc8
Branch:
linus-rand
Compiler:
x86_64-gcc8
(x86_64-linux-gcc (GCC) 8.1.0 / GNU ld (GNU Binutils) 2.30)
Config:
randconfig
(
download
)
Log:
Download original
Possible errors
(.text+0x4e7): undefined reference to `fb_set_suspend' drm_fb_helper.c:(.text+0x504): undefined reference to `fb_set_suspend' (.text+0x523): undefined reference to `unregister_framebuffer' (.text+0x555): undefined reference to `fb_sys_read' drm_fb_helper.c:(.text+0xe17): undefined reference to `register_framebuffer' drm_fb_helper.c:(.text+0x136f): undefined reference to `framebuffer_release' drm_fb_helper.c:(.text+0x13fb): undefined reference to `fb_dealloc_cmap' drm_fb_helper.c:(.text+0x148f): undefined reference to `fb_deferred_io_cleanup' drm_fb_helper.c:(.text+0x1567): undefined reference to `unregister_framebuffer' (.text+0x16de): undefined reference to `sys_fillrect' (.text+0x170e): undefined reference to `sys_copyarea' (.text+0x173e): undefined reference to `sys_imageblit' (.text+0x176e): undefined reference to `cfb_fillrect' (.text+0x17ee): undefined reference to `cfb_copyarea' (.text+0x186e): undefined reference to `cfb_imageblit' (.text+0x18ed): undefined reference to `fb_sys_write' (.text+0x199c): undefined reference to `fb_set_suspend' (.text+0x2550): undefined reference to `framebuffer_alloc' (.text+0x256e): undefined reference to `fb_alloc_cmap' (.text+0x257d): undefined reference to `framebuffer_release' (.text+0x25e0): undefined reference to `fb_dealloc_cmap' drm_fb_helper.c:(.text+0x270d): undefined reference to `fb_deferred_io_init' make[1]: *** [Makefile:1183: vmlinux] Error 1 make: *** [Makefile:219: __sub-make] Error 2
Possible warnings (3)
.config:5912:warning: override: reassigning to symbol STANDALONE .config:5913:warning: override: reassigning to symbol PREVENT_FIRMWARE_BUILD .config:5918:warning: override: reassigning to symbol GCC_PLUGIN_LATENT_ENTROPY
Full Log
# git rev-parse -q --verify f31531e55495ca3746fb895ffdf73586be8259fa^{commit} # git fetch -q -n -f git://fs.ozlabs.ibm.com/kernel/linus master # git rev-parse -q --verify f31531e55495ca3746fb895ffdf73586be8259fa^{commit} f31531e55495ca3746fb895ffdf73586be8259fa # git checkout -q -f -B kisskb f31531e55495ca3746fb895ffdf73586be8259fa # git clean -qxdf # < git log -1 # commit f31531e55495ca3746fb895ffdf73586be8259fa # Merge: 411a44c24a56 b112166a894d # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Thu Oct 28 12:17:01 2021 -0700 # # Merge tag 'drm-fixes-2021-10-29' of git://anongit.freedesktop.org/drm/drm # # Pull drm fixes from Dave Airlie: # "Quiet but not too quiet, I blame Halloween. # # The first set of amdgpu fixes missed last week, hence why this has a # few more of them, it's mostly display fixes for new GPUs and some # debugfs OOB stuff. # # The i915 patches have one to remove a tracepoint possible issue before # it's a real problem, the others around cflush and display are cc'ed to # stable as well. # # Otherwise it's just a few misc fixes. # # Summary: # # MAINTAINERS: # - Fix the path pattern # # ttm: # - Fix fence leak in ttm_transfered_destroy. # # core: # - Add GPD Win3 rotation quirk # # i915: # - Remove unconditional clflushes # - Fix oops on boot due to sync state on disabled DP encoders # - Revert backend specific data added to tracepoints # - Remove useless and incorrect memory frequence calculation # # panel: # - Add quirk for Aya Neo 2021 # # seltest: # - Reset property count for each drm damage selftest so full run will # work correctly. # # amdgpu: # - Fix two potential out of bounds writes in debugfs # - Fix revision handling for Yellow Carp # - Display fixes for Yellow Carp # - Display fixes for DCN 3.1" # # * tag 'drm-fixes-2021-10-29' of git://anongit.freedesktop.org/drm/drm: (21 commits) # MAINTAINERS: dri-devel is for all of drivers/gpu # drm/i915: Revert 'guc_id' from i915_request tracepoint # drm/amd/display: Fix deadlock when falling back to v2 from v3 # drm/amd/display: Fallback to clocks which meet requested voltage on DCN31 # drm/amdgpu: Fix even more out of bound writes from debugfs # drm: panel-orientation-quirks: Add quirk for GPD Win3 # drm/i915/dp: Skip the HW readout of DPCD on disabled encoders # drm/i915: Catch yet another unconditioal clflush # drm/i915: Convert unconditional clflush to drm_clflush_virt_range() # drm/i915/selftests: Properly reset mock object propers for each test # drm: panel-orientation-quirks: Add quirk for Aya Neo 2021 # drm/ttm: fix memleak in ttm_transfered_destroy # drm/amdgpu: support B0&B1 external revision id for yellow carp # drm/amd/display: Moved dccg init to after bios golden init # drm/amd/display: Increase watermark latencies for DCN3.1 # drm/amd/display: increase Z9 latency to workaround underflow in Z9 # drm/amd/display: Require immediate flip support for DCN3.1 planes # drm/amd/display: Fix prefetch bandwidth calculation for DCN3.1 # drm/amd/display: Limit display scaling to up to true 4k for DCN 3.1 # drm/amdgpu: fix out of bounds write # ... # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux-ld --version # < git log --format=%s --max-count=1 f31531e55495ca3746fb895ffdf73586be8259fa # < make -s -j 24 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux- randconfig # Added to kconfig CONFIG_STANDALONE=y # Added to kconfig CONFIG_PREVENT_FIRMWARE_BUILD=y # Added to kconfig CONFIG_CC_STACKPROTECTOR_STRONG=n # Added to kconfig CONFIG_GCC_PLUGINS=n # Added to kconfig CONFIG_GCC_PLUGIN_CYC_COMPLEXITY=n # Added to kconfig CONFIG_GCC_PLUGIN_SANCOV=n # Added to kconfig CONFIG_GCC_PLUGIN_LATENT_ENTROPY=n # Added to kconfig CONFIG_BPF_PRELOAD=n # Added to kconfig # < make -s -j 24 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux- help # make -s -j 24 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux- olddefconfig .config:5912:warning: override: reassigning to symbol STANDALONE .config:5913:warning: override: reassigning to symbol PREVENT_FIRMWARE_BUILD .config:5918:warning: override: reassigning to symbol GCC_PLUGIN_LATENT_ENTROPY # make -s -j 24 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux- drivers/gpu/drm/drm_fb_helper.o: In function `drm_fb_helper_set_suspend': (.text+0x4e7): undefined reference to `fb_set_suspend' drivers/gpu/drm/drm_fb_helper.o: In function `drm_fb_helper_resume_worker': drm_fb_helper.c:(.text+0x504): undefined reference to `fb_set_suspend' drivers/gpu/drm/drm_fb_helper.o: In function `drm_fb_helper_unregister_fbi': (.text+0x523): undefined reference to `unregister_framebuffer' drivers/gpu/drm/drm_fb_helper.o: In function `drm_fb_helper_sys_read': (.text+0x555): undefined reference to `fb_sys_read' drivers/gpu/drm/drm_fb_helper.o: In function `__drm_fb_helper_initial_config_and_unlock': drm_fb_helper.c:(.text+0xe17): undefined reference to `register_framebuffer' drivers/gpu/drm/drm_fb_helper.o: In function `drm_fb_helper_fini.part.23': drm_fb_helper.c:(.text+0x136f): undefined reference to `framebuffer_release' drm_fb_helper.c:(.text+0x13fb): undefined reference to `fb_dealloc_cmap' drivers/gpu/drm/drm_fb_helper.o: In function `drm_fbdev_cleanup': drm_fb_helper.c:(.text+0x148f): undefined reference to `fb_deferred_io_cleanup' drivers/gpu/drm/drm_fb_helper.o: In function `drm_fbdev_client_unregister': drm_fb_helper.c:(.text+0x1567): undefined reference to `unregister_framebuffer' drivers/gpu/drm/drm_fb_helper.o: In function `drm_fb_helper_sys_fillrect': (.text+0x16de): undefined reference to `sys_fillrect' drivers/gpu/drm/drm_fb_helper.o: In function `drm_fb_helper_sys_copyarea': (.text+0x170e): undefined reference to `sys_copyarea' drivers/gpu/drm/drm_fb_helper.o: In function `drm_fb_helper_sys_imageblit': (.text+0x173e): undefined reference to `sys_imageblit' drivers/gpu/drm/drm_fb_helper.o: In function `drm_fb_helper_cfb_fillrect': (.text+0x176e): undefined reference to `cfb_fillrect' drivers/gpu/drm/drm_fb_helper.o: In function `drm_fb_helper_cfb_copyarea': (.text+0x17ee): undefined reference to `cfb_copyarea' drivers/gpu/drm/drm_fb_helper.o: In function `drm_fb_helper_cfb_imageblit': (.text+0x186e): undefined reference to `cfb_imageblit' drivers/gpu/drm/drm_fb_helper.o: In function `drm_fb_helper_sys_write': (.text+0x18ed): undefined reference to `fb_sys_write' drivers/gpu/drm/drm_fb_helper.o: In function `drm_fb_helper_set_suspend_unlocked': (.text+0x199c): undefined reference to `fb_set_suspend' drivers/gpu/drm/drm_fb_helper.o: In function `drm_fb_helper_alloc_fbi': (.text+0x2550): undefined reference to `framebuffer_alloc' (.text+0x256e): undefined reference to `fb_alloc_cmap' (.text+0x257d): undefined reference to `framebuffer_release' (.text+0x25e0): undefined reference to `fb_dealloc_cmap' drivers/gpu/drm/drm_fb_helper.o: In function `drm_fb_helper_generic_probe': drm_fb_helper.c:(.text+0x270d): undefined reference to `fb_deferred_io_init' make[1]: *** [/kisskb/src/Makefile:1183: vmlinux] Error 1 make: *** [Makefile:219: __sub-make] Error 2 Command 'make -s -j 24 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 # Build took: 0:04:30.681879
© Michael Ellerman 2006-2018.