* [dcui-tdx:decui/tip/tdx/2023/1013 10/10] arch/x86/kernel/x86_init.c:153:32: error: use of undeclared identifier 'print_mem_encrypt_feature_info'
@ 2023-10-22 21:46 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2023-10-22 21:46 UTC (permalink / raw)
To: Dexuan Cui; +Cc: llvm, oe-kbuild-all
tree: https://github.com/dcui/tdx decui/tip/tdx/2023/1013
head: a1d4d1204a2799ff94c9d1d01f2dda125aafa8e2
commit: a1d4d1204a2799ff94c9d1d01f2dda125aafa8e2 [10/10] x86/mm: Print the encryption features correctly when a paravisor is present
config: x86_64-rhel-8.3-rust (https://download.01.org/0day-ci/archive/20231023/202310230519.cdlkHIMz-lkp@intel.com/config)
compiler: clang version 16.0.4 (https://github.com/llvm/llvm-project.git ae42196bc493ffe877a7e3dff8be32035dea4d07)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20231023/202310230519.cdlkHIMz-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/202310230519.cdlkHIMz-lkp@intel.com/
All errors (new ones prefixed by >>):
>> arch/x86/kernel/x86_init.c:153:32: error: use of undeclared identifier 'print_mem_encrypt_feature_info'
.print_mem_enc_feature_info = print_mem_encrypt_feature_info,
^
1 error generated.
vim +/print_mem_encrypt_feature_info +153 arch/x86/kernel/x86_init.c
139
140 struct x86_platform_ops x86_platform __ro_after_init = {
141 .calibrate_cpu = native_calibrate_cpu_early,
142 .calibrate_tsc = native_calibrate_tsc,
143 .get_wallclock = mach_get_cmos_time,
144 .set_wallclock = mach_set_cmos_time,
145 .iommu_shutdown = iommu_shutdown_noop,
146 .is_untracked_pat_range = is_ISA_range,
147 .nmi_init = default_nmi_init,
148 .get_nmi_reason = default_get_nmi_reason,
149 .save_sched_clock_state = tsc_save_sched_clock_state,
150 .restore_sched_clock_state = tsc_restore_sched_clock_state,
151 .realmode_reserve = reserve_real_mode,
152 .realmode_init = init_real_mode,
> 153 .print_mem_enc_feature_info = print_mem_encrypt_feature_info,
154 .hyper.pin_vcpu = x86_op_int_noop,
155 .hyper.is_private_mmio = is_private_mmio_noop,
156
157 .guest = {
158 .enc_status_change_prepare = enc_status_change_prepare_noop,
159 .enc_status_change_finish = enc_status_change_finish_noop,
160 .enc_tlb_flush_required = enc_tlb_flush_required_noop,
161 .enc_cache_flush_required = enc_cache_flush_required_noop,
162 },
163 };
164
--
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:[~2023-10-22 21:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-22 21:46 [dcui-tdx:decui/tip/tdx/2023/1013 10/10] arch/x86/kernel/x86_init.c:153:32: error: use of undeclared identifier 'print_mem_encrypt_feature_info' 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.