All of lore.kernel.org
 help / color / mirror / Atom feed
* [peterz-queue:modules/WIP 22/23] module.c:undefined reference to `ftrace_module_release'
@ 2020-05-15 14:57 kbuild test robot
  0 siblings, 0 replies; 4+ messages in thread
From: kbuild test robot @ 2020-05-15 14:57 UTC (permalink / raw)
  To: kbuild-all

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/peterz/queue.git modules/WIP
head:   21453b24e9eaee832e0dd74437713de44eb2d842
commit: 2768d65c7d43ed1eed92a71592820a16c208ba29 [22/23] ftrace: Merge ftrace_module_{init,enable}()
config: i386-randconfig-c003-20200515 (attached as .config)
compiler: gcc-7 (Ubuntu 7.5.0-6ubuntu2) 7.5.0
reproduce:
        git checkout 2768d65c7d43ed1eed92a71592820a16c208ba29
        # save the attached .config to linux build tree
        make ARCH=i386 

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

ld: kernel/module.o: in function `__ia32_sys_delete_module':
module.c:(.text+0x2582): undefined reference to `ftrace_module_release'
ld: kernel/module.o: in function `load_module':
module.c:(.text+0x41ee): undefined reference to `ftrace_module_release'
ld: kernel/module.o: in function `do_init_module':
>> module.c:(.text.unlikely+0x376): undefined reference to `ftrace_module_release'

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

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

* [peterz-queue:modules/WIP 22/23] module.c:undefined reference to `ftrace_module_release'
@ 2020-06-01  3:20 kbuild test robot
  0 siblings, 0 replies; 4+ messages in thread
From: kbuild test robot @ 2020-06-01  3:20 UTC (permalink / raw)
  To: kbuild-all

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/peterz/queue.git modules/WIP
head:   6198899924a638c47cd8b7df67a9f30b32dd6c0f
commit: a78c13c458123e985c8dee40116ef67e5ef1e942 [22/23] ftrace: Merge ftrace_module_{init,enable}()
config: s390-defconfig (attached as .config)
compiler: s390-linux-gcc (GCC) 9.3.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
        git checkout a78c13c458123e985c8dee40116ef67e5ef1e942
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=s390 

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

s390-linux-ld: kernel/module.o: in function `__s390_sys_delete_module':
>> module.c:(.text+0x4664): undefined reference to `ftrace_module_release'
s390-linux-ld: kernel/module.o: in function `__se_sys_delete_module':
module.c:(.text+0x489c): undefined reference to `ftrace_module_release'
s390-linux-ld: kernel/module.o: in function `do_init_module':
module.c:(.text+0x4b84): undefined reference to `ftrace_module_release'
s390-linux-ld: kernel/module.o: in function `load_module':
module.c:(.text+0x6258): undefined reference to `ftrace_module_release'

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

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

* [peterz-queue:modules/WIP 22/23] module.c:undefined reference to `ftrace_module_release'
@ 2020-05-20 10:07 kbuild test robot
  0 siblings, 0 replies; 4+ messages in thread
From: kbuild test robot @ 2020-05-20 10:07 UTC (permalink / raw)
  To: kbuild-all

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/peterz/queue.git modules/WIP
head:   d4334fbbfc2d716f1e9f8002d51c40a681f047ba
commit: 1a3729608e2468f1f559b7584281e4fe07e9c3ee [22/23] ftrace: Merge ftrace_module_{init,enable}()
config: powerpc-rhel-kconfig (attached as .config)
compiler: powerpc64le-linux-gcc (GCC) 9.3.0
reproduce:
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        git checkout 1a3729608e2468f1f559b7584281e4fe07e9c3ee
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=powerpc 

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

powerpc64le-linux-ld: kernel/module.o: in function `__se_sys_delete_module':
>> module.c:(.text+0x6790): undefined reference to `ftrace_module_release'
powerpc64le-linux-ld: kernel/module.o: in function `do_init_module':
module.c:(.text+0x6b60): undefined reference to `ftrace_module_release'
powerpc64le-linux-ld: kernel/module.o: in function `load_module':
module.c:(.text+0x9cac): undefined reference to `ftrace_module_release'

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

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

* [peterz-queue:modules/WIP 22/23] module.c:undefined reference to `ftrace_module_release'
@ 2020-05-16 15:54 kbuild test robot
  0 siblings, 0 replies; 4+ messages in thread
From: kbuild test robot @ 2020-05-16 15:54 UTC (permalink / raw)
  To: kbuild-all

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/peterz/queue.git modules/WIP
head:   f0d1d7d9b12e1f351715255a8569d2afde739a34
commit: 764e7a2977acd71af7da72e661b2152a5e9d4e4f [22/23] ftrace: Merge ftrace_module_{init,enable}()
config: i386-allyesconfig (attached as .config)
compiler: gcc-7 (Ubuntu 7.5.0-6ubuntu2) 7.5.0
reproduce:
        git checkout 764e7a2977acd71af7da72e661b2152a5e9d4e4f
        # save the attached .config to linux build tree
        make ARCH=i386 

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

ld: kernel/module.o: in function `__ia32_sys_delete_module':
>> module.c:(.text+0x2f96): undefined reference to `ftrace_module_release'
ld: kernel/module.o: in function `load_module':
module.c:(.text+0x58e0): undefined reference to `ftrace_module_release'
ld: kernel/module.o: in function `do_init_module':
module.c:(.text.unlikely+0x35f): undefined reference to `ftrace_module_release'

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

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

end of thread, other threads:[~2020-06-01  3:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-15 14:57 [peterz-queue:modules/WIP 22/23] module.c:undefined reference to `ftrace_module_release' kbuild test robot
2020-05-16 15:54 kbuild test robot
2020-05-20 10:07 kbuild test robot
2020-06-01  3:20 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.