Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753233AbbKXKDs (ORCPT ); Tue, 24 Nov 2015 05:03:48 -0500 Received: from mx2.suse.de ([195.135.220.15]:36649 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752772AbbKXKDp (ORCPT ); Tue, 24 Nov 2015 05:03:45 -0500 Date: Tue, 24 Nov 2015 11:03:41 +0100 From: Jan Kara To: "Huang, Ying" Cc: Jan Kara , Avi Kivity , LKML , 0day robot , lkp@01.org, Steven Whitehouse Subject: Re: [LKP] [lkp] [direct] e594571852: xfstests.generic.299.fail Message-ID: <20151124100341.GC25232@quack.suse.cz> References: <87si3x5day.fsf@yhuang-dev.intel.com> <20151123112026.GE23418@quack.suse.cz> <87r3jguhrx.fsf@yhuang-dev.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87r3jguhrx.fsf@yhuang-dev.intel.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2232 Lines: 53 On Tue 24-11-15 12:45:54, Huang, Ying wrote: > Jan Kara writes: > > > Hello, > > > > On Mon 23-11-15 16:29:25, kernel test robot wrote: > >> FYI, we noticed the below changes on > >> > >> git://internal_merge_and_test_tree > >> revert-e594571852b03a5503ba48edd718462e99bf238e-e594571852b03a5503ba48edd718462e99bf238e > >> commit e594571852b03a5503ba48edd718462e99bf238e ("direct-io: Fix negative return from dio read beyond eof") > > > > Do you have the file: > > > > /lkp/benchmarks/xfstests/results//generic/299.full > > > > produced by the failed test? Thanks! > > I found we have this feature in our test scripts already, just need to > fix a bug in script, but that is just done yesterday! Please check the > 299.full attached. Thanks for the file. The cause of failure is ENOMEM error aio-dio-verifier got - so it is very likely unrelated to my patch: fio: io_u.c:1315: __get_io_u: Assertion `io_u->flags & IO_U_F_FREE' failed. fio: pid=607, got signal=6 fio: io_u error on file /fs/scratch/aio-dio-verifier: Cannot allocate memory read offset=8446353408, buflen=4096 fio: io_u error on file /fs/scratch/aio-dio-verifier: Cannot allocate memory read offset=71839776768, buflen=4096 aio-dio-verifier: (groupid=0, jobs=1): err=12 (file:io_u.c:1548, func=io_u error, error=Cannot allocate memory): pid=605: Tue Nov 24 11:18:39 2015 cpu : usr=0.00%, sys=0.10%, ctx=42, majf=0, minf=14 IO depths : 1=0.8%, 2=1.6%, 4=3.1%, 8=6.2%, 16=12.5%, 32=25.0%, >=64=50.8% submit : 0=0.0%, 4=100.0%, 8=0.0%, 16=0.0%, 32=0.0%, 64=0.0%, >=64=0.0% complete : 0=0.0%, 4=100.0%, 8=0.0%, 16=0.0%, 32=0.0%, 64=0.0%, >=64=0.0% issued : total=r=64/w=64/d=0, short=r=0/w=0/d=0 errors : total=0, first_error=0/ latency : target=0, window=0, percentile=100.00%, depth=128 If you have time, you can check why ENOMEM actually happens in your test setup... Honza -- Jan Kara SUSE Labs, CR -- 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/