Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760103AbYFILnp (ORCPT ); Mon, 9 Jun 2008 07:43:45 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1758771AbYFILni (ORCPT ); Mon, 9 Jun 2008 07:43:38 -0400 Received: from mx3.mail.elte.hu ([157.181.1.138]:53470 "EHLO mx3.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758520AbYFILni (ORCPT ); Mon, 9 Jun 2008 07:43:38 -0400 Date: Mon, 9 Jun 2008 13:43:16 +0200 From: Ingo Molnar To: Dmitry Adamushko Cc: Oleg Nesterov , Matthew Wilcox , Peter Zijlstra , linux-kernel@vger.kernel.org Subject: Re: Q: down_killable() is racy? or schedule() is not right? Message-ID: <20080609114316.GB5028@elte.hu> References: <20080603123309.GA472@tv-sign.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.18 (2008-05-17) X-ELTE-VirusStatus: clean X-ELTE-SpamScore: -1.5 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-1.5 required=5.9 tests=BAYES_00 autolearn=no SpamAssassin version=3.2.3 -1.5 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1027 Lines: 27 * Dmitry Adamushko wrote: > > This looks racy. If SIGKILL comes in the WINDOW above, the event is > > lost. The task will wait for up() or timeout with the fatal signal > > pending, and it is not possible to wakeup it via kill() again. > > > > This is easy to fix, but I wonder if we should change schedule() > > instead. > > [ for what it's worth ] I think, you are definitely right here. > > The schedule() would be the right place to fix it. At the very least, > because otherwise callers are obliged to always check for > fatal_signal_pending(task) before scheduling with state == > TASK_KILLABLE. e.g. schedule_timeout_killable(). > > Not very nice, IMHO. i guess we should fix this in schedule() - is there a patch i could try? Ingo -- 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/