Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 17 Feb 2003 14:00:18 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 17 Feb 2003 14:00:18 -0500 Received: from neon-gw-l3.transmeta.com ([63.209.4.196]:45327 "EHLO neon-gw.transmeta.com") by vger.kernel.org with ESMTP id ; Mon, 17 Feb 2003 14:00:17 -0500 Date: Mon, 17 Feb 2003 11:06:44 -0800 (PST) From: Linus Torvalds To: Manfred Spraul cc: "Martin J. Bligh" , Anton Blanchard , Andrew Morton , Kernel Mailing List , Zwane Mwaikambo Subject: Re: more signal locking bugs? In-Reply-To: <3E508308.4020400@colorfullife.com> Message-ID: 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: 700 Lines: 20 On Mon, 17 Feb 2003, Manfred Spraul wrote: > > I'm not convinced that exec is correct. No, I think you're right. And I think just fixing send_sig_info() to take the tasklist lock is the right thing to do. That still leaves force_sig_info() without the tasklist lock, but since that is only used for page faults etc synchronous errors, that's fine (if we get a synchronous error in the kernel, we have bigger problems than signal locking). Linus - 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/