From: Linus Torvalds Date: Mon, 10 Jan 2022 17:33:40 +0000 (-0800) Subject: Merge tag 'x86_sev_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... X-Git-Tag: perf_urgent_for_v5.17_rc2~112 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=01d5e7872c1c2c04f4fd419c9a4968e148efc5a0;p=users%2Fdwmw2%2Flinux.git Merge tag 'x86_sev_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip Pull x86 SEV updates from Borislav Petkov: "The accumulated pile of x86/sev generalizations and cleanups: - Share the SEV string unrolling logic with TDX as TDX guests need it too - Cleanups and generalzation of code shared by SEV and TDX" * tag 'x86_sev_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86/sev: Move common memory encryption code to mem_encrypt.c x86/sev: Rename mem_encrypt.c to mem_encrypt_amd.c x86/sev: Use CC_ATTR attribute to generalize string I/O unroll x86/sev: Remove do_early_exception() forward declarations x86/head64: Carve out the guest encryption postprocessing into a helper x86/sev: Get rid of excessive use of defines x86/sev: Shorten GHCB terminate macro names --- 01d5e7872c1c2c04f4fd419c9a4968e148efc5a0