All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Alexei Starovoitov <ast@kernel.org>
Cc: llvm@lists.linux.dev, kbuild-all@lists.01.org,
	linux-kernel@vger.kernel.org
Subject: [ast-bpf:relo_core 2/12] ld.lld: warning: stack frame size (1248) exceeds limit (1024) in function 'bpf_core_apply_relo_insn'
Date: Sun, 3 Oct 2021 19:38:33 +0800	[thread overview]
Message-ID: <202110031931.mAp6H6pn-lkp@intel.com> (raw)

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/ast/bpf.git relo_core
head:   b59680f8f85fc73f14859ee02567897309ba8f65
commit: 28e76eb078b4674fecfda090ee4cbd80340a1d71 [2/12] bpf: Prepare relo_core.c for kernel duty.
config: i386-randconfig-a011-20211003 (attached as .config)
compiler: clang version 14.0.0 (https://github.com/llvm/llvm-project 57d9adefa04dc65096b8ba3e5763c15305676f73)
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/ast/bpf.git/commit/?id=28e76eb078b4674fecfda090ee4cbd80340a1d71
        git remote add ast-bpf https://git.kernel.org/pub/scm/linux/kernel/git/ast/bpf.git
        git fetch --no-tags ast-bpf relo_core
        git checkout 28e76eb078b4674fecfda090ee4cbd80340a1d71
        # save the attached .config to linux build tree
        mkdir build_dir
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=i386 SHELL=/bin/bash

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

All warnings (new ones prefixed by >>):

>> ld.lld: warning: stack frame size (1248) exceeds limit (1024) in function 'bpf_core_apply_relo_insn'
   ld.lld: error: undefined symbol: fb_set_suspend
   >>> referenced by drm_fb_helper.c:370 (drivers/gpu/drm/drm_fb_helper.c:370)
   >>> vmlinux.o:(drm_fb_helper_resume_worker)
   >>> referenced by drm_fb_helper.c:856 (drivers/gpu/drm/drm_fb_helper.c:856)
   >>> vmlinux.o:(drm_fb_helper_set_suspend)
   >>> referenced by drm_fb_helper.c:901 (drivers/gpu/drm/drm_fb_helper.c:901)
   >>> vmlinux.o:(drm_fb_helper_set_suspend_unlocked)

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

WARNING: multiple messages have this Message-ID (diff)
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: [ast-bpf:relo_core 2/12] ld.lld: warning: stack frame size (1248) exceeds limit (1024) in function 'bpf_core_apply_relo_insn'
Date: Sun, 03 Oct 2021 19:38:33 +0800	[thread overview]
Message-ID: <202110031931.mAp6H6pn-lkp@intel.com> (raw)

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/ast/bpf.git relo_core
head:   b59680f8f85fc73f14859ee02567897309ba8f65
commit: 28e76eb078b4674fecfda090ee4cbd80340a1d71 [2/12] bpf: Prepare relo_core.c for kernel duty.
config: i386-randconfig-a011-20211003 (attached as .config)
compiler: clang version 14.0.0 (https://github.com/llvm/llvm-project 57d9adefa04dc65096b8ba3e5763c15305676f73)
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/ast/bpf.git/commit/?id=28e76eb078b4674fecfda090ee4cbd80340a1d71
        git remote add ast-bpf https://git.kernel.org/pub/scm/linux/kernel/git/ast/bpf.git
        git fetch --no-tags ast-bpf relo_core
        git checkout 28e76eb078b4674fecfda090ee4cbd80340a1d71
        # save the attached .config to linux build tree
        mkdir build_dir
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=i386 SHELL=/bin/bash

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

All warnings (new ones prefixed by >>):

>> ld.lld: warning: stack frame size (1248) exceeds limit (1024) in function 'bpf_core_apply_relo_insn'
   ld.lld: error: undefined symbol: fb_set_suspend
   >>> referenced by drm_fb_helper.c:370 (drivers/gpu/drm/drm_fb_helper.c:370)
   >>> vmlinux.o:(drm_fb_helper_resume_worker)
   >>> referenced by drm_fb_helper.c:856 (drivers/gpu/drm/drm_fb_helper.c:856)
   >>> vmlinux.o:(drm_fb_helper_set_suspend)
   >>> referenced by drm_fb_helper.c:901 (drivers/gpu/drm/drm_fb_helper.c:901)
   >>> vmlinux.o:(drm_fb_helper_set_suspend_unlocked)

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

             reply	other threads:[~2021-10-03 11:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-03 11:38 kernel test robot [this message]
2021-10-03 11:38 ` [ast-bpf:relo_core 2/12] ld.lld: warning: stack frame size (1248) exceeds limit (1024) in function 'bpf_core_apply_relo_insn' 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=202110031931.mAp6H6pn-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=ast@kernel.org \
    --cc=kbuild-all@lists.01.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=llvm@lists.linux.dev \
    /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.