Description of problem: anolis8.6 aarch64环境nightly测试,ltp下syscalls/inotify07测试失败 Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1.安装nightly对应的kernel内核包,reboot环境 2.git clone https://github.com/linux-test-project/ltp.git 3.cd ltp;make autotools;./configure;make && make install 4 cd /opt/ltp;./runltp -f syscalls -s inotify07 Actual results: Running tests....... <<<test_start>>> tag=inotify07 stime=1673602131 cmdline="inotify07" contacts="" analysis=exit <<<test_output>>> incrementing stop tst_device.c:94: TINFO: Found free device 1 '/dev/loop1' tst_test.c:1094: TINFO: Formatting /dev/loop1 with ext2 opts='' extra opts='' mke2fs 1.45.6 (20-Mar-2020) tst_test.c:1560: TINFO: Timeout per run is 0h 00m 30s inotify07.c:156: TINFO: mntpoint/ovl/test_dir ino=16194 inotify07.c:166: TINFO: mntpoint/ovl/test_dir ino=16194 inotify07.c:127: TFAIL: get event: wd=1 mask=40000020 (expected 40000004) cookie=0 len=0 name="" (expected "") -1 inotify07.c:127: TFAIL: get event: wd=1 mask=40000001 (expected 20) cookie=0 len=0 name="" (expected "test_file") 115 inotify07.c:127: TFAIL: get event: wd=1 mask=40000010 (expected 8) cookie=0 len=0 name="" (expected "test_file") 230 inotify07.c:127: TFAIL: get event: wd=1 mask=40000004 (expected 4) cookie=0 len=0 name="" (expected "test_file") 115 inotify07.c:106: TFAIL: get unnecessary event: wd=1 mask=00000020 cookie=0 len=16 name="test_file" inotify07.c:106: TFAIL: get unnecessary event: wd=1 mask=00000008 cookie=0 len=16 name="test_file" inotify07.c:106: TFAIL: get unnecessary event: wd=1 mask=00000004 cookie=0 len=16 name="test_file" Summary: passed 0 failed 7 broken 0 skipped 0 warnings 0 <<<execution_status>>> initiation_status="ok" duration=3 termination_type=exited termination_id=1 corefile=no Expected results: case pass Additional info: [root@l57h15217 ltp]# uname -r 4.19.91-598.git.c452e2d70.an8.aarch64 [root@l57h15217 ltp]# cat /etc/os-release NAME="Anolis OS" VERSION="8.6" ID="anolis" ID_LIKE="rhel fedora centos" VERSION_ID="8.6" PLATFORM_ID="platform:an8" PRETTY_NAME="Anolis OS 8.6" ANSI_COLOR="0;31" HOME_URL="https://openanolis.cn/" [root@l57h15217 ltp]# df -h Filesystem Size Used Avail Use% Mounted on devtmpfs 378G 0 378G 0% /dev tmpfs 378G 0 378G 0% /dev/shm tmpfs 378G 91M 378G 1% /run tmpfs 378G 0 378G 0% /sys/fs/cgroup /dev/sda2 49G 20G 27G 43% / /dev/sda1 1022M 6.7M 1016M 1% /boot/efi tmpfs 76G 0 76G 0% /run/user/0 [root@l57h15217 ltp]# free -g total used free shared buff/cache available Mem: 755 4 746 0 4 746 Swap: 1 0 1 [root@l57h15217 ltp]# cat /proc/cmdline BOOT_IMAGE=(hd1,gpt2)/boot/vmlinuz-4.19.91-598.git.c452e2d70.an8.aarch64 root=UUID=cd8a344d-cafe-4ec7-b388-f146d1519121 ro console=tty0 console=ttyS0,115200 rd.driver.pre=ahci slub_debug=FPZU kmemleak=on crashkernel=0M-2G:0M,2G-8G:192M,8G-:256M [root@l57h15217 ltp]# lscpu Architecture: aarch64 Byte Order: Little Endian CPU(s): 96 On-line CPU(s) list: 0-95 Thread(s) per core: 1 Core(s) per socket: 48 Socket(s): 2 NUMA node(s): 1 Vendor ID: HiSilicon BIOS Vendor ID: HiSilicon Model: 0 Model name: Kunpeng-920 BIOS Model name: HUAWEI Kunpeng 920 5250 Stepping: 0x1 CPU max MHz: 2600.0000 CPU min MHz: 200.0000 BogoMIPS: 200.00 L1d cache: 64K L1i cache: 64K L2 cache: 512K L3 cache: 24576K NUMA node0 CPU(s): 0-95 Flags: fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp cpuid asimdrdm jscvt fcma dcpop asimddp asimdfhm [root@l57h15217 ltp]#