Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757357AbYGAI0A (ORCPT ); Tue, 1 Jul 2008 04:26:00 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753182AbYGAIZp (ORCPT ); Tue, 1 Jul 2008 04:25:45 -0400 Received: from mx1.suse.de ([195.135.220.2]:59685 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754031AbYGAIZo (ORCPT ); Tue, 1 Jul 2008 04:25:44 -0400 From: Nikanth Karthikesan Organization: suse.de To: Zach Brown Subject: Re: [PATCH] aio: aio_complete() will never be called in interrupt context User-Agent: KMail/1.9.51 (KDE/4.0.4; ; ) Cc: linux-aio@kvack.org, linux-kernel@vger.kernel.org, Benjamin LaHaise , Jeff Moyer References: <200806260930.59836.knikanth@suse.de> <48691B3E.5040402@oracle.com> In-Reply-To: <48691B3E.5040402@oracle.com> MIME-Version: 1.0 Content-Disposition: inline Date: Tue, 1 Jul 2008 13:59:56 +0530 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200807011359.57164.knikanth@suse.de> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 865 Lines: 27 On Monday 30 June 2008 23:13:26 Zach Brown wrote: > Nikanth Karthikesan wrote: > > aio_complete() is never called from interrupt context. It is called from > > user context or worker threads. Remove disabling interrupts and for > > kmap_atomic use KM_USER slots instead of KM_IRQ slots. > > How are you testing these patches? > I did not do any specific testing. Just ran multiple instances of a file-copy utility that uses aio and a bit of Chris Mason's aio-stress. Thanks Nikanth karthikesan p.s: Is the archives of the linux-aio list available somewhere? The URL in the mail footer seems to be unavailable. -- 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/