From: kernel test robot <lkp@intel.com>
To: Peter Zijlstra <peterz@infradead.org>
Cc: oe-kbuild-all@lists.linux.dev
Subject: [peterz-queue:x86/core 6/6] vmlinux.o: warning: objtool: __switch_to_asm+0x22: stack layout conflict in alternatives
Date: Fri, 10 Feb 2023 23:28:16 +0800 [thread overview]
Message-ID: <202302102356.cpei3tyE-lkp@intel.com> (raw)
tree: https://git.kernel.org/pub/scm/linux/kernel/git/peterz/queue.git x86/core
head: cc1feb4e38be192cd99f7598777ff691f8a8a20e
commit: cc1feb4e38be192cd99f7598777ff691f8a8a20e [6/6] x86: Tweak FILL_RETURN_BUFFER some more
config: x86_64-randconfig-a013 (https://download.01.org/0day-ci/archive/20230210/202302102356.cpei3tyE-lkp@intel.com/config)
compiler: gcc-11 (Debian 11.3.0-8) 11.3.0
reproduce (this is a W=1 build):
# https://git.kernel.org/pub/scm/linux/kernel/git/peterz/queue.git/commit/?id=cc1feb4e38be192cd99f7598777ff691f8a8a20e
git remote add peterz-queue https://git.kernel.org/pub/scm/linux/kernel/git/peterz/queue.git
git fetch --no-tags peterz-queue x86/core
git checkout cc1feb4e38be192cd99f7598777ff691f8a8a20e
# save the config file
mkdir build_dir && cp config build_dir/.config
make W=1 O=build_dir ARCH=x86_64 olddefconfig
make W=1 O=build_dir ARCH=x86_64 SHELL=/bin/bash
If you fix the issue, kindly add following tag where applicable
| Reported-by: kernel test robot <lkp@intel.com>
| Link: https://lore.kernel.org/oe-kbuild-all/202302102356.cpei3tyE-lkp@intel.com/
All warnings (new ones prefixed by >>):
>> vmlinux.o: warning: objtool: __switch_to_asm+0x22: stack layout conflict in alternatives
objdump-func vmlinux.o __switch_to_asm:
0000 0000000000003cc0 <__switch_to_asm>:
0000 3cc0: f3 0f 1e fa endbr64
0004 3cc4: 55 push %rbp
0005 3cc5: 53 push %rbx
0006 3cc6: 41 54 push %r12
0008 3cc8: 41 55 push %r13
000a 3cca: 41 56 push %r14
000c 3ccc: 41 57 push %r15
000e 3cce: 48 89 a7 58 25 00 00 mov %rsp,0x2558(%rdi)
0015 3cd5: 48 8b a6 58 25 00 00 mov 0x2558(%rsi),%rsp
001c 3cdc: 90 nop
001d 3cdd: 90 nop
001e 3cde: 90 nop
001f 3cdf: 90 nop
0020 3ce0: 90 nop
0021 3ce1: 90 nop
0022 3ce2: 90 nop
0023 3ce3: 90 nop
0024 3ce4: 90 nop
0025 3ce5: 90 nop
0026 3ce6: 90 nop
0027 3ce7: 90 nop
0028 3ce8: 90 nop
0029 3ce9: 90 nop
002a 3cea: 90 nop
002b 3ceb: 90 nop
002c 3cec: 90 nop
002d 3ced: 90 nop
002e 3cee: 90 nop
002f 3cef: 90 nop
0030 3cf0: 90 nop
0031 3cf1: 90 nop
0032 3cf2: 90 nop
0033 3cf3: 90 nop
0034 3cf4: 90 nop
0035 3cf5: 90 nop
0036 3cf6: 90 nop
0037 3cf7: 90 nop
0038 3cf8: 90 nop
0039 3cf9: 90 nop
003a 3cfa: 90 nop
003b 3cfb: 41 5f pop %r15
003d 3cfd: 41 5e pop %r14
003f 3cff: 41 5d pop %r13
0041 3d01: 41 5c pop %r12
0043 3d03: 5b pop %rbx
0044 3d04: 5d pop %rbp
0045 3d05: e9 00 00 00 00 jmp 3d0a <__switch_to_asm+0x4a> 3d06: R_X86_64_PLT32 __switch_to-0x4
004a 3d0a: 66 66 2e 0f 1f 84 00 00 00 00 00 data16 cs nopw 0x0(%rax,%rax,1)
0055 3d15: 66 66 2e 0f 1f 84 00 00 00 00 00 data16 cs nopw 0x0(%rax,%rax,1)
0060 3d20: 66 66 2e 0f 1f 84 00 00 00 00 00 data16 cs nopw 0x0(%rax,%rax,1)
006b 3d2b: 66 66 2e 0f 1f 84 00 00 00 00 00 data16 cs nopw 0x0(%rax,%rax,1)
0076 3d36: 66 2e 0f 1f 84 00 00 00 00 00 cs nopw 0x0(%rax,%rax,1)
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests
next reply other threads:[~2023-02-10 15:28 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-10 15:28 kernel test robot [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-02-10 14:46 [peterz-queue:x86/core 6/6] vmlinux.o: warning: objtool: __switch_to_asm+0x22: stack layout conflict in alternatives 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=202302102356.cpei3tyE-lkp@intel.com \
--to=lkp@intel.com \
--cc=oe-kbuild-all@lists.linux.dev \
--cc=peterz@infradead.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.