Description of problem: anolis8 ck-4.19 内部nightly,ltp测试下case mkfs01_ext3_sh 测试失败mkfs01 2 TFAIL: 'mkfs -t ext4 /dev/loop1 16000' failed, not expected. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. git clone https://github.com/linux-test-project/ltp cd ltp 2. make autotools && ./configure 3. make && make install 4 cd /opt/ltp;./runltp -f commands -s mkfs01_ext3_sh Actual results: <<<test_start>>> tag=mkfs01_ext3_sh stime=1677747783 cmdline="mkfs01.sh -f ext3" contacts="" analysis=exit <<<test_output>>> incrementing stop mkfs01 1 TINFO: timeout per run is 0h 5m 0s tst_device.c:238: INFO: Using test device LTP_DEV='/dev/loop1' mkfs01 1 TPASS: 'mkfs -t ext3 /dev/loop1 ' passed. mkfs01 2 TFAIL: 'mkfs -t ext3 /dev/loop1 16000' failed, not expected. mkfs01 3 TPASS: 'mkfs -t ext3 -c /dev/loop1 ' passed. mkfs01 4 TPASS: 'mkfs -V ' passed. mkfs01 5 TPASS: 'mkfs -h ' passed. Summary: passed 4 failed 1 skipped 0 warnings 0 <<<execution_status>>> initiation_status="ok" duration=2 termination_type=exited termination_id=1 corefile=no cutime=11 cstime=29 <<<test_end>>> Expected results: case pass Additional info: [root@l57h15217 ltp]# cat /etc/anolis-release Anolis OS release 8.8 [root@l57h15217 ltp]# uname -r 4.19.91-647.git.27da59c0d.an8.aarch64 [root@l57h15217 ltp]# df -h Filesystem Size Used Avail Use% Mounted on devtmpfs 378G 0 378G 0% /dev tmpfs 378G 100K 378G 1% /dev/shm tmpfs 378G 19M 378G 1% /run tmpfs 378G 0 378G 0% /sys/fs/cgroup /dev/sda2 49G 14G 33G 30% / /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 745 0 5 747 Swap: 1 0 1 [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 MHz: 2600.000 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]# cat /proc/cmdline BOOT_IMAGE=(hd1,gpt2)/boot/vmlinuz-4.19.91-647.git.27da59c0d.an8.aarch64 root=UUID=b41c9b12-8063-4af2-8ecb-17477c844bf8 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]# [root@l57h15217 ltp]# uname -a Linux l57h15217.sqa.nu8 4.19.91-647.git.27da59c0d.an8.aarch64 #1 SMP Wed Mar 1 13:55:04 UTC 2023 aarch64 aarch64 aarch64 GNU/Linux [root@l57h15217 ltp]# case:mkfs01_ext4_sh有相同问题