Greeting,
FYI, we noticed the following commit (built with gcc-9):
commit: 270a6968dcb3a73da03b8e4f1c873ce23033854a ("[PATCH 1/2] xfs: kill the XFS_IOC_{ALLOC,FREE}SP* ioctls")
url: https://github.com/0day-ci/linux/commits/Darrick-J-Wong/xfs-kill-the-XFS_IOC_-ALLOC-FREE-SP-ioctls/20220111-015311
in testcase: xfstests
version: xfstests-x86_64-972d710-1_20220114
with following parameters:
disk: 4HDD
fs: xfs
test: xfs-group-00
ucode: 0x21
test-description: xfstests is a regression test suite for xfs and other files ystems.
test-url: git://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git
on test machine: 4 threads 1 sockets Intel(R) Core(TM) i3-3220 CPU @ 3.30GHz with 8G memory
caused below changes (please refer to attached dmesg/kmsg for entire log/backtrace):
If you fix the issue, kindly add following tag
Reported-by: kernel test robot <[email protected]>
2022-01-17 15:09:47 export TEST_DIR=/fs/sdb2
2022-01-17 15:09:47 export TEST_DEV=/dev/sdb2
2022-01-17 15:09:47 export FSTYP=xfs
2022-01-17 15:09:47 export SCRATCH_MNT=/fs/scratch
2022-01-17 15:09:47 mkdir /fs/scratch -p
2022-01-17 15:09:47 export SCRATCH_DEV=/dev/sdb5
2022-01-17 15:09:47 export SCRATCH_LOGDEV=/dev/sdb3
2022-01-17 15:09:47 export SCRATCH_XFS_LIST_METADATA_FIELDS=u3.sfdir3.hdr.parent.i4
2022-01-17 15:09:47 export SCRATCH_XFS_LIST_FUZZ_VERBS=random
2022-01-17 15:09:47 sed "s:^:xfs/:" //lkp/benchmarks/xfstests/tests/xfs-group-00
2022-01-17 15:09:47 ./check xfs/001 xfs/002 xfs/003 xfs/004 xfs/005 xfs/006 xfs/007 xfs/008 xfs/009
FSTYP -- xfs (debug)
PLATFORM -- Linux/x86_64 lkp-ivb-d04 5.16.0-00001-g270a6968dcb3 #1 SMP Mon Jan 17 21:52:55 CST 2022
MKFS_OPTIONS -- -f /dev/sdb5
MOUNT_OPTIONS -- /dev/sdb5 /fs/scratch
xfs/001 6s
xfs/002 67s
xfs/003 329s
xfs/004 3s
xfs/005 3s
xfs/006 14s
xfs/007 5s
xfs/008 2s
xfs/009 - output mismatch (see /lkp/benchmarks/xfstests/results//xfs/009.out.bad)
--- tests/xfs/009.out 2022-01-14 05:25:22.000000000 +0000
+++ /lkp/benchmarks/xfstests/results//xfs/009.out.bad 2022-01-17 15:17:03.821161103 +0000
@@ -23,17 +23,15 @@
[0,1000]: BLOCKRANGE
filesize = 0
*** test 3 - alloc & filesize
+allocsp: Inappropriate ioctl for device
blocksize BSIZE
CMD allocsp, off=1000, len=-1
- MAP off=1000, len=-1 [1000-]
...
(Run 'diff -u /lkp/benchmarks/xfstests/tests/xfs/009.out /lkp/benchmarks/xfstests/results//xfs/009.out.bad' to see the entire diff)
Ran: xfs/001 xfs/002 xfs/003 xfs/004 xfs/005 xfs/006 xfs/007 xfs/008 xfs/009
Failures: xfs/009
Failed 1 of 9 tests
To reproduce:
git clone https://github.com/intel/lkp-tests.git
cd lkp-tests
sudo bin/lkp install job.yaml # job file is attached in this email
bin/lkp split-job --compatible job.yaml # generate the yaml file for lkp run
sudo bin/lkp run generated-yaml-file
# if come across any failure that blocks the test,
# please remove ~/.lkp and /lkp dir to run from a clean state.
---
0DAY/LKP+ Test Infrastructure Open Source Technology Center
https://lists.01.org/hyperkitty/list/[email protected] Intel Corporation
Thanks,
Oliver Sang