Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 12 Feb 2003 16:13:44 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 12 Feb 2003 16:13:44 -0500 Received: from neon-gw-l3.transmeta.com ([63.209.4.196]:13836 "EHLO neon-gw.transmeta.com") by vger.kernel.org with ESMTP id ; Wed, 12 Feb 2003 16:13:43 -0500 Date: Wed, 12 Feb 2003 13:19:56 -0800 (PST) From: Linus Torvalds To: Roland McGrath cc: Ingo Molnar , Subject: Re: another subtle signals issue In-Reply-To: <200302122111.h1CLB9D24412@magilla.sf.frob.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: 816 Lines: 20 On Wed, 12 Feb 2003, Roland McGrath wrote: > > Your patch as is won't fix the ignored-SIG_DFL-interrupts bug in the MT > case. That is, in __group_send_sig_info if P blocks the signal but some > other thread does not, then the that thread will get woken up and be > subject to all those problems. Yeah. There's another issue too, which is the "preferred thread" thing. We should probably _prefer_ threads that are interruptible as opposed to threads that are in disk wait, the same way we prefer threads that are not stopped. It might improve throughput. 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/