* [chrome-os:chromeos-6.1 414/415] include/linux/jump_label.h:260:undefined reference to `__tracepoint_cros_security_socket_post_create_enter'
@ 2024-11-06 10:17 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2024-11-06 10:17 UTC (permalink / raw)
To: cros-kernel-buildreports; +Cc: oe-kbuild-all
tree: https://chromium.googlesource.com/chromiumos/third_party/kernel chromeos-6.1
head: eebfbf01bf6938dd13cb315873c55c135325ffe2
commit: 0c222baf9d509fdea61d5e821a175093d62f2f3b [414/415] CHROMIUM: add cros_security_post_create_exit tp
config: arm64-randconfig-001-20241106 (https://download.01.org/0day-ci/archive/20241106/202411061815.Cl75dvU4-lkp@intel.com/config)
compiler: aarch64-linux-gcc (GCC) 14.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20241106/202411061815.Cl75dvU4-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/202411061815.Cl75dvU4-lkp@intel.com/
All errors (new ones prefixed by >>):
aarch64-linux-ld: Unexpected GOT/PLT entries detected!
aarch64-linux-ld: Unexpected run-time procedure linkages detected!
aarch64-linux-ld: ID map text too big or misaligned
aarch64-linux-ld: security/security.o: in function `security_socket_post_create':
>> include/linux/jump_label.h:260:(.text+0xada4): undefined reference to `__tracepoint_cros_security_socket_post_create_enter'
aarch64-linux-ld: security/security.o: relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `__tracepoint_cros_security_socket_post_create_enter' which may bind externally can not be used when making a shared object; recompile with -fPIC
>> include/linux/jump_label.h:260:(.text+0xada4): dangerous relocation: unsupported relocation
>> aarch64-linux-ld: include/linux/jump_label.h:260:(.text+0xada8): undefined reference to `__tracepoint_cros_security_socket_post_create_enter'
aarch64-linux-ld: security/security.o: in function `security_socket_post_create':
>> include/trace/events/cros_net.h:387:(.text+0xae3c): undefined reference to `__traceiter_cros_security_socket_post_create_enter'
vim +260 include/linux/jump_label.h
1f69bf9c613760 Jason Baron 2016-08-03 257
656d054e0a15ec Peter Zijlstra 2022-05-02 258 static __always_inline int static_key_count(struct static_key *key)
4c5ea0a9cd02d6 Paolo Bonzini 2016-06-21 259 {
656d054e0a15ec Peter Zijlstra 2022-05-02 @260 return arch_atomic_read(&key->enabled);
4c5ea0a9cd02d6 Paolo Bonzini 2016-06-21 261 }
4c5ea0a9cd02d6 Paolo Bonzini 2016-06-21 262
:::::: The code at line 260 was first introduced by commit
:::::: 656d054e0a15ec327bd82801ccd58201e59f6896 jump_label,noinstr: Avoid instrumentation for JUMP_LABEL=n builds
:::::: TO: Peter Zijlstra <peterz@infradead.org>
:::::: CC: Peter Zijlstra <peterz@infradead.org>
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2024-11-06 10:17 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-06 10:17 [chrome-os:chromeos-6.1 414/415] include/linux/jump_label.h:260:undefined reference to `__tracepoint_cros_security_socket_post_create_enter' 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.