I also ran into this (mtime update bug) so did not merge this patch into cifs-2.6.git for-next On Fri, Jun 14, 2024 at 2:57 AM kernel test robot <oliver.sang@xxxxxxxxx> wrote: > > > > Hello, > > kernel test robot noticed "xfstests.generic.080.fail" on: > > commit: d639a2f9abbeb29246eb144e6a3ed9edd3f6d887 ("netfs, cifs: Move CIFS_INO_MODIFIED_ATTR to netfs_inode") > https://git.kernel.org/cgit/linux/kernel/git/dhowells/linux-fs.git netfs-writeback > > in testcase: xfstests > version: xfstests-x86_64-e46fa3a7-1_20240612 > with following parameters: > > disk: 4HDD > fs: ext4 > fs2: smbv3 > test: generic-080 > > > > compiler: gcc-13 > test machine: 4 threads Intel(R) Core(TM) i5-6500 CPU @ 3.20GHz (Skylake) with 32G memory > > (please refer to attached dmesg/kmsg for entire log/backtrace) > > > > > If you fix the issue in a separate patch/commit (i.e. not just a new version of > the same patch/commit), kindly add following tags > | Reported-by: kernel test robot <oliver.sang@xxxxxxxxx> > | Closes: https://lore.kernel.org/oe-lkp/202406141533.e9eb9ad9-oliver.sang@xxxxxxxxx > > 2024-06-13 08:02:14 mount /dev/sdb1 /fs/sdb1 > 2024-06-13 08:02:15 mkdir -p /smbv3//cifs/sdb1 > 2024-06-13 08:02:15 export FSTYP=cifs > 2024-06-13 08:02:15 export TEST_DEV=//localhost/fs/sdb1 > 2024-06-13 08:02:15 export TEST_DIR=/smbv3//cifs/sdb1 > 2024-06-13 08:02:15 export CIFS_MOUNT_OPTIONS=-ousername=root,password=pass,noperm,vers=3.0,mfsymlinks,actimeo=0 > 2024-06-13 08:02:15 echo generic/080 > 2024-06-13 08:02:15 ./check -E tests/cifs/exclude.incompatible-smb3.txt -E tests/cifs/exclude.very-slow.txt generic/080 > FSTYP -- cifs > PLATFORM -- Linux/x86_64 lkp-skl-d05 6.10.0-rc2-00003-gd639a2f9abbe #1 SMP PREEMPT_DYNAMIC Thu Jun 13 09:50:57 CST 2024 > > generic/080 [failed, exit status 2]- output mismatch (see /lkp/benchmarks/xfstests/results//generic/080.out.bad) > --- tests/generic/080.out 2024-06-12 14:13:57.000000000 +0000 > +++ /lkp/benchmarks/xfstests/results//generic/080.out.bad 2024-06-13 08:03:12.373660796 +0000 > @@ -1,2 +1,4 @@ > QA output created by 080 > Silence is golden. > +mtime not updated > +ctime not updated > ... > (Run 'diff -u /lkp/benchmarks/xfstests/tests/generic/080.out /lkp/benchmarks/xfstests/results//generic/080.out.bad' to see the entire diff) > Ran: generic/080 > Failures: generic/080 > Failed 1 of 1 tests > > > > > The kernel config and materials to reproduce are available at: > https://download.01.org/0day-ci/archive/20240614/202406141533.e9eb9ad9-oliver.sang@xxxxxxxxx > > > > -- > 0-DAY CI Kernel Test Service > https://github.com/intel/lkp-tests/wiki > > -- Thanks, Steve