All of lore.kernel.org
 help / color / mirror / Atom feed
From: "H. Peter Anvin" <hpa@zytor.com>
To: Roland McGrath <roland@redhat.com>
Cc: Oleg Nesterov <oleg@redhat.com>,
	Linus Torvalds <torvalds@linux-foundation.org>,
	linux-kernel@vger.kernel.org
Subject: Re: x86: get rid of the insane TIF_ABI_PENDING bit
Date: Mon, 15 Feb 2010 12:07:50 -0800	[thread overview]
Message-ID: <4B79A996.2090606@zytor.com> (raw)
In-Reply-To: <20100215194123.96D49FC3@magilla.sf.frob.com>

On 02/15/2010 11:41 AM, Roland McGrath wrote:
>> I suspect the purpose of TS_COMPAT is actually so you can ptrace() the
>> newly exec'd process (and see it as a 32-bit process!) before it returns
>> to userspace.  The comment, obviously, is wrong -- that again refers to
>> TIF_IA32.
> 
> I don't follow you.  TS_COMPAT does not affect ptrace.
> It affects syscall-audit, but only at syscall entry time.
> It affects asm/syscall.h accessors, but ptrace does not use those.
> It affects whatever uses is_compat_task(), but I can't see anything
> where that matters except inside some particular syscall or for
> syscall restart after signals.
> 
> TS_COMPAT does not affect the syscall return machinery itself.
> The return path just follows from the particular entry path.

It's entirely possible it is completely superfluous.  The patch in
question only moves the setting.  I don't know what gdb or strace use to
distinguish a 32-bit and a 64-bit process, which is why I thought it
might have something to do with ptrace.

	-hpa

-- 
H. Peter Anvin, Intel Open Source Technology Center
I work for Intel.  I don't speak on their behalf.


  reply	other threads:[~2010-02-15 21:08 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-15 16:17 x86: get rid of the insane TIF_ABI_PENDING bit Oleg Nesterov
2010-02-15 16:23 ` H. Peter Anvin
2010-02-15 16:50   ` Oleg Nesterov
2010-02-15 18:06     ` H. Peter Anvin
2010-02-15 18:52       ` Oleg Nesterov
2010-02-15 19:07 ` H. Peter Anvin
2010-02-15 19:10 ` H. Peter Anvin
2010-02-15 19:41   ` Roland McGrath
2010-02-15 20:07     ` H. Peter Anvin [this message]
2010-02-15 21:14       ` Roland McGrath
2010-02-15 20:43     ` H. Peter Anvin
2010-02-15 21:05       ` Roland McGrath
2010-02-16 10:19       ` Oleg Nesterov
2010-02-16 10:23         ` Andi Kleen
2010-02-16 14:01           ` [PATCH 0/3] Was: " Oleg Nesterov
2010-02-16 14:02             ` [PATCH 1/3] x86: set_personality_ia32() misses force_personality32 Oleg Nesterov
2010-02-16 23:27               ` [tip:x86/urgent] " tip-bot for Oleg Nesterov
2010-02-16 14:02             ` [PATCH 2/3] x86: set_personality_ia32() abuses TS_COMPAT Oleg Nesterov
2010-02-16 15:40               ` Linus Torvalds
2010-02-16 17:16                 ` Oleg Nesterov
2010-02-16 17:38                   ` H. Peter Anvin
2010-02-16 17:44                 ` Oleg Nesterov
2010-02-16 17:51                   ` H. Peter Anvin
2010-02-17 15:40                     ` Oleg Nesterov
2010-02-16 18:43                   ` Linus Torvalds
2010-02-16 14:03             ` [PATCH 3/3] x86: ELF_PLAT_INIT() shouldn't worry about TIF_IA32 Oleg Nesterov
2010-02-16 14:24               ` Oleg Nesterov

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=4B79A996.2090606@zytor.com \
    --to=hpa@zytor.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=oleg@redhat.com \
    --cc=roland@redhat.com \
    --cc=torvalds@linux-foundation.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 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.