Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030308AbXBTRG2 (ORCPT ); Tue, 20 Feb 2007 12:06:28 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1030307AbXBTRG2 (ORCPT ); Tue, 20 Feb 2007 12:06:28 -0500 Received: from agminet01.oracle.com ([141.146.126.228]:56132 "EHLO agminet01.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1030308AbXBTRG0 (ORCPT ); Tue, 20 Feb 2007 12:06:26 -0500 Date: Tue, 20 Feb 2007 12:03:35 -0500 From: Chris Mason To: "Ananiev, Leonid I" Cc: Zach Brown , linux-aio@kvack.org, linux-kernel@vger.kernel.org, Benjamin LaHaise , Suparna bhattacharya , Andrew Morton Subject: Re: [PATCH 2/2] aio: propogate post-EIOCBQUEUED errors to completion event Message-ID: <20070220170335.GR6133@think.oraclecorp.com> References: <20070219213835.4032.87439.sendpatchset@tetsuo.zabbo.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.12-2006-07-14 X-Whitelist: TRUE X-Whitelist: TRUE X-Brightmail-Tracker: AAAAAQAAAAI= Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1014 Lines: 24 On Tue, Feb 20, 2007 at 07:57:49PM +0300, Ananiev, Leonid I wrote: > Zach> This addresses an oops reported by Leonid Ananiev > > Zach> as archived at http://lkml.org/lkml/2007/2/8/337. > .... > Zach> This was tested by running O_DIRECT aio-stress concurrently with > buffered reads > > The oops was with aio-stress only running in the loop > WITHOUT buffered or mmaped IO which are patched and discussed now. > Actually 47% aio is finished with EIO after patch. I looked through the thread and couldn't find the aio-stress command line used for the whole test. Could you please post it here? If aio+dio is being used to extend the file, you'll get pages in the page cache, which is hopefully why you're able to trigger the EIOs. -chris - 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/