[GIT PULL] x86/tdx for 6.9

From: Dave Hansen
Date: Mon Mar 11 2024 - 13:39:05 EST


Hi Linus,

Please pull an x86/tdx change for 6.9. This one is rather unremarkable,
just fixing up the fact that TDX is now using movdir64b() for non-__iomem
addresses.

--

The following changes since commit b401b621758e46812da61fa58a67c3fd8d91de0d:

Linux 6.8-rc5 (2024-02-18 12:56:25 -0800)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/x86_tdx_for_6.9

for you to fetch changes up to 5bdd181821b2c65b074cfad07d7c7d5d3cfe20bf:

x86/asm: Remove the __iomem annotation of movdir64b()'s dst argument (2024-02-22 14:52:09 -0800)

----------------------------------------------------------------
* Fix sparse warning from TDX use of movdir64b()

----------------------------------------------------------------
Kai Huang (1):
x86/asm: Remove the __iomem annotation of movdir64b()'s dst argument

arch/x86/include/asm/io.h | 2 +-
arch/x86/include/asm/special_insns.h | 9 +++++++--
2 files changed, 8 insertions(+), 3 deletions(-)