From: Keir Fraser <keir@xen.org>
To: Jan Beulich <JBeulich@suse.com>, xen-devel <xen-devel@lists.xen.org>
Cc: Ian Campbell <ian.campbell@citrix.com>
Subject: Re: [PATCH] x86-64: drop updating of UREGS_rip when converting sysenter to #GP
Date: Thu, 26 Jul 2012 16:33:13 +0100 [thread overview]
Message-ID: <CC3721C9.46B62%keir@xen.org> (raw)
In-Reply-To: <50117A0C0200007800090A90@nat28.tlf.novell.com>
On 26/07/2012 16:10, "Jan Beulich" <JBeulich@suse.com> wrote:
> This was set to zero immediately before the #GP injection code, since
> SYSENTER doesn't really have a return address.
>
> Reported-by: Ian Campbell <Ian.Campbell@citrix.com>
>
> Furthermore, UREGS_cs and UREGS_rip don't need to be written a second
> time, as the PUSHes above already can/do take care of putting in place
> the intended values.
>
> Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Keir Fraser <keir@xen.org>
> --- a/xen/arch/x86/x86_64/entry.S
> +++ b/xen/arch/x86/x86_64/entry.S
> @@ -275,15 +275,13 @@ ENTRY(sysenter_entry)
> pushfq
> .globl sysenter_eflags_saved
> sysenter_eflags_saved:
> - pushq $0
> - pushq $0
> + pushq $3 /* ring 3 null cs */
> + pushq $0 /* null rip */
> pushq $0
> movl $TRAP_syscall,4(%rsp)
> SAVE_ALL
> GET_CURRENT(%rbx)
> cmpb $0,VCPU_sysenter_disables_events(%rbx)
> - movq $0,UREGS_rip(%rsp) /* null rip */
> - movl $3,UREGS_cs(%rsp) /* ring 3 null cs */
> movq VCPU_sysenter_addr(%rbx),%rax
> setne %cl
> leaq VCPU_trap_bounce(%rbx),%rdx
> @@ -292,7 +290,6 @@ sysenter_eflags_saved:
> UNLIKELY_START(z, sysenter_gpf)
> movq VCPU_trap_ctxt(%rbx),%rsi
> movl $TRAP_gp_fault,UREGS_entry_vector(%rsp)
> - subq $2,UREGS_rip(%rsp)
> movl %eax,TRAPBOUNCE_error_code(%rdx)
> movq TRAP_gp_fault * TRAPINFO_sizeof + TRAPINFO_eip(%rsi),%rax
> testb $4,TRAP_gp_fault * TRAPINFO_sizeof + TRAPINFO_flags(%rsi)
>
>
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xen.org
> http://lists.xen.org/xen-devel
prev parent reply other threads:[~2012-07-26 15:33 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-26 15:10 [PATCH] x86-64: drop updating of UREGS_rip when converting sysenter to #GP Jan Beulich
2012-07-26 15:30 ` Ian Campbell
2012-07-26 15:33 ` Keir Fraser [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CC3721C9.46B62%keir@xen.org \
--to=keir@xen.org \
--cc=JBeulich@suse.com \
--cc=ian.campbell@citrix.com \
--cc=xen-devel@lists.xen.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).