All of lore.kernel.org
 help / color / mirror / Atom feed
* [peterz-queue:x86/module 3/5] module.c:undefined reference to `split_lock_enabled'
@ 2020-05-15 21:18 kbuild test robot
  0 siblings, 0 replies; 9+ messages in thread
From: kbuild test robot @ 2020-05-15 21:18 UTC (permalink / raw)
  To: kbuild-all

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/peterz/queue.git x86/module
head:   487b4950b64b32b154ca2912640f1acd78bfafe0
commit: 4876245af0b44d8b6666d9cb9dbf2f0dd1e33c96 [3/5] x86,module: Detect VMX vs SLD conflicts
config: um-defconfig (attached as .config)
compiler: gcc-7 (Ubuntu 7.5.0-6ubuntu2) 7.5.0
reproduce:
        git checkout 4876245af0b44d8b6666d9cb9dbf2f0dd1e33c96
        # save the attached .config to linux build tree
        make ARCH=um 

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

All errors (new ones prefixed by >>, old ones prefixed by <<):

/usr/bin/ld: arch/x86/um/../kernel/module.o: in function `decode_module':
>> module.c:(.text+0x25): undefined reference to `split_lock_enabled'
>> /usr/bin/ld: module.c:(.text+0x37): undefined reference to `insn_init'
>> /usr/bin/ld: module.c:(.text+0x69): undefined reference to `insn_get_length'
>> /usr/bin/ld: module.c:(.text+0x14e): undefined reference to `insn_get_prefixes'
collect2: error: ld returned 1 exit status

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

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

* [peterz-queue:x86/module 3/5] module.c:undefined reference to `split_lock_enabled'
@ 2021-03-26 22:51 kernel test robot
  0 siblings, 0 replies; 9+ messages in thread
From: kernel test robot @ 2021-03-26 22:51 UTC (permalink / raw)
  To: kbuild-all

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/peterz/queue.git x86/module
head:   97417ccc5aef1e066349f4e7999417c5393921ca
commit: 37b1daffb29b13e9d9b7ce71e318f69a8faec924 [3/5] x86,module: Detect VMX vs SLD conflicts
config: um-defconfig (attached as .config)
compiler: gcc-9 (Debian 9.3.0-22) 9.3.0
reproduce (this is a W=1 build):
        # https://git.kernel.org/pub/scm/linux/kernel/git/peterz/queue.git/commit/?id=37b1daffb29b13e9d9b7ce71e318f69a8faec924
        git remote add peterz-queue https://git.kernel.org/pub/scm/linux/kernel/git/peterz/queue.git
        git fetch --no-tags peterz-queue x86/module
        git checkout 37b1daffb29b13e9d9b7ce71e318f69a8faec924
        # save the attached .config to linux build tree
        make W=1 ARCH=um 

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

   /usr/bin/ld: arch/x86/um/../kernel/module.o: in function `decode_module':
>> module.c:(.text+0x26): undefined reference to `split_lock_enabled'
>> /usr/bin/ld: module.c:(.text+0x39): undefined reference to `insn_init'
>> /usr/bin/ld: module.c:(.text+0x6b): undefined reference to `insn_get_length'
>> /usr/bin/ld: module.c:(.text+0x162): undefined reference to `insn_get_prefixes'
   collect2: error: ld returned 1 exit status

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

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

* [peterz-queue:x86/module 3/5] module.c:undefined reference to `split_lock_enabled'
@ 2021-02-21 13:14 kernel test robot
  0 siblings, 0 replies; 9+ messages in thread
From: kernel test robot @ 2021-02-21 13:14 UTC (permalink / raw)
  To: kbuild-all

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/peterz/queue.git x86/module
head:   11665faeed09c8db826ad35f75bfb0729a0c3206
commit: d66d24a399bdb343d9a5fb2243f3e4d9040cfe12 [3/5] x86,module: Detect VMX vs SLD conflicts
config: um-x86_64_defconfig (attached as .config)
compiler: gcc-9 (Debian 9.3.0-15) 9.3.0
reproduce (this is a W=1 build):
        # https://git.kernel.org/pub/scm/linux/kernel/git/peterz/queue.git/commit/?id=d66d24a399bdb343d9a5fb2243f3e4d9040cfe12
        git remote add peterz-queue https://git.kernel.org/pub/scm/linux/kernel/git/peterz/queue.git
        git fetch --no-tags peterz-queue x86/module
        git checkout d66d24a399bdb343d9a5fb2243f3e4d9040cfe12
        # save the attached .config to linux build tree
        make W=1 ARCH=um SUBARCH=x86_64

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

   /usr/bin/ld: arch/x86/um/../kernel/module.o: in function `decode_module':
