WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-ia64-devel

Re: [Xen-ia64-devel] [PATCH 0/2] vdso fix

To: xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-ia64-devel] [PATCH 0/2] vdso fix
From: Isaku Yamahata <yamahata@xxxxxxxxxxxxx>
Date: Thu, 24 Aug 2006 20:01:22 +0900
Delivery-date: Thu, 24 Aug 2006 04:01:46 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <20060824094216.GA22348%yamahata@xxxxxxxxxxxxx>
List-help: <mailto:xen-ia64-devel-request@lists.xensource.com?subject=help>
List-id: Discussion of the ia64 port of Xen <xen-ia64-devel.lists.xensource.com>
List-post: <mailto:xen-ia64-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ia64-devel>, <mailto:xen-ia64-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ia64-devel>, <mailto:xen-ia64-devel-request@lists.xensource.com?subject=unsubscribe>
References: <20060824094216.GA22348%yamahata@xxxxxxxxxxxxx>
Sender: xen-ia64-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.4.2.1i
This explanation is wrong. Please ignore those patches.
Sorry for confution.

On Thu, Aug 24, 2006 at 06:42:16PM +0900, Isaku Yamahata wrote:
> 
> __kernel_syscall_via_epc masks interrupt assuming page fault on the vDSO page
> can't occur during executing.
> However Xen might preempt vcpu when interrupt is disabled so that
> page fault might occur with interrupt masked unlike baremetal case.
> Such page fault results in acquiring semaphore with interrupt disabled.
> see ia64_do_page_fault().
> It means that we can't disable interrupt in vDSO page on xen environment.
> So we jumps kernel text area which is pinned by ITR before disabling interrupt
> to avoid such page fault.
> 
> thanks.
> 
> _______________________________________________
> Xen-ia64-devel mailing list
> Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-ia64-devel

-- 
yamahata

_______________________________________________
Xen-ia64-devel mailing list
Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ia64-devel

<Prev in Thread] Current Thread [Next in Thread>