Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1763920AbXF1QYT (ORCPT ); Thu, 28 Jun 2007 12:24:19 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755257AbXF1QYL (ORCPT ); Thu, 28 Jun 2007 12:24:11 -0400 Received: from wr-out-0506.google.com ([64.233.184.239]:14679 "EHLO wr-out-0506.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751781AbXF1QYJ (ORCPT ); Thu, 28 Jun 2007 12:24:09 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=I24w73a7L/AFS5L7JOkG2E2QAKx5OIqogT7s5NrZ1bhhqDPesl4tW1razxGosAyx4z9iT+45WDZfy5fBtEbxuXdGRzW5kLRWQTQ6KYPwo6vE3IoTwnRYeMiG2phphaEaootTMCzTMNYM0p5os44oG6QNv+pX5chfm6u2p7Tb3CE= Message-ID: Date: Thu, 28 Jun 2007 21:54:08 +0530 From: "Satyam Sharma" To: "Oleg Nesterov" Subject: Re: [PATCH] RFC: have tcp_recvmsg() check kthread_should_stop() and treat it as if it were signalled Cc: "Jeff Layton" , "Herbert Xu" , linux-kernel@vger.kernel.org, "Eric W. Biederman" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070608123527.9b4cdafe.jlayton@redhat.com> <20070609070826.7bd3480c.jlayton@redhat.com> <20070626115449.GA92@tv-sign.ru> <20070627122437.GA158@tv-sign.ru> <20070628141246.GA95@tv-sign.ru> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 606 Lines: 17 On 6/28/07, Satyam Sharma wrote: > [...] > [ BTW even there > we're safe as long as we check kthread_stop() _before_ flushing or ^^^^^^^^^^^^^^ Whoops, that should have been "kthread_should_stop()". > dequeueing the signals, but then that'll be an ugly rule to try and > enforce, of course. ] Satyam - 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/