Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S269403AbUINMkJ (ORCPT ); Tue, 14 Sep 2004 08:40:09 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S269415AbUINMd0 (ORCPT ); Tue, 14 Sep 2004 08:33:26 -0400 Received: from amsfep12-int.chello.nl ([213.46.243.18]:35153 "EHLO amsfep20-int.chello.nl") by vger.kernel.org with ESMTP id S269390AbUINM2N (ORCPT ); Tue, 14 Sep 2004 08:28:13 -0400 Date: Tue, 14 Sep 2004 14:27:59 +0200 (CEST) From: Geert Uytterhoeven To: Roland McGrath cc: Linus Torvalds , Linux Kernel Development Subject: notify_parent (was: Re: Linux 2.6.9-rc2) In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1372 Lines: 34 On Mon, 13 Sep 2004, Linus Torvalds wrote: > Roland McGrath: > o cleanup ptrace stops and remove notify_parent However, there are still a few users of notify_parent(): | arch/m68k/kernel/signal.c: notify_parent(current, SIGCHLD); | arch/m68k/kernel/signal.c: notify_parent(current, SIGCHLD); | arch/ia64/kernel/signal.c: * get_signal_to_deliver() may have run a debugger (via notify_parent()) | arch/parisc/kernel/ptrace.c: //notify_parent(child, SIGCHLD); | arch/m68knommu/kernel/signal.c: notify_parent(current, SIGCHLD); | arch/m68knommu/kernel/signal.c: notify_parent(current, SIGCHLD); | arch/h8300/kernel/signal.c: notify_parent(current, SIGCHLD); | arch/h8300/kernel/signal.c: notify_parent(current, SIGCHLD); Any suggestion how to convert them? Thanks! Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/