All of lore.kernel.org
 help / color / mirror / Atom feed
From: Zachary Amsden <zamsden@cisco.com>
To: Keir Fraser <Keir.Fraser@cl.cam.ac.uk>
Cc: xen-devel@lists.sourceforge.net, Ian Pratt <Ian.Pratt@cl.cam.ac.uk>
Subject: Re: Re: "Barry Silverman": Setting GDT entries for Thread Local Storage
Date: Tue, 10 Feb 2004 09:49:19 -0800	[thread overview]
Message-ID: <4029199F.9060008@cisco.com> (raw)
In-Reply-To: <E1AqHEV-0005CD-00@wisbech.cl.cam.ac.uk>

Keir Fraser wrote:

>>I am trying to port the Fedora version of Linux to xeno-linux. It involves
>>porting the NPTL Library (New Posix Thread Library), and TLS (Thread Local
>>Storage) kernel changes which Redhat backported from 2.6 into 2.4.
>>
>>    
>>
>...
>This shoudl all work straightforwardly, unless TLS tries to install
>segments that are "full size" (i.e. 4GB). I know that one of the
>recent glibc threading solutions tries to do this --- it won't work
>with Xen because we clip segments so that they do not overlap with
>Xen's reserved area in the top 64MB of the virtual address space.
>  
>
I don't want to throw a monkeywrench in your plans, but another 
potential trouble spot is the x86 vsyscall interface in 2.6.  The 
vsyscall region sits at the top of the virtual address space, and could 
conflict with the Xen mapping.  You may have to consider remapping Xen 
to another memory region, but I'm not sure where there may be other 
trouble areas with Windows domains (map?).  At some point in the 
forseeable future, it might no longer be possible to locate Xen at an OS 
neutral location, so perhaps it is worth considering the remapping 
problem now.

Zachary Amsden
zamsden@cisco.com


-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn

  reply	other threads:[~2004-02-10 17:49 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <E1AqGel-0004YN-00@wisbech.cl.cam.ac.uk>
2004-02-09 19:38 ` "Barry Silverman": Setting GDT entries for Thread Local Storage Keir Fraser
2004-02-10 17:49   ` Zachary Amsden [this message]
2004-02-10 18:10     ` Keir Fraser
2004-02-10 18:19       ` Keir Fraser
2004-02-10 19:33       ` Zachary Amsden
2004-02-11  2:38   ` Barry Silverman
2004-02-11  8:10     ` Keir Fraser

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=4029199F.9060008@cisco.com \
    --to=zamsden@cisco.com \
    --cc=Ian.Pratt@cl.cam.ac.uk \
    --cc=Keir.Fraser@cl.cam.ac.uk \
    --cc=xen-devel@lists.sourceforge.net \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.