On 1/23/2023 3:33 PM, Gupta, Pankaj wrote:
+ */ +.macro idtentry_hv vector asmsym cfunc +SYM_CODE_START(\asmsym) + UNWIND_HINT_IRET_REGS + ASM_CLACDid you get a chance to review the new instructions added at the start similar to idtentry_vc and comments added assuggested here? https://lore.kernel.org/lkml/16e50239-39b2-4fb4-5110-18f13ba197fe@xxxxxxx/
Hi Pankaj:Thanks for your reminder. Yes, CLD should be add after ASM_CLAC. Will fix it.