Hay
Date
April 29, 2025, 9:17 a.m.
Failure - getxattr04
tst_tmpdir.c:316: TINFO: Using /tmp/LTP_getvjOVGS as tmpdir (tmpfs filesystem)
tst_device.c:96: TINFO: Found free device 0 '/dev/loop0'
tst_test.c:1170: TINFO: Formatting /dev/loop0 with xfs opts='' extra opts=''
tst_test.c:1182: TINFO: Mounting /dev/loop0 to /tmp/LTP_getvjOVGS/mntpoint fstyp=xfs flags=0
tst_test.c:1182: TBROK: mount(/dev/loop0, mntpoint, xfs, 0, (nil)) failed: ENODEV (19)

Summary:
passed   0
failed   0
broken   1
skipped  0
warnings 0

getxattr04 getxattr04
getxattr04: <12>[   56.938942] /usr/local/bin/kirk[264]: starting test getxattr04 (getxattr04)
Failure - exception-page_counter-underflow-nr_pages
------------[ cut here ]------------
[    5.927542] page_counter underflow: -104 nr_pages=168
[    5.927933] WARNING: CPU: 1 PID: 1 at mm/page_counter.c:61 page_counter_cancel+0x120/0x198
[    5.929348] Modules linked in: ip_tables x_tables
[    5.930313] CPU: 1 UID: 0 PID: 1 Comm: systemd Not tainted 6.15.0-rc4-next-20250429 #1 PREEMPT 
[    5.930770] Hardware name: linux,dummy-virt (DT)
[    5.931058] pstate: 634020c9 (nZCv daIF +PAN -UAO +TCO +DIT -SSBS BTYPE=--)
[    5.931377] pc : page_counter_cancel+0x120/0x198
[    5.931551] lr : page_counter_cancel+0x11c/0x198
[    5.931762] sp : ffff80008002bb50
[    5.931903] x29: ffff80008002bb50 x28: fff07ff0c2ed0000 x27: ffffa4bad1c1bc98
[    5.932231] x26: 0000000000000000 x25: 0000000000000001 x24: fff00000ff4e7ca0
[    5.932535] x23: ffffa4bad1c1bc98 x22: fff00000ff4e7c99 x21: fff00000c31a0000
[    5.932821] x20: 00000000000000a8 x19: fff00000c31a0100 x18: 0000000000000000
[    5.933209] x17: 0000000000000000 x16: 0000000000000000 x15: 0000000000000003
[    5.933553] x14: ffffa4bad1cb01d8 x13: 0000000000000003 x12: 0000000000000003
[    5.933827] x11: 00000000ffffefff x10: 0000000000000001 x9 : 5c17c6ff27eb3800
[    5.934103] x8 : 5c17c6ff27eb3800 x7 : 0000000000000000 x6 : 0000000000000000
[    5.934459] x5 : ffff80008002b8a0 x4 : ffffa4bad1756eeb x3 : 0000000000000000
[    5.934718] x2 : 0000000000000000 x1 : 0000000000000001 x0 : fff00000c31a0100
[    5.935108] Call trace:
[    5.935759]  page_counter_cancel+0x120/0x198 (P)
[    5.936133]  page_counter_uncharge+0x34/0x58
[    5.936279]  drain_stock+0x40/0x120
[    5.936413]  refill_stock+0x278/0x2d0
[    5.936529]  obj_cgroup_uncharge_pages+0x84/0x158
[    5.936672]  refill_obj_stock+0x178/0x1d8
[    5.936798]  __memcg_slab_free_hook+0x118/0x1e8
[    5.936936]  kmem_cache_free+0x1dc/0x440
[    5.937063]  __fput+0x204/0x300
[    5.937168]  fput_close_sync+0x54/0x130
[    5.938237]  __arm64_sys_close+0xbc/0x110
[    5.938474]  invoke_syscall+0x48/0x108
[    5.938654]  el0_svc_common+0xb0/0xe8
[    5.938829]  do_el0_svc+0x28/0x40
[    5.938986]  el0_svc+0x40/0x88
[    5.939140]  el0t_64_sync_handler+0x78/0x108
[    5.939394]  el0t_64_sync+0x198/0x1a0
[    5.941612] ---[ end trace 0000000000000000 ]---
tst_tmpdir.c:316: TINFO: Using /tmp/LTP_iocBsiSxz as tmpdir (tmpfs filesystem)
tst_test.c:1900: TINFO: LTP version: 20250130
tst_test.c:1904: TINFO: Tested kernel: 6.15.0-rc4-next-20250429 #1 SMP PREEMPT @1745918548 aarch64
tst_kconfig.c:88: TINFO: Parsing kernel config '/proc/config.gz'
tst_kconfig.c:676: TINFO: CONFIG_TRACE_IRQFLAGS kernel option detected which might slow the execution
tst_test.c:1722: TINFO: Overall timeout per run is 0h 21m 36s
tst_device.c:96: TINFO: Found free device 0 '/dev/loop0'
ioctl_loop06.c:76: TINFO: Using LOOP_SET_BLOCK_SIZE with arg < 512
ioctl_loop06.c:67: TPASS: Set block size failed as expected: EINVAL (22)
ioctl_loop06.c:76: TINFO: Using LOOP_SET_BLOCK_SIZE with arg > PAGE_SIZE
ioctl_loop06.c:59: TFAIL: Set block size succeed unexpectedly
ioctl_loop06.c:76: TINFO: Using LOOP_SET_BLOCK_SIZE with arg != power_of_2
ioctl_loop06.c:67: TPASS: Set block size failed as expected: EINVAL (22)
ioctl_loop06.c:76: TINFO: Using LOOP_CONFIGURE with block_size < 512
ioctl_loop06.c:67: TPASS: Set block size failed as expected: EINVAL (22)
ioctl_loop06.c:76: TINFO: Using LOOP_CONFIGURE with block_size > PAGE_SIZE
ioctl_loop06.c:59: TFAIL: Set block size succeed unexpectedly
ioctl_loop06.c:76: TINFO: Using LOOP_CONFIGURE with block_size != power_of_2
ioctl_loop06.c:67: TPASS: Set block size failed as expected: EINVAL (22)

Summary:
passed   4
failed   2
broken   0
skipped  0
warnings 0

ioctl_loop06 ioctl_loop06
ioctl_loop06: <12>[   95.610195] /usr/local/bin/kirk[264]: starting test ioctl_loop06 (ioctl_loop06)
ioctl_loop06.c:76: TINFO: Using LOOP_SET_BLOCK_SIZE with arg < 512
ioctl_loop06.c:67: TPASS: Set block size failed as expected: EINVAL (22)
ioctl_loop06.c:76: TINFO: Using LOOP_SET_BLOCK_SIZE with arg > PAGE_SIZE
ioctl_loop06.c:59: TFAIL: Set block size succeed unexpectedly
ioctl_loop06.c:76: TINFO: Using LOOP_SET_BLOCK_SIZE with arg != power_of_2
ioctl_loop06.c:67: TPASS: Set block size failed as expected: EINVAL (22)
ioctl_loop06.c:76: TINFO: Using LOOP_CONFIGURE with block_size < 512
ioctl_loop06.c:67: TPASS: Set block size failed as expected: EINVAL (22)
ioctl_loop06.c:76: TINFO: Using LOOP_CONFIGURE with block_size > PAGE_SIZE
ioctl_loop06.c:59: TFAIL: Set block size succeed unexpectedly
ioctl_loop06.c:76: TINFO: Using LOOP_CONFIGURE with block_size != power_of_2
ioctl_loop06.c:67: TPASS: Set block size failed as expected: EINVAL (22)