From: Andi Kleen <ak@suse.de>
To: eranian@hpl.hp.com
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH 1/2] x86-64 TIF flags for debug regs and io bitmap in ctxsw
Date: Tue, 4 Jul 2006 10:14:30 +0200 [thread overview]
Message-ID: <200607041014.30162.ak@suse.de> (raw)
In-Reply-To: <20060704072832.GB5902@frankl.hpl.hp.com>
> diff -urNp linux-2.6.17.2.orig/arch/x86_64/ia32/ptrace32.c linux-2.6.17.2-tif/arch/x86_64/ia32/ptrace32.c
> --- linux-2.6.17.2.orig/arch/x86_64/ia32/ptrace32.c 2006-06-17 18:49:35.000000000 -0700
> +++ linux-2.6.17.2-tif/arch/x86_64/ia32/ptrace32.c 2006-06-30 09:02:16.000000000 -0700
Added thanks. But I had to fix it up by hand because of conflicts.
Please submit patches against mainline, not stable.
> if (t->flags & _TIF_ABI_PENDING)
>- t->flags ^= (_TIF_ABI_PENDING | _TIF_IA32);
>+ t->flags ^= (_TIF_ABI_PENDING | _TIF_IA32 | _TIF_DEBUG);
This xor must be obviously outside the if(). I fixed that up too
by changing it to an unconditional clear.
-Andi
next prev parent reply other threads:[~2006-07-04 8:14 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-07-04 7:28 [PATCH 1/2] x86-64 TIF flags for debug regs and io bitmap in ctxsw Stephane Eranian
2006-07-04 7:51 ` Arjan van de Ven
2006-07-04 8:09 ` Andi Kleen
2006-07-04 8:22 ` Arjan van de Ven
2006-07-04 8:10 ` Stephane Eranian
2006-07-04 8:14 ` Stephane Eranian
2006-07-04 8:14 ` Andi Kleen [this message]
2006-07-04 8:20 ` Stephane Eranian
-- strict thread matches above, loose matches on Subject: below --
2006-07-04 9:05 Mikael Pettersson
2006-07-04 10:22 ` Andi Kleen
2006-07-04 9:20 Mikael Pettersson
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=200607041014.30162.ak@suse.de \
--to=ak@suse.de \
--cc=eranian@hpl.hp.com \
--cc=linux-kernel@vger.kernel.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