>> module.c:(.text+0x26): undefined reference to `split_lock_enabled'
>> /usr/bin/ld: module.c:(.text+0x39): undefined reference to `insn_init'
>> /usr/bin/ld: module.c:(.text+0x6b): undefined reference to `insn_get_length'
>> /usr/bin/ld: module.c:(.text+0x162): undefined reference to `insn_get_prefixes'
   collect2: error: ld returned 1 exit status

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

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

* [peterz-queue:x86/module 3/5] module.c:undefined reference to `split_lock_enabled'
@ 2020-06-20  0:19 kernel test robot
  0 siblings, 0 replies; 9+ messages in thread
From: kernel test robot @ 2020-06-20  0:19 UTC (permalink / raw)
  To: kbuild-all

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/peterz/queue.git x86/module
head:   c9a32b3020effe753a95d2e26662206b7aadf832
commit: b88bbb9edf5931e928d27169d4b223f8a99313bb [3/5] x86,module: Detect VMX vs SLD conflicts
config: um-defconfig (attached as .config)
compiler: gcc-9 (Debian 9.3.0-13) 9.3.0
reproduce (this is a W=1 build):
        git checkout b88bbb9edf5931e928d27169d4b223f8a99313bb
        # save the attached .config to linux build tree
        make W=1 ARCH=um 

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

   /usr/bin/ld: arch/x86/um/../kernel/module.o: in function `decode_module':
>> module.c:(.text+0x26): undefined reference to `split_lock_enabled'
   /usr/bin/ld: module.c:(.text+0x39): undefined reference to `insn_init'
   /usr/bin/ld: module.c:(.text+0x6b): undefined reference to `insn_get_length'
>> /usr/bin/ld: module.c:(.text+0x162): undefined reference to `insn_get_prefixes'
   collect2: error: ld returned 1 exit status

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

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

* [peterz-queue:x86/module 3/5] module.c:undefined reference to `split_lock_enabled'
@ 2020-06-10  1:53 kernel test robot
  0 siblings, 0 replies; 9+ messages in thread
From: kernel test robot @ 2020-06-10  1:53 UTC (permalink / raw)
  To: kbuild-all

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/peterz/queue.git x86/module
head:   1038d7016fbe79920f08d4cd2a8c0d6b9808732b
commit: 48cd170aa2223a0d70f4193377922e353ad27767 [3/5] x86,module: Detect VMX vs SLD conflicts
config: um-defconfig (attached as .config)
compiler: gcc-9 (Debian 9.3.0-13) 9.3.0
reproduce (this is a W=1 build):
        git checkout 48cd170aa2223a0d70f4193377922e353ad27767
        # save the attached .config to linux build tree
        make W=1 ARCH=um 

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 >>, old ones prefixed by <<):

/usr/bin/ld: arch/x86/um/../kernel/module.o: in function `decode_module':
>> module.c:(.text+0x26): undefined reference to `split_lock_enabled'
>> /usr/bin/ld: module.c:(.text+0x39): undefined reference to `insn_init'
/usr/bin/ld: module.c:(.text+0x6b): undefined reference to `insn_get_length'
/usr/bin/ld: module.c:(.text+0x162): undefined reference to `insn_get_prefixes'
collect2: error: ld returned 1 exit status

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

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

* [peterz-queue:x86/module 3/5] module.c:undefined reference to `split_lock_enabled'
@ 2020-05-25  0:59 kbuild test robot
  0 siblings, 0 replies; 9+ messages in thread
From: kbuild test robot @ 2020-05-25  0:59 UTC (permalink / raw)
  To: kbuild-all

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/peterz/queue.git x86/module
head:   3c6c41559b25f20eac2ba492ce596335f060ad0f
commit: 039bc206dab1e5d1844f7ddfd774f7b3fef7f4b5 [3/5] x86,module: Detect VMX vs SLD conflicts
config: um-defconfig (attached as .config)
compiler: gcc-7 (Ubuntu 7.5.0-6ubuntu2) 7.5.0
reproduce (this is a W=1 build):
        git checkout 039bc206dab1e5d1844f7ddfd774f7b3fef7f4b5
        # save the attached .config to linux build tree
        make W=1 ARCH=um 

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

All errors (new ones prefixed by >>, old ones prefixed by <<):

/usr/bin/ld: arch/x86/um/../kernel/module.o: in function `decode_module':
>> module.c:(.text+0x25): undefined reference to `split_lock_enabled'
>> /usr/bin/ld: module.c:(.text+0x37): undefined reference to `insn_init'
>> /usr/bin/ld: module.c:(.text+0x69): undefined reference to `insn_get_length'
>> /usr/bin/ld: module.c:(.text+0x14e): undefined reference to `insn_get_prefixes'
collect2: error: ld returned 1 exit status

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

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

