All of lore.kernel.org
 help / color / mirror / Atom feed
From: Aneesh Kumar KV <aneesh.kumar@digital.com>
To: linux-kernel@vger.kernel.org
Cc: ink@jurassic.park.msu.ru, rth@twiddle.net
Subject: [PATCH] Alpha ptrace.c
Date: Thu, 04 Mar 2004 11:00:16 -0500	[thread overview]
Message-ID: <40475290.2050404@digital.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 49 bytes --]

This patch was acknowledged by Richard

-aneesh


[-- Attachment #2: ptrace.c.diff --]
[-- Type: text/plain, Size: 926 bytes --]

*** linux-2.6.4-rc2/arch/alpha/kernel/ptrace.c	Thu Mar  4 01:17:04 2004
--- linux-2.6.4-rc2/arch/alpha/kernel/ptrace.c.n	Thu Mar  4 10:55:07 2004
***************
*** 367,378 ****
  		if ((unsigned long) data > _NSIG)
  			break;
  		/* Mark single stepping.  */
  		child->thread_info->bpt_nsaved = -1;
  		clear_tsk_thread_flag(child, TIF_SYSCALL_TRACE);
- 		wake_up_process(child);
  		child->exit_code = data;
  		/* give it a chance to run. */
  		ret = 0;
  		goto out;
  
  	case PTRACE_DETACH:	 /* detach a process that was attached. */
--- 367,378 ----
  		if ((unsigned long) data > _NSIG)
  			break;
  		/* Mark single stepping.  */
  		child->thread_info->bpt_nsaved = -1;
  		clear_tsk_thread_flag(child, TIF_SYSCALL_TRACE);
  		child->exit_code = data;
+ 		wake_up_process(child);
  		/* give it a chance to run. */
  		ret = 0;
  		goto out;
  
  	case PTRACE_DETACH:	 /* detach a process that was attached. */

             reply	other threads:[~2004-03-04 16:00 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-03-04 16:00 Aneesh Kumar KV [this message]
2004-03-04 16:28 ` [PATCH] Alpha ptrace.c Måns Rullgård
     [not found] <fa.cc73a44.1fjgqpi@ifi.uio.no>
     [not found] ` <fa.cg0ffsb.l402hh@ifi.uio.no>
2004-03-04 16:33   ` Aneesh Kumar KV

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=40475290.2050404@digital.com \
    --to=aneesh.kumar@digital.com \
    --cc=ink@jurassic.park.msu.ru \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rth@twiddle.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.