* [rppt:execmem/v4+x86-rox 18/23] mm/execmem.c:69:undefined reference to `text_poke_copy'
@ 2024-04-10 10:59 kernel test robot
0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2024-04-10 10:59 UTC (permalink / raw)
To: Mike Rapoport (IBM); +Cc: llvm, oe-kbuild-all, Mike Rapoport
tree: https://git.kernel.org/pub/scm/linux/kernel/git/rppt/linux.git execmem/v4+x86-rox
head: d64e0751d3a13178009bd0a72f04f4b90f7ef961
commit: 95eac503c326322a5414c81b8c55e1a43bc19371 [18/23] module: prepare to handle ROX allocations for text
config: um-defconfig (https://download.01.org/0day-ci/archive/20240410/202404101820.mi1ZXnRT-lkp@intel.com/config)
compiler: clang version 19.0.0git (https://github.com/llvm/llvm-project 8b3b4a92adee40483c27f26c478a384cd69c6f05)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240410/202404101820.mi1ZXnRT-lkp@intel.com/reproduce)
If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202404101820.mi1ZXnRT-lkp@intel.com/
All errors (new ones prefixed by >>):
/usr/bin/ld: warning: .tmp_vmlinux.kallsyms1 has a LOAD segment with RWX permissions
/usr/bin/ld: mm/execmem.o: in function `execmem_update_copy':
>> mm/execmem.c:69:(.ltext+0x179): undefined reference to `text_poke_copy'
clang: error: linker command failed with exit code 1 (use -v to see invocation)
vim +69 mm/execmem.c
66
67 void *execmem_update_copy(void *dst, const void *src, size_t size)
68 {
> 69 return text_poke_copy(dst, src, size);
70 }
71
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] 2+ messages in thread* [rppt:execmem/v4+x86-rox 18/23] mm/execmem.c:69:undefined reference to `text_poke_copy'
@ 2024-04-10 10:59 kernel test robot
0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2024-04-10 10:59 UTC (permalink / raw)
To: Mike Rapoport (IBM); +Cc: llvm, oe-kbuild-all, Mike Rapoport
tree: https://git.kernel.org/pub/scm/linux/kernel/git/rppt/linux.git execmem/v4+x86-rox
head: d64e0751d3a13178009bd0a72f04f4b90f7ef961
commit: 95eac503c326322a5414c81b8c55e1a43bc19371 [18/23] module: prepare to handle ROX allocations for text
config: um-allnoconfig (https://download.01.org/0day-ci/archive/20240410/202404101816.ZH1POam3-lkp@intel.com/config)
compiler: clang version 17.0.6 (https://github.com/llvm/llvm-project 6009708b4367171ccdbf4b5905cb6a803753fe18)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240410/202404101816.ZH1POam3-lkp@intel.com/reproduce)
If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202404101816.ZH1POam3-lkp@intel.com/
All errors (new ones prefixed by >>):
/usr/bin/ld: warning: .tmp_vmlinux.kallsyms1 has a LOAD segment with RWX permissions
/usr/bin/ld: mm/execmem.o: in function `execmem_update_copy':
>> mm/execmem.c:69:(.text+0x17d): undefined reference to `text_poke_copy'
clang: error: linker command failed with exit code 1 (use -v to see invocation)
vim +69 mm/execmem.c
66
67 void *execmem_update_copy(void *dst, const void *src, size_t size)
68 {
> 69 return text_poke_copy(dst, src, size);
70 }
71
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-04-10 10:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-10 10:59 [rppt:execmem/v4+x86-rox 18/23] mm/execmem.c:69:undefined reference to `text_poke_copy' kernel test robot
-- strict thread matches above, loose matches on Subject: below --
2024-04-10 10:59 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.