:::::: :::::: Manual check reason: "low confidence static check first_new_problem: (.text+0x250): undefined reference to `fb_set_suspend'" ::::::
BCC: [email protected] CC: [email protected] CC: [email protected] TO: "Greg Kroah-Hartman" <[email protected]> Hi Greg, FYI, the error/warning was bisected to this commit, please ignore it if it's irrelevant. tree: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.15.y head: dd20085f2a88b6cdb12bdcdbd2d7a761c86b184a commit: b06962406eca3d0ca818e2cda96e1b2e1f82bc94 [464/9999] Revert "drm: fb_helper: fix CONFIG_FB dependency" :::::: branch date: 15 hours ago :::::: commit date: 10 months ago config: nios2-randconfig-s052-20220914 (https://download.01.org/0day-ci/archive/20220916/[email protected]/config) compiler: nios2-linux-gcc (GCC) 12.1.0 reproduce: wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # apt-get install sparse # sparse version: v0.6.4-39-gce1a6720-dirty # https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git/commit/?id=b06962406eca3d0ca818e2cda96e1b2e1f82bc94 git remote add linux-stable-rc https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git git fetch --no-tags linux-stable-rc linux-5.15.y git checkout b06962406eca3d0ca818e2cda96e1b2e1f82bc94 # save the config file mkdir build_dir && cp config build_dir/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross C=1 CF='-fdiagnostic-prefix -D__CHECK_ENDIAN__' O=build_dir ARCH=nios2 SHELL=/bin/bash If you fix the issue, kindly add following tag where applicable Reported-by: kernel test robot <[email protected]> All errors (new ones prefixed by >>): nios2-linux-ld: drivers/gpu/drm/drm_fb_helper.o: in function `drm_fb_helper_set_suspend': >> (.text+0x250): undefined reference to `fb_set_suspend' (.text+0x250): relocation truncated to fit: R_NIOS2_CALL26 against `fb_set_suspend' nios2-linux-ld: drivers/gpu/drm/drm_fb_helper.o: in function `drm_fb_helper_resume_worker': drm_fb_helper.c:(.text+0x280): undefined reference to `fb_set_suspend' drm_fb_helper.c:(.text+0x280): relocation truncated to fit: R_NIOS2_CALL26 against `fb_set_suspend' nios2-linux-ld: drivers/gpu/drm/drm_fb_helper.o: in function `drm_fb_helper_unregister_fbi': >> (.text+0x30c): undefined reference to `unregister_framebuffer' (.text+0x30c): relocation truncated to fit: R_NIOS2_CALL26 against `unregister_framebuffer' nios2-linux-ld: drivers/gpu/drm/drm_fb_helper.o: in function `drm_fb_helper_fini': >> (.text+0x370): undefined reference to `fb_dealloc_cmap' (.text+0x370): relocation truncated to fit: R_NIOS2_CALL26 against `fb_dealloc_cmap' >> nios2-linux-ld: (.text+0x378): undefined reference to `framebuffer_release' (.text+0x378): relocation truncated to fit: R_NIOS2_CALL26 against `framebuffer_release' nios2-linux-ld: drivers/gpu/drm/drm_fb_helper.o: in function `drm_fb_helper_sys_read': >> (.text+0x410): undefined reference to `fb_sys_read' (.text+0x410): relocation truncated to fit: R_NIOS2_CALL26 against `fb_sys_read' nios2-linux-ld: drivers/gpu/drm/drm_fb_helper.o: in function `drm_fb_helper_alloc_fbi': >> (.text+0x112c): undefined reference to `framebuffer_alloc' (.text+0x112c): relocation truncated to fit: R_NIOS2_CALL26 against `framebuffer_alloc' >> nios2-linux-ld: (.text+0x1148): undefined reference to `fb_alloc_cmap' (.text+0x1148): relocation truncated to fit: R_NIOS2_CALL26 against `fb_alloc_cmap' >> nios2-linux-ld: (.text+0x1160): undefined reference to `fb_dealloc_cmap' (.text+0x1160): relocation truncated to fit: R_NIOS2_CALL26 against `fb_dealloc_cmap' nios2-linux-ld: (.text+0x1188): undefined reference to `framebuffer_release' (.text+0x1188): relocation truncated to fit: R_NIOS2_CALL26 against `framebuffer_release' nios2-linux-ld: drivers/gpu/drm/drm_fb_helper.o: in function `__drm_fb_helper_initial_config_and_unlock': drm_fb_helper.c:(.text+0x124c): undefined reference to `register_framebuffer' drm_fb_helper.c:(.text+0x124c): additional relocation overflows omitted from the output nios2-linux-ld: drivers/gpu/drm/drm_fb_helper.o: in function `drm_fb_helper_generic_probe': drm_fb_helper.c:(.text+0x1c1c): undefined reference to `fb_deferred_io_init' nios2-linux-ld: drivers/gpu/drm/drm_fb_helper.o: in function `drm_fb_helper_set_suspend_unlocked': (.text+0x1cd0): undefined reference to `fb_set_suspend' nios2-linux-ld: drivers/gpu/drm/drm_fb_helper.o: in function `drm_fb_helper_cfb_imageblit': >> (.text+0x2754): undefined reference to `cfb_imageblit' nios2-linux-ld: drivers/gpu/drm/drm_fb_helper.o: in function `drm_fb_helper_cfb_copyarea': >> (.text+0x27a0): undefined reference to `cfb_copyarea' nios2-linux-ld: drivers/gpu/drm/drm_fb_helper.o: in function `drm_fb_helper_cfb_fillrect': >> (.text+0x27ec): undefined reference to `cfb_fillrect' nios2-linux-ld: drivers/gpu/drm/drm_fb_helper.o: in function `drm_fb_helper_sys_imageblit': >> (.text+0x2838): undefined reference to `sys_imageblit' nios2-linux-ld: drivers/gpu/drm/drm_fb_helper.o: in function `drm_fb_helper_sys_copyarea': >> (.text+0x2884): undefined reference to `sys_copyarea' nios2-linux-ld: drivers/gpu/drm/drm_fb_helper.o: in function `drm_fb_helper_sys_fillrect': >> (.text+0x28d0): undefined reference to `sys_fillrect' nios2-linux-ld: drivers/gpu/drm/drm_fb_helper.o: in function `drm_fb_helper_sys_write': >> (.text+0x2914): undefined reference to `fb_sys_write' nios2-linux-ld: drivers/gpu/drm/drm_fb_helper.o: in function `drm_fbdev_fb_imageblit': drm_fb_helper.c:(.text+0x2a3c): undefined reference to `cfb_imageblit' nios2-linux-ld: drm_fb_helper.c:(.text+0x2a44): undefined reference to `sys_imageblit' nios2-linux-ld: drivers/gpu/drm/drm_fb_helper.o: in function `drm_fbdev_fb_copyarea': drm_fb_helper.c:(.text+0x2aa8): undefined reference to `cfb_copyarea' nios2-linux-ld: drm_fb_helper.c:(.text+0x2ab0): undefined reference to `sys_copyarea' nios2-linux-ld: drivers/gpu/drm/drm_fb_helper.o: in function `drm_fbdev_fb_fillrect': drm_fb_helper.c:(.text+0x2b14): undefined reference to `cfb_fillrect' nios2-linux-ld: drm_fb_helper.c:(.text+0x2b1c): undefined reference to `sys_fillrect' nios2-linux-ld: drivers/gpu/drm/drm_fb_helper.o: in function `drm_fbdev_cleanup': drm_fb_helper.c:(.text+0x2d80): undefined reference to `fb_deferred_io_cleanup' nios2-linux-ld: drivers/gpu/drm/drm_fb_helper.o: in function `drm_fbdev_client_unregister': drm_fb_helper.c:(.text+0x2e1c): undefined reference to `unregister_framebuffer' -- 0-DAY CI Kernel Test Service https://01.org/lkp _______________________________________________ kbuild mailing list -- [email protected] To unsubscribe send an email to [email protected]
