diff options
author | 2024-01-04 12:34:35 +0100 | |
---|---|---|
committer | 2024-01-04 12:34:35 +0100 | |
commit | 899e5378b706299ec647f9dafc556fc9cef5da55 (patch) | |
tree | 7c76226ad8fe721e89c2ec4cd7a515d41dd8f79a /0008-x86-entry-Track-the-IST-ness-of-an-entry-for-the-exi.patch | |
parent | Xen 4.16.6-pre-patchset-0 (diff) | |
download | xen-upstream-patches-899e5378b706299ec647f9dafc556fc9cef5da55.tar.gz xen-upstream-patches-899e5378b706299ec647f9dafc556fc9cef5da55.tar.bz2 xen-upstream-patches-899e5378b706299ec647f9dafc556fc9cef5da55.zip |
Xen 4.16.6-pre-patchset-14.16.6-pre-patchset-14.16
Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com>
Diffstat (limited to '0008-x86-entry-Track-the-IST-ness-of-an-entry-for-the-exi.patch')
-rw-r--r-- | 0008-x86-entry-Track-the-IST-ness-of-an-entry-for-the-exi.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/0008-x86-entry-Track-the-IST-ness-of-an-entry-for-the-exi.patch b/0008-x86-entry-Track-the-IST-ness-of-an-entry-for-the-exi.patch index c88a8b1..3714bfd 100644 --- a/0008-x86-entry-Track-the-IST-ness-of-an-entry-for-the-exi.patch +++ b/0008-x86-entry-Track-the-IST-ness-of-an-entry-for-the-exi.patch @@ -1,7 +1,7 @@ From 8064cbdbef79e328fad5158beeaf1c45bd0f5bd3 Mon Sep 17 00:00:00 2001 From: Andrew Cooper <andrew.cooper3@citrix.com> Date: Wed, 13 Sep 2023 12:20:12 +0100 -Subject: [PATCH 08/27] x86/entry: Track the IST-ness of an entry for the exit +Subject: [PATCH 08/30] x86/entry: Track the IST-ness of an entry for the exit paths Use %r12 to hold an ist_exit boolean. This register is zero elsewhere in the @@ -105,5 +105,5 @@ index 266c0a0990..671e3b3fd5 100644 jne ret_from_intr -- -2.42.0 +2.43.0 |