All of lore.kernel.org
 help / color / mirror / Atom feed
* [ast-bpf:relo_core 2/12] ld.lld: warning: stack frame size (1248) exceeds limit (1024) in function 'bpf_core_apply_relo_insn'
@ 2021-10-03 11:38 ` kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2021-10-03 11:38 UTC (permalink / raw)
  To: Alexei Starovoitov; +Cc: llvm, kbuild-all, linux-kernel

[-- 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 --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [ast-bpf:relo_core 2/12] ld.lld: warning: stack frame size (1248) exceeds limit (1024) in function 'bpf_core_apply_relo_insn'
@ 2021-10-03 11:38 ` kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2021-10-03 11:38 UTC (permalink / raw)
  To: kbuild-all

[-- 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 --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-10-03 11:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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
2021-10-03 11:38 ` kernel test robot

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.