]> git.baikalelectronics.ru Git - kernel.git/commit
x86/entry/compat: Clear RAX high bits on Xen PV SYSENTER
authorAndy Lutomirski <luto@kernel.org>
Fri, 3 Jul 2020 17:02:53 +0000 (10:02 -0700)
committerThomas Gleixner <tglx@linutronix.de>
Sat, 4 Jul 2020 17:47:25 +0000 (19:47 +0200)
commitaf9fa69496b488a08daf8becdf7206232684a695
treed412ad31b961ceccc383af222b85d95e7fba3eb3
parentb3b0d517317376c5eddf17985af100a193c75590
x86/entry/compat: Clear RAX high bits on Xen PV SYSENTER

Move the clearing of the high bits of RAX after Xen PV joins the SYSENTER
path so that Xen PV doesn't skip it.

Arguably this code should be deleted instead, but that would belong in the
merge window.

Fixes: f55f1a5912cb ("x86/entry/64/compat: Fix Xen PV SYSENTER frame setup")
Signed-off-by: Andy Lutomirski <luto@kernel.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lkml.kernel.org/r/9d33b3f3216dcab008070f1c28b6091ae7199969.1593795633.git.luto@kernel.org
arch/x86/entry/entry_64_compat.S