From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============8601886665113591148==" MIME-Version: 1.0 From: Huang, Ying To: lkp@lists.01.org Subject: Re: [f2fs] 75cd4e098d: xfstests.generic.042.fail Date: Mon, 04 Jan 2016 08:17:29 +0800 Message-ID: <87egdyqjty.fsf@yhuang-dev.intel.com> In-Reply-To: <012001d143b4$6eca21d0$4c5e6570$@samsung.com> List-Id: --===============8601886665113591148== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Hi, Yu, Chao Yu writes: > Hi Ying, > >> -----Original Message----- >> From: kernel test robot [mailto:ying.huang(a)linux.intel.com] >> Sent: Monday, December 28, 2015 9:40 AM >> To: Chao Yu >> Cc: lkp(a)01.org; LKML; Jaegeuk Kim >> Subject: [lkp] [f2fs] 75cd4e098d: xfstests.generic.042.fail >> = >> FYI, we noticed the below changes on >> = >> https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master >> commit 75cd4e098d178433436abce08146a21647bb4585 ("f2fs: support FALLOC_F= L_ZERO_RANGE") >> = >> We found after your commit, the xfstests test case 009/042 failed. > > Thank you for the report, 042 is a known issue, IIRC, the reason is f2fs > will flush inode page with last i_size in ioctl(F2FS_IOC_SHUTDOWN, 0x01), > but 042 expects an zero-sized inode. So I supposed it happened due to the > different semantics of metadata flushing between f2fs and xfs. > > For 009, I haven't saw it failed for long time, did you test with last f2= fs? We tested the specified commit, so you mean the latest f2fs-tools? Best Regards, Huang, Ying > Thanks, > >> = >> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >> compiler/disk/fs/kconfig/rootfs/tbox_group/test/testcase: >> = >> gcc-4.9/4HDD/f2fs/x86_64-rhel/debian-x86_64-2015-02-07.cgz/vm-kbuild-4G/= generic-quick/xfst >> ests >> = >> commit: >> b4ace33703243fed56f8bfc80a001533acb9decb >> 75cd4e098d178433436abce08146a21647bb4585 >> = >> b4ace33703243fed 75cd4e098d178433436abce081 >> ---------------- -------------------------- >> fail:runs %reproduction fail:runs >> | | | >> :18 94% 17:18 xfstests.generic.009.fail >> :18 94% 17:18 xfstests.generic.042.fail >> = >> = >> To reproduce: >> = >> git clone git://git.kernel.org/pub/scm/linux/kernel/git/wfg/lkp-= tests.git >> cd lkp-tests >> bin/lkp install job.yaml # job file is attached in this email >> bin/lkp run job.yaml >> = >> = >> = >> Thanks, >> Ying Huang > > _______________________________________________ > LKP mailing list > LKP(a)lists.01.org > https://lists.01.org/mailman/listinfo/lkp --===============8601886665113591148==-- From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752204AbcADARd (ORCPT ); Sun, 3 Jan 2016 19:17:33 -0500 Received: from mga04.intel.com ([192.55.52.120]:43521 "EHLO mga04.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751433AbcADARb (ORCPT ); Sun, 3 Jan 2016 19:17:31 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,518,1444719600"; d="scan'208";a="627475942" From: "Huang\, Ying" To: Chao Yu Cc: "'Jaegeuk Kim'" , , "'LKML'" Subject: Re: [LKP] [lkp] [f2fs] 75cd4e098d: xfstests.generic.042.fail References: <8737un4ahx.fsf@yhuang-dev.intel.com> <012001d143b4$6eca21d0$4c5e6570$@samsung.com> Date: Mon, 04 Jan 2016 08:17:29 +0800 In-Reply-To: <012001d143b4$6eca21d0$4c5e6570$@samsung.com> (Chao Yu's message of "Thu, 31 Dec 2015 18:16:37 +0800") Message-ID: <87egdyqjty.fsf@yhuang-dev.intel.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=ascii Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, Yu, Chao Yu writes: > Hi Ying, > >> -----Original Message----- >> From: kernel test robot [mailto:ying.huang@linux.intel.com] >> Sent: Monday, December 28, 2015 9:40 AM >> To: Chao Yu >> Cc: lkp@01.org; LKML; Jaegeuk Kim >> Subject: [lkp] [f2fs] 75cd4e098d: xfstests.generic.042.fail >> >> FYI, we noticed the below changes on >> >> https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master >> commit 75cd4e098d178433436abce08146a21647bb4585 ("f2fs: support FALLOC_FL_ZERO_RANGE") >> >> We found after your commit, the xfstests test case 009/042 failed. > > Thank you for the report, 042 is a known issue, IIRC, the reason is f2fs > will flush inode page with last i_size in ioctl(F2FS_IOC_SHUTDOWN, 0x01), > but 042 expects an zero-sized inode. So I supposed it happened due to the > different semantics of metadata flushing between f2fs and xfs. > > For 009, I haven't saw it failed for long time, did you test with last f2fs? We tested the specified commit, so you mean the latest f2fs-tools? Best Regards, Huang, Ying > Thanks, > >> >> ========================================================================================= >> compiler/disk/fs/kconfig/rootfs/tbox_group/test/testcase: >> >> gcc-4.9/4HDD/f2fs/x86_64-rhel/debian-x86_64-2015-02-07.cgz/vm-kbuild-4G/generic-quick/xfst >> ests >> >> commit: >> b4ace33703243fed56f8bfc80a001533acb9decb >> 75cd4e098d178433436abce08146a21647bb4585 >> >> b4ace33703243fed 75cd4e098d178433436abce081 >> ---------------- -------------------------- >> fail:runs %reproduction fail:runs >> | | | >> :18 94% 17:18 xfstests.generic.009.fail >> :18 94% 17:18 xfstests.generic.042.fail >> >> >> To reproduce: >> >> git clone git://git.kernel.org/pub/scm/linux/kernel/git/wfg/lkp-tests.git >> cd lkp-tests >> bin/lkp install job.yaml # job file is attached in this email >> bin/lkp run job.yaml >> >> >> >> Thanks, >> Ying Huang > > _______________________________________________ > LKP mailing list > LKP@lists.01.org > https://lists.01.org/mailman/listinfo/lkp