]> git.pld-linux.org Git - packages/kernel.git/blobdiff - linux-ptrace.patch
- added description of djurban's branch
[packages/kernel.git] / linux-ptrace.patch
index af9ae4535062b2ca3a14ba5bcc4d8d747236e3d9..20347d4c42e0df3855edd1e7e4d207f67c2c66d5 100644 (file)
@@ -528,24 +528,3 @@ diff -urN linux249ac18/arch/alpha/kernel/ptrace.c linux2410ac7/arch/alpha/kernel
                        case SIGQUIT: case SIGILL: case SIGTRAP:
                        case SIGABRT: case SIGFPE: case SIGSEGV:
                        case SIGBUS: case SIGSYS: case SIGXCPU: case SIGXFSZ:
---- linux/arch/ppc64/kernel/signal.c~  Mon Oct  8 18:37:54 2001
-+++ linux/arch/ppc64/kernel/signal.c   Mon Oct  8 19:26:53 2001
-@@ -752,13 +752,16 @@
-                                       continue;
-                               /* FALLTHRU */
--                      case SIGSTOP:
-+                      case SIGSTOP: {
-+                              struct signal_struct *sig;
-                               current->state = TASK_STOPPED;
-                               current->exit_code = signr;
--                              if (!(current->p_pptr->sig->action[SIGCHLD-1].sa.sa_flags & SA_NOCLDSTOP))
-+                              sig = current->p_pptr->sig;
-+                              if (sig && !(sig->action[SIGCHLD-1].sa.sa_flags & SA_NOCLDSTOP))
-                                       notify_parent(current, SIGCHLD);
-                               schedule();
-                               continue;
-+                      }
-                       case SIGQUIT: case SIGILL: case SIGTRAP:
-                       case SIGABRT: case SIGFPE: case SIGSEGV:
This page took 0.031915 seconds and 4 git commands to generate.