tree: https://github.com/ammarfaizi2/linux-block google/android/kernel/common/android12-5.10-2022-03 head: 64099431c232d4a95f621411747a3972cc1c8061 commit: cc6eed90a467a413b9c62fdd76e8f06347266a88 [1471/9999] ANDROID: vendor_hooks: Allow multiple attachments to restricted hooks config: nds32-randconfig-r032-20221209 compiler: nds32le-linux-gcc (GCC) 12.1.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://github.com/ammarfaizi2/linux-block/commit/cc6eed90a467a413b9c62fdd76e8f06347266a88 git remote add ammarfaizi2-block https://github.com/ammarfaizi2/linux-block git fetch --no-tags ammarfaizi2-block google/android/kernel/common/android12-5.10-2022-03 git checkout cc6eed90a467a413b9c62fdd76e8f06347266a88 # save the config file mkdir build_dir && cp config build_dir/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=nds32 SHELL=/bin/bash If you fix the issue, kindly add following tag where applicable | Reported-by: kernel test robot All error/warnings (new ones prefixed by >>): nds32le-linux-ld: arch/nds32/kernel/ex-entry.o: in function `common_exception_handler': >> (.text+0xfe): undefined reference to `__trace_hardirqs_off' (.text+0xfe): relocation truncated to fit: R_NDS32_25_PCREL_RELA against undefined symbol `__trace_hardirqs_off' nds32le-linux-ld: arch/nds32/kernel/ex-exit.o: in function `no_work_pending': (.text+0xc6): undefined reference to `__trace_hardirqs_off' nds32le-linux-ld: (.text+0xca): undefined reference to `__trace_hardirqs_off' nds32le-linux-ld: (.text+0xce): undefined reference to `__trace_hardirqs_on' nds32le-linux-ld: (.text+0xd2): undefined reference to `__trace_hardirqs_on' -- >> kernel/tracepoint.c:720:5: warning: no previous prototype for 'android_rvh_probe_register' [-Wmissing-prototypes] 720 | int android_rvh_probe_register(struct tracepoint *tp, void *probe, void *data) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ Kconfig warnings: (for reference only) WARNING: unmet direct dependencies detected for NET_PTP_CLASSIFY Depends on [n]: NET [=n] Selected by [y]: - GKI_HIDDEN_NET_CONFIGS [=y] WARNING: unmet direct dependencies detected for PAGE_POOL Depends on [n]: NET [=n] Selected by [y]: - GKI_HIDDEN_NET_CONFIGS [=y] vim +/android_rvh_probe_register +720 kernel/tracepoint.c 719 > 720 int android_rvh_probe_register(struct tracepoint *tp, void *probe, void *data) -- 0-DAY CI Kernel Test Service https://01.org/lkp