x86/sev-es: Fix SEV-ES OUT/IN immediate opcode vc handling
stable inclusion from stable-5.10.9 commit e558b38b5e1177334debe520f8378e1d8fec62ea bugzilla: 47457 -------------------------------- [ Upstream commit a8f7e08a ] The IN and OUT instructions with port address as an immediate operand only use an 8-bit immediate (imm8). The current VC handler uses the entire 32-bit immediate value but these instructions only set the first bytes. Cast the operand to an u8 for that. [ bp: Massage commit message. ] Fixes: 25189d08 ("x86/sev-es: Add support for handling IOIO exceptions") Signed-off-by: NPeter Gonda <pgonda@google.com> Signed-off-by: NBorislav Petkov <bp@suse.de> Acked-by: NDavid Rientjes <rientjes@google.com> Link: https://lkml.kernel.org/r/20210105163311.221490-1-pgonda@google.comSigned-off-by: NSasha Levin <sashal@kernel.org> Signed-off-by: NChen Jun <chenjun102@huawei.com> Acked-by: NXie XiuQi <xiexiuqi@huawei.com>
Showing
想要评论请 注册 或 登录