[PATCH v7 05/11] x86: convert dom_crash_sync_extable() annotation

Jan Beulich posted 11 patches 1 month, 3 weeks ago
[PATCH v7 05/11] x86: convert dom_crash_sync_extable() annotation
Posted by Jan Beulich 1 month, 3 weeks ago
... to that from the generic framework in xen/linkage.h.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
---
v7: Split from larger patch.

--- a/xen/arch/x86/x86_64/entry.S
+++ b/xen/arch/x86/x86_64/entry.S
@@ -624,7 +624,7 @@ domain_crash_page_fault_0x8:
         ALTERNATIVE "", clac, X86_FEATURE_XEN_SMAP
         movq  %rsi,%rdi
         call  show_page_walk
-ENTRY(dom_crash_sync_extable)
+LABEL(dom_crash_sync_extable, 0)
         ALTERNATIVE "", clac, X86_FEATURE_XEN_SMAP
         # Get out of the guest-save area of the stack.
         GET_STACK_END(ax)
Re: [PATCH v7 05/11] x86: convert dom_crash_sync_extable() annotation
Posted by Andrew Cooper 1 month, 3 weeks ago
On 01/10/2024 4:15 pm, Jan Beulich wrote:
> ... to that from the generic framework in xen/linkage.h.
>
> Signed-off-by: Jan Beulich <jbeulich@suse.com>

Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>