Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 21 Oct 2002 10:49:21 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 21 Oct 2002 10:49:21 -0400 Received: from crack.them.org ([65.125.64.184]:10761 "EHLO crack.them.org") by vger.kernel.org with ESMTP id ; Mon, 21 Oct 2002 10:49:20 -0400 Date: Mon, 21 Oct 2002 10:54:32 -0400 From: Daniel Jacobowitz To: Alan Cox Cc: phil-list@redhat.com, Linus Torvalds , Alexander Viro , S Vamsikrishna , Mark Gross , Ulrich Drepper , Linux Kernel Mailing List Subject: Re: [patch] thread-aware coredumps, 2.5.43-C3 Message-ID: <20021021145432.GA22470@nevyn.them.org> Mail-Followup-To: Alan Cox , phil-list@redhat.com, Linus Torvalds , Alexander Viro , S Vamsikrishna , Mark Gross , Ulrich Drepper , Linux Kernel Mailing List References: <200210081627.g98GRZP18285@unix-os.sc.intel.com> <20021017164040.GA12608@nevyn.them.org> <1035210573.28189.127.camel@irongate.swansea.linux.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1035210573.28189.127.camel@irongate.swansea.linux.org.uk> User-Agent: Mutt/1.5.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1097 Lines: 23 On Mon, Oct 21, 2002 at 03:29:33PM +0100, Alan Cox wrote: > On Thu, 2002-10-17 at 17:40, Daniel Jacobowitz wrote: > > My only problem with this is that you're waiting for all threads by > > SIGKILLing them. If a process vforks or clones, and then the child > > crashes, the parent will receive a SIGKILL - iff we are dumping core. > > That's a change in behavior that seems a bit too arbitrary to me. > > It also has a security impact when you construct a fork/fork/crash > sequence that sends sigkill to the module loader or a kernel thread > during start up that has not yet dropped its association with the user > code. Why? It's not like userspace couldn't send that SIGKILL on its own, right? If it's still killable it had better be safe to do so. -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer - 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/