You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This patch fixes the following error.
> arch/x86/kernel/cpu/mshyperv.c:349: undefined reference to `cc_init'
CONFIG_GUEST_HYPERVISOR compiles mshyperv.o that reference cc_init().
cc_init() requires CONFIG_ARCH_HAS_CC_PLATFORM.
"select ARCH_HAS_CC_PLATFORM" when CONFIG_GUEST_HYPERVISOR=y.
Fixes: cbb5c73599cf ("x86/coco: Add API to handle encryption mask")
Reported-by: kernel test robot <[email protected]>
Signed-off-by: Isaku Yamahata <[email protected]>
0 commit comments