Buildresult: linus-rand/x86_64-randconfig/x86_64-gcc11 built on Oct 3 2021, 07:09
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
Failed
Date/Time:
Oct 3 2021, 07:09
Duration:
0:05:58.397380
Builder:
ka1
Revision:
Merge tag 'block-5.15-2021-10-01' of git://git.kernel.dk/linux-block (
ab2a7a35c4e7e848de9a7cf70f36b62584154140)
Target:
linus-rand/x86_64-randconfig/x86_64-gcc11
Branch:
linus-rand
Compiler:
x86_64-gcc11
(x86_64-linux-gcc (GCC) 11.1.0 / GNU ld (GNU Binutils) 2.36.1)
Config:
randconfig
(
download
)
Log:
Download original
Possible errors
drm_fb_helper.c:(.text+0x22a): undefined reference to `fb_set_suspend' drm_fb_helper.c:(.text+0x257): undefined reference to `fb_set_suspend' drm_fb_helper.c:(.text+0x456): undefined reference to `unregister_framebuffer' drm_fb_helper.c:(.text+0x4e6): undefined reference to `framebuffer_release' /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux-ld: drm_fb_helper.c:(.text+0x5a0): undefined reference to `fb_dealloc_cmap' drm_fb_helper.c:(.text+0xce0): undefined reference to `framebuffer_alloc' /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux-ld: drm_fb_helper.c:(.text+0xcfe): undefined reference to `fb_alloc_cmap' /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux-ld: drm_fb_helper.c:(.text+0xd0d): undefined reference to `framebuffer_release' /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux-ld: drm_fb_helper.c:(.text+0xd7c): undefined reference to `fb_dealloc_cmap' drm_fb_helper.c:(.text+0xe98): undefined reference to `fb_deferred_io_init' drm_fb_helper.c:(.text+0x1249): undefined reference to `register_framebuffer' drm_fb_helper.c:(.text+0x19e2): undefined reference to `fb_set_suspend' drm_fb_helper.c:(.text+0x22e7): undefined reference to `cfb_fillrect' drm_fb_helper.c:(.text+0x2337): undefined reference to `cfb_copyarea' drm_fb_helper.c:(.text+0x2387): undefined reference to `cfb_imageblit' drm_fb_helper.c:(.text+0x25fa): undefined reference to `cfb_fillrect' /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux-ld: drm_fb_helper.c:(.text+0x2625): undefined reference to `sys_fillrect' drm_fb_helper.c:(.text+0x264a): undefined reference to `cfb_imageblit' /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux-ld: drm_fb_helper.c:(.text+0x2675): undefined reference to `sys_imageblit' drm_fb_helper.c:(.text+0x269a): undefined reference to `cfb_copyarea' /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux-ld: drm_fb_helper.c:(.text+0x26c5): undefined reference to `sys_copyarea' drm_fb_helper.c:(.text+0x2705): undefined reference to `fb_deferred_io_cleanup' drm_fb_helper.c:(.text+0x27bb): undefined reference to `unregister_framebuffer' drm_fb_helper.c:(.text+0x3685): undefined reference to `fb_sys_read' drm_fb_helper.c:(.text+0x36b0): undefined reference to `fb_sys_write' drm_fb_helper.c:(.text+0x3707): undefined reference to `sys_fillrect' drm_fb_helper.c:(.text+0x3757): undefined reference to `sys_copyarea' drm_fb_helper.c:(.text+0x37a7): undefined reference to `sys_imageblit' make[2]: *** [Makefile:1183: vmlinux] Error 1 make[1]: *** [Makefile:1162: autoksyms_recursive] Error 2 make: *** [Makefile:219: __sub-make] Error 2
Possible warnings (7)
.config:5343:warning: override: reassigning to symbol PREVENT_FIRMWARE_BUILD .config:5346:warning: override: reassigning to symbol GCC_PLUGIN_CYC_COMPLEXITY .config:5348:warning: override: reassigning to symbol GCC_PLUGIN_LATENT_ENTROPY drivers/gpu/drm/amd/amdgpu/amdgpu_object.c:493:2: warning: #warning Please enable CONFIG_MTRR and CONFIG_X86_PAT for better performance thanks to write-combining [-Wcpp] 493 | #warning Please enable CONFIG_MTRR and CONFIG_X86_PAT for better performance \ drivers/gpu/drm/radeon/radeon_object.c:207:2: warning: #warning Please enable CONFIG_MTRR and CONFIG_X86_PAT for better performance thanks to write-combining [-Wcpp] 207 | #warning Please enable CONFIG_MTRR and CONFIG_X86_PAT for better performance \
Full Log
# git rev-parse -q --verify ab2a7a35c4e7e848de9a7cf70f36b62584154140^{commit} ab2a7a35c4e7e848de9a7cf70f36b62584154140 already have revision, skipping fetch # git checkout -q -f -B kisskb ab2a7a35c4e7e848de9a7cf70f36b62584154140 # git clean -qxdf # < git log -1 # commit ab2a7a35c4e7e848de9a7cf70f36b62584154140 # Merge: 65893b49d868 41e76c6a3c83 # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Sat Oct 2 11:00:36 2021 -0700 # # Merge tag 'block-5.15-2021-10-01' of git://git.kernel.dk/linux-block # # Pull block fixes from Jens Axboe: # "A few block fixes for this release: # # - Revert a BFQ commit that causes breakage for people. Unfortunately # it was auto-selected for stable as well, so now 5.14.7 suffers from # it too. Hopefully stable will pick up this revert quickly too, so # we can remove the issue on that end as well. # # - Add a quirk for Apple NVMe controllers, which due to their # non-compliance broke due to the introduction of command sequences # (Keith) # # - Use shifts in nbd, fixing a __divdi3 issue (Nick)" # # * tag 'block-5.15-2021-10-01' of git://git.kernel.dk/linux-block: # nbd: use shifts rather than multiplies # Revert "block, bfq: honor already-setup queue merges" # nvme: add command id quirk for apple controllers # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux-ld --version # < git log --format=%s --max-count=1 ab2a7a35c4e7e848de9a7cf70f36b62584154140 # < make -s -j 48 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.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 48 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux- help # make -s -j 48 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux- olddefconfig .config:5343:warning: override: reassigning to symbol PREVENT_FIRMWARE_BUILD .config:5346:warning: override: reassigning to symbol GCC_PLUGIN_CYC_COMPLEXITY .config:5348:warning: override: reassigning to symbol GCC_PLUGIN_LATENT_ENTROPY # make -s -j 48 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux- /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c: In function 'amdgpu_bo_support_uswc': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c:493:2: warning: #warning Please enable CONFIG_MTRR and CONFIG_X86_PAT for better performance thanks to write-combining [-Wcpp] 493 | #warning Please enable CONFIG_MTRR and CONFIG_X86_PAT for better performance \ | ^~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_object.c: In function 'radeon_bo_create': /kisskb/src/drivers/gpu/drm/radeon/radeon_object.c:207:2: warning: #warning Please enable CONFIG_MTRR and CONFIG_X86_PAT for better performance thanks to write-combining [-Wcpp] 207 | #warning Please enable CONFIG_MTRR and CONFIG_X86_PAT for better performance \ | ^~~~~~~ /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux-ld: drivers/gpu/drm/drm_fb_helper.o: in function `drm_fb_helper_set_suspend': drm_fb_helper.c:(.text+0x22a): undefined reference to `fb_set_suspend' /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux-ld: drivers/gpu/drm/drm_fb_helper.o: in function `drm_fb_helper_resume_worker': drm_fb_helper.c:(.text+0x257): undefined reference to `fb_set_suspend' /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux-ld: drivers/gpu/drm/drm_fb_helper.o: in function `drm_fb_helper_unregister_fbi': drm_fb_helper.c:(.text+0x456): undefined reference to `unregister_framebuffer' /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux-ld: drivers/gpu/drm/drm_fb_helper.o: in function `drm_fb_helper_fini': drm_fb_helper.c:(.text+0x4e6): undefined reference to `framebuffer_release' /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux-ld: drm_fb_helper.c:(.text+0x5a0): undefined reference to `fb_dealloc_cmap' /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux-ld: drivers/gpu/drm/drm_fb_helper.o: in function `drm_fb_helper_alloc_fbi': drm_fb_helper.c:(.text+0xce0): undefined reference to `framebuffer_alloc' /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux-ld: drm_fb_helper.c:(.text+0xcfe): undefined reference to `fb_alloc_cmap' /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux-ld: drm_fb_helper.c:(.text+0xd0d): undefined reference to `framebuffer_release' /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux-ld: drm_fb_helper.c:(.text+0xd7c): undefined reference to `fb_dealloc_cmap' /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux-ld: drivers/gpu/drm/drm_fb_helper.o: in function `drm_fb_helper_generic_probe': drm_fb_helper.c:(.text+0xe98): undefined reference to `fb_deferred_io_init' /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux-ld: drivers/gpu/drm/drm_fb_helper.o: in function `__drm_fb_helper_initial_config_and_unlock': drm_fb_helper.c:(.text+0x1249): undefined reference to `register_framebuffer' /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux-ld: drivers/gpu/drm/drm_fb_helper.o: in function `drm_fb_helper_set_suspend_unlocked': drm_fb_helper.c:(.text+0x19e2): undefined reference to `fb_set_suspend' /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux-ld: drivers/gpu/drm/drm_fb_helper.o: in function `drm_fb_helper_cfb_fillrect': drm_fb_helper.c:(.text+0x22e7): undefined reference to `cfb_fillrect' /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux-ld: drivers/gpu/drm/drm_fb_helper.o: in function `drm_fb_helper_cfb_copyarea': drm_fb_helper.c:(.text+0x2337): undefined reference to `cfb_copyarea' /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux-ld: drivers/gpu/drm/drm_fb_helper.o: in function `drm_fb_helper_cfb_imageblit': drm_fb_helper.c:(.text+0x2387): undefined reference to `cfb_imageblit' /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux-ld: drivers/gpu/drm/drm_fb_helper.o: in function `drm_fbdev_fb_fillrect': drm_fb_helper.c:(.text+0x25fa): undefined reference to `cfb_fillrect' /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux-ld: drm_fb_helper.c:(.text+0x2625): undefined reference to `sys_fillrect' /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux-ld: drivers/gpu/drm/drm_fb_helper.o: in function `drm_fbdev_fb_imageblit': drm_fb_helper.c:(.text+0x264a): undefined reference to `cfb_imageblit' /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux-ld: drm_fb_helper.c:(.text+0x2675): undefined reference to `sys_imageblit' /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux-ld: drivers/gpu/drm/drm_fb_helper.o: in function `drm_fbdev_fb_copyarea': drm_fb_helper.c:(.text+0x269a): undefined reference to `cfb_copyarea' /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux-ld: drm_fb_helper.c:(.text+0x26c5): undefined reference to `sys_copyarea' /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux-ld: drivers/gpu/drm/drm_fb_helper.o: in function `drm_fbdev_cleanup': drm_fb_helper.c:(.text+0x2705): undefined reference to `fb_deferred_io_cleanup' /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux-ld: drivers/gpu/drm/drm_fb_helper.o: in function `drm_fbdev_client_unregister': drm_fb_helper.c:(.text+0x27bb): undefined reference to `unregister_framebuffer' /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux-ld: drivers/gpu/drm/drm_fb_helper.o: in function `drm_fb_helper_sys_read': drm_fb_helper.c:(.text+0x3685): undefined reference to `fb_sys_read' /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux-ld: drivers/gpu/drm/drm_fb_helper.o: in function `drm_fb_helper_sys_write': drm_fb_helper.c:(.text+0x36b0): undefined reference to `fb_sys_write' /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux-ld: drivers/gpu/drm/drm_fb_helper.o: in function `drm_fb_helper_sys_fillrect': drm_fb_helper.c:(.text+0x3707): undefined reference to `sys_fillrect' /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux-ld: drivers/gpu/drm/drm_fb_helper.o: in function `drm_fb_helper_sys_copyarea': drm_fb_helper.c:(.text+0x3757): undefined reference to `sys_copyarea' /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux-ld: drivers/gpu/drm/drm_fb_helper.o: in function `drm_fb_helper_sys_imageblit': drm_fb_helper.c:(.text+0x37a7): undefined reference to `sys_imageblit' make[2]: *** [/kisskb/src/Makefile:1183: vmlinux] Error 1 make[1]: *** [/kisskb/src/Makefile:1162: autoksyms_recursive] Error 2 make: *** [Makefile:219: __sub-make] Error 2 Command 'make -s -j 48 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.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-gcc11 # Build took: 0:05:58.397380
© Michael Ellerman 2006-2018.