* [peterz-queue:x86/module 3/5] module.c:undefined reference to `split_lock_enabled'
@ 2020-05-08 19:32 kbuild test robot
  0 siblings, 0 replies; 9+ messages in thread
From: kbuild test robot @ 2020-05-08 19:32 UTC (permalink / raw)
  To: kbuild-all

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/peterz/queue.git x86/module
head:   576b3be6d7234460f530f7e983646cdbea26db7f
commit: 1ae6348a964d90e9f1aed8d3c83bc0742c810863 [3/5] x86,module: Detect VMX vs SLD conflicts
config: um-defconfig (attached as .config)
compiler: gcc-7 (Ubuntu 7.5.0-6ubuntu2) 7.5.0
reproduce:
        git checkout 1ae6348a964d90e9f1aed8d3c83bc0742c810863
        # save the attached .config to linux build tree
        make ARCH=um 

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

All errors (new ones prefixed by >>):

   /usr/bin/ld: arch/x86/um/../kernel/module.o: in function `decode_module':
>> module.c:(.text+0x25): undefined reference to `split_lock_enabled'
>> /usr/bin/ld: module.c:(.text+0x37): undefined reference to `insn_init'
>> /usr/bin/ld: module.c:(.text+0x69): undefined reference to `insn_get_length'
>> /usr/bin/ld: module.c:(.text+0x14e): undefined reference to `insn_get_prefixes'
   collect2: error: ld returned 1 exit status

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

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

* [peterz-queue:x86/module 3/5] module.c:undefined reference to `split_lock_enabled'
@ 2020-04-27 21:21 kbuild test robot
  0 siblings, 0 replies; 9+ messages in thread
From: kbuild test robot @ 2020-04-27 21:21 UTC (permalink / raw)
  To: kbuild-all

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/peterz/queue.git x86/module
head:   d5f125a5a4b8c4cbd65a61466be06a8cb948670b
commit: 332c6ea5a827d7c382f8250d82426f56573e8358 [3/5] x86,module: Detect VMX vs SLD conflicts
config: um-x86_64_defconfig (attached as .config)
compiler: gcc-7 (Ubuntu 7.5.0-6ubuntu2) 7.5.0
reproduce:
        git checkout 332c6ea5a827d7c382f8250d82426f56573e8358
        # save the attached .config to linux build tree
        make ARCH=um SUBARCH=x86_64

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

All errors (new ones prefixed by >>):

   /usr/bin/ld: arch/x86/um/../kernel/module.o: in function `decode_module':
>> module.c:(.text+0x25): undefined reference to `split_lock_enabled'
>> /usr/bin/ld: module.c:(.text+0x37): undefined reference to `insn_init'
>> /usr/bin/ld: module.c:(.text+0x69): undefined reference to `insn_get_length'
>> /usr/bin/ld: module.c:(.text+0x14e): undefined reference to `insn_get_prefixes'
   collect2: error: ld returned 1 exit status

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

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

* [peterz-queue:x86/module 3/5] module.c:undefined reference to `split_lock_enabled'
@ 2020-04-20 10:08 kbuild test robot
  0 siblings, 0 replies; 9+ messages in thread
From: kbuild test robot @ 2020-04-20 10:08 UTC (permalink / raw)
  To: kbuild-all

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/peterz/queue.git x86/module
head:   46819e3f157d98ad41359e79088f56e615d7ed5a
commit: 9cb74f3282adbdf756721012399065afbce67b5d [3/5] x86,module: Detect VMX vs SLD conflicts
config: um-x86_64_defconfig (attached as .config)
compiler: gcc-7 (Ubuntu 7.5.0-6ubuntu2) 7.5.0
reproduce:
        git checkout 9cb74f3282adbdf756721012399065afbce67b5d
        # save the attached .config to linux build tree
        make ARCH=um SUBARCH=x86_64

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

All errors (new ones prefixed by >>):

   /usr/bin/ld: arch/x86/um/../kernel/module.o: in function `decode_module':
>> module.c:(.text+0x25): undefined reference to `split_lock_enabled'
>> /usr/bin/ld: module.c:(.text+0x37): undefined reference to `insn_init'
>> /usr/bin/ld: module.c:(.text+0x69): undefined reference to `insn_get_length'
>> /usr/bin/ld: module.c:(.text+0x14e): undefined reference to `insn_get_prefixes'
   collect2: error: ld returned 1 exit status

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

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

end of thread, other threads:[~2021-03-26 22:51 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-15 21:18 [peterz-queue:x86/module 3/5] module.c:undefined reference to `split_lock_enabled' kbuild test robot
  -- strict thread matches above, loose matches on Subject: below --
2021-03-26 22:51 kernel test robot
2021-02-21 13:14 kernel test robot
2020-06-20  0:19 kernel test robot
2020-06-10  1:53 kernel test robot
2020-05-25  0:59 kbuild test robot
2020-05-08 19:32 kbuild test robot
2020-04-27 21:21 kbuild test robot
2020-04-20 10:08 kbuild 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.