All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: [drm-drm-misc:drm-misc-next 2/2] riscv64-linux-ld: sysfb.c:undefined reference to `screen_info'
Date: Thu, 22 Jul 2021 03:09:25 +0800	[thread overview]
Message-ID: <202107220318.detcRSV1-lkp@intel.com> (raw)

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

tree:   git://anongit.freedesktop.org/drm/drm-misc drm-misc-next
head:   8633ef82f101c040427b57d4df7b706261420b94
commit: 8633ef82f101c040427b57d4df7b706261420b94 [2/2] drivers/firmware: consolidate EFI framebuffer setup for all arches
config: riscv-randconfig-r031-20210720 (attached as .config)
compiler: riscv64-linux-gcc (GCC) 10.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
        git remote add drm-drm-misc git://anongit.freedesktop.org/drm/drm-misc
        git fetch --no-tags drm-drm-misc drm-misc-next
        git checkout 8633ef82f101c040427b57d4df7b706261420b94
        # save the attached .config to linux build tree
        mkdir build_dir
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-10.3.0 make.cross O=build_dir ARCH=riscv SHELL=/bin/bash

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 >>):

   riscv64-linux-ld: drivers/firmware/sysfb.o: in function `.L0 ':
   sysfb.c:(.init.text+0x24): undefined reference to `screen_info'
>> riscv64-linux-ld: sysfb.c:(.init.text+0x70): undefined reference to `screen_info'

Kconfig warnings: (for reference only)
   WARNING: unmet direct dependencies detected for LOCKDEP
   Depends on DEBUG_KERNEL && LOCK_DEBUGGING_SUPPORT && (FRAME_POINTER || MIPS || PPC || S390 || MICROBLAZE || ARM || ARC || X86)
   Selected by
   - LOCK_STAT && DEBUG_KERNEL && LOCK_DEBUGGING_SUPPORT
   - DEBUG_LOCK_ALLOC && DEBUG_KERNEL && LOCK_DEBUGGING_SUPPORT

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

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

WARNING: multiple messages have this Message-ID (diff)
From: kernel test robot <lkp@intel.com>
To: Javier Martinez Canillas <javierm@redhat.com>
Cc: kbuild-all@lists.01.org, linux-kernel@vger.kernel.org,
	Thomas Zimmermann <tzimmermann@suse.de>
Subject: [drm-drm-misc:drm-misc-next 2/2] riscv64-linux-ld: sysfb.c:undefined reference to `screen_info'
Date: Thu, 22 Jul 2021 03:09:25 +0800	[thread overview]
Message-ID: <202107220318.detcRSV1-lkp@intel.com> (raw)

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

tree:   git://anongit.freedesktop.org/drm/drm-misc drm-misc-next
head:   8633ef82f101c040427b57d4df7b706261420b94
commit: 8633ef82f101c040427b57d4df7b706261420b94 [2/2] drivers/firmware: consolidate EFI framebuffer setup for all arches
config: riscv-randconfig-r031-20210720 (attached as .config)
compiler: riscv64-linux-gcc (GCC) 10.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
        git remote add drm-drm-misc git://anongit.freedesktop.org/drm/drm-misc
        git fetch --no-tags drm-drm-misc drm-misc-next
        git checkout 8633ef82f101c040427b57d4df7b706261420b94
        # save the attached .config to linux build tree
        mkdir build_dir
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-10.3.0 make.cross O=build_dir ARCH=riscv SHELL=/bin/bash

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 >>):

   riscv64-linux-ld: drivers/firmware/sysfb.o: in function `.L0 ':
   sysfb.c:(.init.text+0x24): undefined reference to `screen_info'
>> riscv64-linux-ld: sysfb.c:(.init.text+0x70): undefined reference to `screen_info'

Kconfig warnings: (for reference only)
   WARNING: unmet direct dependencies detected for LOCKDEP
   Depends on DEBUG_KERNEL && LOCK_DEBUGGING_SUPPORT && (FRAME_POINTER || MIPS || PPC || S390 || MICROBLAZE || ARM || ARC || X86)
   Selected by
   - LOCK_STAT && DEBUG_KERNEL && LOCK_DEBUGGING_SUPPORT
   - DEBUG_LOCK_ALLOC && DEBUG_KERNEL && LOCK_DEBUGGING_SUPPORT

---
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: 28295 bytes --]

             reply	other threads:[~2021-07-21 19:09 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-21 19:09 kernel test robot [this message]
2021-07-21 19:09 ` [drm-drm-misc:drm-misc-next 2/2] riscv64-linux-ld: sysfb.c:undefined reference to `screen_info' kernel test robot

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=202107220318.detcRSV1-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=kbuild-all@lists.01.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.