linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Kees Cook <keescook@chromium.org>
Cc: kbuild-all@lists.01.org,
	Linux Memory Management List <linux-mm@kvack.org>,
	Daniel Vetter <daniel.vetter@ffwll.ch>
Subject: [linux-next:master 6355/7430] or1k-linux-ld: drm_fb_helper.c:undefined reference to `fb_dealloc_cmap'
Date: Sun, 6 Jun 2021 01:17:05 +0800	[thread overview]
Message-ID: <202106060103.KDriuHJN-lkp@intel.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 6005 bytes --]

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head:   ccc252d2e818f6a479441119ad453c3ce7c7c461
commit: f611b1e7624ccdbd495c19e9805629e22265aa16 [6355/7430] drm: Avoid circular dependencies for CONFIG_FB
config: openrisc-randconfig-p001-20210606 (attached as .config)
compiler: or1k-linux-gcc (GCC) 9.3.0
reproduce (this is a W=1 build):
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=f611b1e7624ccdbd495c19e9805629e22265aa16
        git remote add linux-next https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
        git fetch --no-tags linux-next master
        git checkout f611b1e7624ccdbd495c19e9805629e22265aa16
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=openrisc 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All errors (new ones prefixed by >>):

   or1k-linux-ld: drivers/gpu/drm/drm_fb_helper.o: in function `drm_fb_helper_set_suspend':
   drm_fb_helper.c:(.text+0x904): undefined reference to `fb_set_suspend'
   drm_fb_helper.c:(.text+0x904): relocation truncated to fit: R_OR1K_INSN_REL_26 against undefined symbol `fb_set_suspend'
   or1k-linux-ld: drivers/gpu/drm/drm_fb_helper.o: in function `drm_fb_helper_resume_worker':
   drm_fb_helper.c:(.text+0x944): undefined reference to `fb_set_suspend'
   drm_fb_helper.c:(.text+0x944): relocation truncated to fit: R_OR1K_INSN_REL_26 against undefined symbol `fb_set_suspend'
   or1k-linux-ld: drivers/gpu/drm/drm_fb_helper.o: in function `drm_fb_helper_unregister_fbi':
   drm_fb_helper.c:(.text+0xabc): undefined reference to `unregister_framebuffer'
   drm_fb_helper.c:(.text+0xabc): relocation truncated to fit: R_OR1K_INSN_REL_26 against undefined symbol `unregister_framebuffer'
   or1k-linux-ld: drivers/gpu/drm/drm_fb_helper.o: in function `drm_fb_helper_sys_read':
   drm_fb_helper.c:(.text+0xd3c): undefined reference to `fb_sys_read'
   drm_fb_helper.c:(.text+0xd3c): relocation truncated to fit: R_OR1K_INSN_REL_26 against undefined symbol `fb_sys_read'
   or1k-linux-ld: drivers/gpu/drm/drm_fb_helper.o: in function `drm_fb_helper_sys_fillrect':
   drm_fb_helper.c:(.text+0xd70): undefined reference to `sys_fillrect'
   drm_fb_helper.c:(.text+0xd70): relocation truncated to fit: R_OR1K_INSN_REL_26 against undefined symbol `sys_fillrect'
   or1k-linux-ld: drivers/gpu/drm/drm_fb_helper.o: in function `drm_fb_helper_sys_copyarea':
   drm_fb_helper.c:(.text+0xdc4): undefined reference to `sys_copyarea'
   drm_fb_helper.c:(.text+0xdc4): relocation truncated to fit: R_OR1K_INSN_REL_26 against undefined symbol `sys_copyarea'
   or1k-linux-ld: drivers/gpu/drm/drm_fb_helper.o: in function `drm_fb_helper_sys_imageblit':
   drm_fb_helper.c:(.text+0xe18): undefined reference to `sys_imageblit'
   drm_fb_helper.c:(.text+0xe18): relocation truncated to fit: R_OR1K_INSN_REL_26 against undefined symbol `sys_imageblit'
   or1k-linux-ld: drivers/gpu/drm/drm_fb_helper.o: in function `drm_fb_helper_cfb_fillrect':
   drm_fb_helper.c:(.text+0xe6c): undefined reference to `cfb_fillrect'
   drm_fb_helper.c:(.text+0xe6c): relocation truncated to fit: R_OR1K_INSN_REL_26 against undefined symbol `cfb_fillrect'
   or1k-linux-ld: drivers/gpu/drm/drm_fb_helper.o: in function `drm_fb_helper_cfb_copyarea':
   drm_fb_helper.c:(.text+0xf3c): undefined reference to `cfb_copyarea'
   drm_fb_helper.c:(.text+0xf3c): relocation truncated to fit: R_OR1K_INSN_REL_26 against undefined symbol `cfb_copyarea'
   or1k-linux-ld: drivers/gpu/drm/drm_fb_helper.o: in function `drm_fb_helper_cfb_imageblit':
   drm_fb_helper.c:(.text+0x100c): undefined reference to `cfb_imageblit'
   drm_fb_helper.c:(.text+0x100c): relocation truncated to fit: R_OR1K_INSN_REL_26 against undefined symbol `cfb_imageblit'
   or1k-linux-ld: drivers/gpu/drm/drm_fb_helper.o: in function `drm_fb_helper_fini.part.0':
   drm_fb_helper.c:(.text+0x1b4c): undefined reference to `framebuffer_release'
   drm_fb_helper.c:(.text+0x1b4c): additional relocation overflows omitted from the output
>> or1k-linux-ld: drm_fb_helper.c:(.text+0x1bf0): undefined reference to `fb_dealloc_cmap'
   or1k-linux-ld: drivers/gpu/drm/drm_fb_helper.o: in function `drm_fbdev_cleanup':
   drm_fb_helper.c:(.text+0x1cd8): undefined reference to `fb_deferred_io_cleanup'
   or1k-linux-ld: drivers/gpu/drm/drm_fb_helper.o: in function `drm_fbdev_client_unregister':
   drm_fb_helper.c:(.text+0x1e34): undefined reference to `unregister_framebuffer'
   or1k-linux-ld: drivers/gpu/drm/drm_fb_helper.o: in function `drm_fb_helper_sys_write':
   drm_fb_helper.c:(.text+0x1e90): undefined reference to `fb_sys_write'
   or1k-linux-ld: drivers/gpu/drm/drm_fb_helper.o: in function `drm_fb_helper_set_suspend_unlocked':
   drm_fb_helper.c:(.text+0x1fac): undefined reference to `fb_set_suspend'
   or1k-linux-ld: drivers/gpu/drm/drm_fb_helper.o: in function `__drm_fb_helper_initial_config_and_unlock':
   drm_fb_helper.c:(.text+0x2688): undefined reference to `register_framebuffer'
   or1k-linux-ld: drivers/gpu/drm/drm_fb_helper.o: in function `drm_fb_helper_alloc_fbi':
   drm_fb_helper.c:(.text+0x3048): undefined reference to `framebuffer_alloc'
>> or1k-linux-ld: drm_fb_helper.c:(.text+0x3068): undefined reference to `fb_alloc_cmap'
>> or1k-linux-ld: drm_fb_helper.c:(.text+0x3080): undefined reference to `framebuffer_release'
   or1k-linux-ld: drm_fb_helper.c:(.text+0x311c): undefined reference to `fb_dealloc_cmap'
   or1k-linux-ld: drivers/gpu/drm/drm_fb_helper.o: in function `drm_fb_helper_generic_probe':
   drm_fb_helper.c:(.text+0x3258): undefined reference to `fb_deferred_io_init'

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 27743 bytes --]

                 reply	other threads:[~2021-06-05 17:17 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=202106060103.KDriuHJN-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=daniel.vetter@ffwll.ch \
    --cc=kbuild-all@lists.01.org \
    --cc=keescook@chromium.org \
    --cc=linux-mm@kvack.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).