Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261306AbVEXCV1 (ORCPT ); Mon, 23 May 2005 22:21:27 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261309AbVEXCV1 (ORCPT ); Mon, 23 May 2005 22:21:27 -0400 Received: from arnor.apana.org.au ([203.14.152.115]:39434 "EHLO arnor.apana.org.au") by vger.kernel.org with ESMTP id S261306AbVEXCVX (ORCPT ); Mon, 23 May 2005 22:21:23 -0400 Date: Tue, 24 May 2005 12:21:06 +1000 To: Andrew Morton Cc: Linux Kernel Mailing List , linux-crypto@vger.kernel.org, "David S. Miller" , James Morris Subject: Re: [CRYPTO]: Only reschedule if !in_atomic() Message-ID: <20050524022106.GA29081@gondor.apana.org.au> References: <200505232300.j4NN07lE012726@hera.kernel.org> <20050523162806.0e70ae4f.akpm@osdl.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050523162806.0e70ae4f.akpm@osdl.org> User-Agent: Mutt/1.5.9i From: Herbert Xu Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 998 Lines: 28 On Mon, May 23, 2005 at 11:28:06PM +0000, Andrew Morton wrote: > > This code can cause deadlocks on CONFIG_SMP && !CONFIG_PREEMPT kernels. > > Please see http://lkml.org/lkml/2005/3/10/358 > > You (the programmer) *have* to know what context you're running in before > doing a voluntary yield. There is simply no way to work this out at > runtime. You're right. Perhaps we should code this into the crypto API instead? For instance, we can have a tfm flag that says whether we can sleep or not. Dave & James, What do you think? Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt - 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/