From: Thiemo Seufer <ths@networkno.de>
To: Alexander Graf <agraf@suse.de>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] Fix TLS support on x86
Date: Mon, 18 Jun 2007 20:21:39 +0100 [thread overview]
Message-ID: <20070618192139.GK19155@networkno.de> (raw)
In-Reply-To: <46696500.5020406@suse.de>
Alexander Graf wrote:
> Hi,
>
> this patch is based on the NPTL/TLS patch, David Woodhouse sent to the
> list some months ago, which unfortulately did not work for me, so these
> are the fixes needed to get it working. After all there is a certain
> chance, that I got something wrong but basically it does the following:
>
> 1. Implement the tg_kill syscall
> 2. Set the GS shadow register according to the information
> set_thread_area receives. I'm not sure about that part, but using the
> qemu internal functions (cpu_x86_load_seg) did not work for me.
> 3. Implement the "new" (2.5.xx) TID setting features of clone()
> 4. Use clone() for forking, since fork() did not always work for me
> (especially when using TLS)
Please split the patch per-feature, and make sure it applies to CVS head.
(It fails to apply because it appears to depend on another patch which
adds fadvise64 support.) Also, keep the code formatting style the same as
the surrounding code (line length, space vs. tabs, whitespace around
parentheses, ... ).
Thiemo
next prev parent reply other threads:[~2007-06-18 19:21 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-06-08 14:17 [Qemu-devel] [PATCH] Fix TLS support on x86 Alexander Graf
2007-06-18 19:21 ` Thiemo Seufer [this message]
2007-06-20 16:42 ` Alexander Graf
2007-06-21 5:31 ` David Woodhouse
2007-06-21 6:01 ` Jakub Jelinek
2007-06-21 7:11 ` Alexander Graf
[not found] ` <20070621225550.GB25967@networkno.de>
[not found] ` <1801E7EE-FF0A-4A43-88ED-4503DEBBC831@suse.de>
[not found] ` <20070621231612.GC25967@networkno.de>
2007-07-02 10:01 ` Alexander Graf
2007-11-13 18:44 ` Stefan Weil
2007-11-13 18:46 ` Thayne Harbaugh
2007-11-13 22:13 ` Fabrice Bellard
2007-11-14 20:02 ` Stefan Weil
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=20070618192139.GK19155@networkno.de \
--to=ths@networkno.de \
--cc=agraf@suse.de \
--cc=qemu-devel@nongnu.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).