From: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
To: David Miller <davem@davemloft.net>
Cc: akpm@linux-foundation.org, rschultz@google.com, ak@suse.de,
mbligh@google.com, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] Fix atomicity of TIF update in flush_thread() for x86_64
Date: Thu, 8 Mar 2007 21:22:08 -0500 [thread overview]
Message-ID: <20070309022208.GB8387@Krystal> (raw)
In-Reply-To: <20070308.181818.116353410.davem@davemloft.net>
* David Miller (davem@davemloft.net) wrote:
> From: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
> Date: Thu, 8 Mar 2007 21:15:53 -0500
>
> > Fix atomicity of TIF update in flush_thread() for x86_64
> >
> > Race :
> >
> > parent process executing :
> > sys_ptrace()
> > (lock_kernel())
> > (ptrace_get_task_struct(pid))
> > arch_ptrace()
> > ptrace_detach()
> > ptrace_disable(child);
> > clear_singlestep(child);
> > clear_tsk_thread_flag(child, TIF_SINGLESTEP);
> > (which clears the TIF_SINGLESTEP flag atomically from a different
> > process)
> > (put_task_struct(child))
> > (unlock_kernel())
> >
> > And at the same time, in the child process :
> > sys_execve()
> > do_execve()
> > search_binary_handler()
> > load_elf_binary()
> > flush_old_exec()
> > flush_thread()
> > doing a non-atomic thread flag update
> >
> > It applies on 2.6.20.
> >
> > Signed-off-by: Rebecca Schultz <rschultz@google.com>
> > Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
>
> Please fix all platforms, not just your favorite one, kthx.
> :-)
Please be comprehensive of the speed at which fingers can type on my
keyboard. Your quickness at replying to email is impressive though ;)
I am working on it, it won't take long.
Regards,
Mathieu
--
Mathieu Desnoyers
Computer Engineering Ph.D. Student, Ecole Polytechnique de Montreal
OpenPGP key fingerprint: 8CD5 52C3 8E3C 4140 715F BA06 3F25 A8FE 3BAE 9A68
prev parent reply other threads:[~2007-03-09 2:22 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-03-09 2:15 [PATCH] Fix atomicity of TIF update in flush_thread() for x86_64 Mathieu Desnoyers
2007-03-09 2:18 ` David Miller
2007-03-09 2:22 ` Mathieu Desnoyers [this message]
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=20070309022208.GB8387@Krystal \
--to=mathieu.desnoyers@polymtl.ca \
--cc=ak@suse.de \
--cc=akpm@linux-foundation.org \
--cc=davem@davemloft.net \
--cc=linux-kernel@vger.kernel.org \
--cc=mbligh@google.com \
--cc=rschultz@google.com \
/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.