All of lore.kernel.org
 help / color / mirror / Atom feed
* [mark:linkage/alias-rework 1/5] arch/xtensa/kernel/mcount.S:83: Error: unaligned entry instruction
@ 2021-12-04  5:53 ` kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2021-12-04  5:53 UTC (permalink / raw)
  To: Mark Rutland; +Cc: kbuild-all, linux-kernel

Hi Mark,

First bad commit (maybe != root cause):

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/mark/linux.git linkage/alias-rework
head:   237447148f41ca99a7b980037060b7a6f3afe535
commit: 2d97e9dfa461e64eb9c641fc1b6d4f077caa652f [1/5] linkage: add SYM_{ENTRY,START,END}_AT()
config: xtensa-randconfig-r005-20211203 (https://download.01.org/0day-ci/archive/20211204/202112041345.PfJaTqQU-lkp@intel.com/config)
compiler: xtensa-linux-gcc (GCC) 11.2.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/mark/linux.git/commit/?id=2d97e9dfa461e64eb9c641fc1b6d4f077caa652f
        git remote add mark https://git.kernel.org/pub/scm/linux/kernel/git/mark/linux.git
        git fetch --no-tags mark linkage/alias-rework
        git checkout 2d97e9dfa461e64eb9c641fc1b6d4f077caa652f
        # save the config file to linux build tree
        mkdir build_dir
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross O=build_dir ARCH=xtensa SHELL=/bin/bash arch/xtensa/

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

   arch/xtensa/kernel/mcount.S: Assembler messages:
>> arch/xtensa/kernel/mcount.S:83: Error: unaligned entry instruction


vim +83 arch/xtensa/kernel/mcount.S

478ba61afccd3a Max Filippov 2013-05-24  81  
478ba61afccd3a Max Filippov 2013-05-24  82  ENTRY(ftrace_stub)
d6d5f19e21d98c Max Filippov 2019-05-12 @83  	abi_entry_default

:::::: The code at line 83 was first introduced by commit
:::::: d6d5f19e21d98c0607ff029e4e2e508d4cdd1d5a xtensa: abstract 'entry' and 'retw' in assembly code

:::::: TO: Max Filippov <jcmvbkbc@gmail.com>
:::::: CC: Max Filippov <jcmvbkbc@gmail.com>

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

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

* [mark:linkage/alias-rework 1/5] arch/xtensa/kernel/mcount.S:83: Error: unaligned entry instruction
@ 2021-12-04  5:53 ` kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2021-12-04  5:53 UTC (permalink / raw)
  To: kbuild-all

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

Hi Mark,

First bad commit (maybe != root cause):

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/mark/linux.git linkage/alias-rework
head:   237447148f41ca99a7b980037060b7a6f3afe535
commit: 2d97e9dfa461e64eb9c641fc1b6d4f077caa652f [1/5] linkage: add SYM_{ENTRY,START,END}_AT()
config: xtensa-randconfig-r005-20211203 (https://download.01.org/0day-ci/archive/20211204/202112041345.PfJaTqQU-lkp(a)intel.com/config)
compiler: xtensa-linux-gcc (GCC) 11.2.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/mark/linux.git/commit/?id=2d97e9dfa461e64eb9c641fc1b6d4f077caa652f
        git remote add mark https://git.kernel.org/pub/scm/linux/kernel/git/mark/linux.git
        git fetch --no-tags mark linkage/alias-rework
        git checkout 2d97e9dfa461e64eb9c641fc1b6d4f077caa652f
        # save the config file to linux build tree
        mkdir build_dir
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross O=build_dir ARCH=xtensa SHELL=/bin/bash arch/xtensa/

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

   arch/xtensa/kernel/mcount.S: Assembler messages:
>> arch/xtensa/kernel/mcount.S:83: Error: unaligned entry instruction


vim +83 arch/xtensa/kernel/mcount.S

478ba61afccd3a Max Filippov 2013-05-24  81  
478ba61afccd3a Max Filippov 2013-05-24  82  ENTRY(ftrace_stub)
d6d5f19e21d98c Max Filippov 2019-05-12 @83  	abi_entry_default

:::::: The code at line 83 was first introduced by commit
:::::: d6d5f19e21d98c0607ff029e4e2e508d4cdd1d5a xtensa: abstract 'entry' and 'retw' in assembly code

:::::: TO: Max Filippov <jcmvbkbc@gmail.com>
:::::: CC: Max Filippov <jcmvbkbc@gmail.com>

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

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

end of thread, other threads:[~2021-12-04  5:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-04  5:53 [mark:linkage/alias-rework 1/5] arch/xtensa/kernel/mcount.S:83: Error: unaligned entry instruction kernel test robot
2021-12-04  5:53 ` 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.