Bug 3728 - [Anolis8][ck-4.19][aarch64][nightly] ltp测试套syscalls/sched_rr_get_interval01 run fail
Summary: [Anolis8][ck-4.19][aarch64][nightly] ltp测试套syscalls/sched_rr_get_interval01 r...
Status: NEW
Alias: None
Product: Anolis OS 8
Classification: Anolis OS
Component: kernel - anck-4.19 (show other bugs) kernel - anck-4.19
Version: 8.6
Hardware: All Linux
: P3-Medium S3-normal
Target Milestone: ---
Assignee: shuancue
QA Contact: shuming
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-01-12 17:01 UTC by anolislw
Modified: 2025-07-03 13:56 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description anolislw alibaba_cloud_group 2023-01-12 17:01:53 UTC
Description of problem:
Anolis8] ck-4.19 aarch64 nightly,ltp测试套syscalls/sched_rr_get_interval01 run fail

Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
1.git clone https://gitee.com/anolis/ltp.git --branch anck-4.19
2.cd ltp;export CFLAGS+="-fcommon";make autotools;./configure
3.make && make install
4 cd /opt/ltp;./runltp  -f syscalls -s sched_rr_get_interval01

Actual results:
<<<test_start>>>
tag=sched_rr_get_interval01 stime=1673513771
cmdline="sched_rr_get_interval01"
contacts=""
analysis=exit
<<<test_output>>>
incrementing stop
tst_test.c:1560: TINFO: Timeout per run is 0h 00m 30s
sched_rr_get_interval01.c:40: TINFO: Testing variant: vDSO or syscall with libc spec
sched_rr_get_interval01.c:45: TFAIL: sched_setscheduler() failed: EPERM (1)
sched_rr_get_interval01.c:57: TPASS: sched_rr_get_interval() passed
sched_rr_get_interval01.c:65: TPASS: Time quantum 0s 16000000ns
sched_rr_get_interval01.c:72: TFAIL: /proc/sys/kernel/sched_rr_timeslice_ms != 16 got 100
sched_rr_get_interval01.c:40: TINFO: Testing variant: syscall with old kernel spec
sched_rr_get_interval01.c:45: TFAIL: sched_setscheduler() failed: EPERM (1)
sched_rr_get_interval01.c:57: TPASS: sched_rr_get_interval() passed
sched_rr_get_interval01.c:65: TPASS: Time quantum 0s 16000000ns
sched_rr_get_interval01.c:72: TFAIL: /proc/sys/kernel/sched_rr_timeslice_ms != 16 got 100

HINT: You _MAY_ be missing kernel fixes:

https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=975e155ed873

Summary:
passed   4
failed   4
broken   0
skipped  0
warnings 0
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=1 corefile=no
cutime=0 cstime=0
<<<test_end>>>
INFO: ltp-pan reported some tests FAIL
LTP Version: 20220930

       ###############################################################

            Done executing testcases.
            LTP Version:  20220930
       ###############################################################

[root@qibo-anolis8-nightly-func-arm-2 ltp]# uname -r
4.19.91-272.git.c452e2d70d27.an8.aarch64
[root@qibo-anolis8-nightly-func-arm-2 ltp]# cat /etc/redhat-release
Anolis OS release 8.6


Expected results:
case pass

Additional info:
[root@qibo-anolis8-nightly-func-arm-2 ltp]# uname -r
4.19.91-272.git.c452e2d70d27.an8.aarch64
[root@qibo-anolis8-nightly-func-arm-2 ltp]# cat /etc/redhat-release
Anolis OS release 8.6
[root@qibo-anolis8-nightly-func-arm-2 ltp]# df -h
Filesystem      Size  Used Avail Use% Mounted on
devtmpfs        7.5G  4.0K  7.5G   1% /dev
tmpfs           7.5G     0  7.5G   0% /dev/shm
tmpfs           7.5G  804K  7.5G   1% /run
tmpfs           7.5G     0  7.5G   0% /sys/fs/cgroup
/dev/vda2        39G   36G  1.8G  96% /
/dev/vda1       500M  6.8M  494M   2% /boot/efi
tmpfs           1.5G     0  1.5G   0% /run/user/0
[root@qibo-anolis8-nightly-func-arm-2 ltp]# cat /proc/cmdline
BOOT_IMAGE=(hd0,gpt2)/boot/vmlinuz-4.19.91-272.git.c452e2d70d27.an8.aarch64 root=UUID=69f901e7-05b1-40ca-bff0-947d6f410fe7 ro cryptomgr.notests cgroup.memory=nokmem rcupdate.rcu_cpu_stall_timeout=300 vring_force_dma_api rhgb quiet console=tty0 biosdevname=0 net.ifnames=0 console=ttyAMA0,115200n8 noibrs nvme_core.io_timeout=4294967295 nvme_core.admin_timeout=4294967295 crashkernel=0M-2G:0M,2G-8G:192M,8G-:256M
[root@qibo-anolis8-nightly-func-arm-2 ltp]# lscpu
Architecture:        aarch64
Byte Order:          Little Endian
CPU(s):              4
On-line CPU(s) list: 0-3
Thread(s) per core:  1
Core(s) per cluster: 4
Socket(s):           1
Cluster(s):          1
NUMA node(s):        1
Vendor ID:           ARM
BIOS Vendor ID:      Alibaba Cloud
Model:               1
Model name:          Neoverse-N1
BIOS Model name:     virt-rhel7.6.0
Stepping:            r3p1
BogoMIPS:            50.00
NUMA node0 CPU(s):   0-3
Flags:               fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp cpuid asimdrdm lrcpc dcpop asimddp ssbs
[root@qibo-anolis8-nightly-func-arm-2 ltp]#
Comment 1 anolislw alibaba_cloud_group 2023-01-12 17:08:23 UTC
case: syscalls/sched_rr_get_interval02,sched_rr_get_interval03有相似问题
---------------------------
<<<test_start>>>
tag=sched_rr_get_interval02 stime=1673514355
cmdline="sched_rr_get_interval02"
contacts=""
analysis=exit
<<<test_output>>>
incrementing stop
tst_test.c:1560: TINFO: Timeout per run is 0h 00m 30s
sched_rr_get_interval02.c:34: TINFO: Testing variant: vDSO or syscall with libc spec
sched_rr_get_interval02.c:39: TFAIL: sched_setscheduler() failed: EPERM (1)
sched_rr_get_interval02.c:56: TFAIL: sched_rr_get_interval() returned 0, tp.tv_sec = 0, tp.tv_nsec = 8000000: SUCCESS (0)
sched_rr_get_interval02.c:34: TINFO: Testing variant: syscall with old kernel spec
sched_rr_get_interval02.c:39: TFAIL: sched_setscheduler() failed: EPERM (1)
sched_rr_get_interval02.c:56: TFAIL: sched_rr_get_interval() returned 0, tp.tv_sec = 0, tp.tv_nsec = 16000000: SUCCESS (0)

Summary:
passed   0
failed   4
broken   0
skipped  0
warnings 0
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=1 corefile=no
cutime=0 cstime=0
<<<test_end>>>
INFO: ltp-pan reported some tests FAIL
LTP Version: 20220930

       ###############################################################

            Done executing testcases.
            LTP Version:  20220930
       ###############################################################

[root@qibo-anolis8-nightly-func-arm-2 ltp]# ./runltp  -f syscalls -s sched_rr_get_interval02


--------------------  syscalls/sched_rr_get_interval03 ---------------
<<<test_output>>>
incrementing stop
tst_test.c:1560: TINFO: Timeout per run is 0h 00m 30s
sched_rr_get_interval03.c:53: TINFO: Testing variant: vDSO or syscall with libc spec
sched_rr_get_interval03.c:59: TFAIL: sched_setscheduler() failed: EPERM (1)
sched_rr_get_interval03.c:82: TPASS: sched_rr_get_interval(-1, 0x440c60) : EINVAL (22)
sched_rr_get_interval03.c:82: TPASS: sched_rr_get_interval(4194304, 0x440c60) : ESRCH (3)
sched_rr_get_interval03.c:72: TCONF: EFAULT skipped for libc_variant
sched_rr_get_interval03.c:53: TINFO: Testing variant: syscall with old kernel spec
sched_rr_get_interval03.c:59: TFAIL: sched_setscheduler() failed: EPERM (1)
sched_rr_get_interval03.c:82: TPASS: sched_rr_get_interval(-1, 0x440c60) : EINVAL (22)
sched_rr_get_interval03.c:82: TPASS: sched_rr_get_interval(4194304, 0x440c60) : ESRCH (3)
sched_rr_get_interval03.c:82: TPASS: sched_rr_get_interval(0, 0xffffaf511000) : EFAULT (14)

Summary:
passed   5
failed   2
broken   0
skipped  1
warnings 0
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=1 corefile=no
cutime=0 cstime=0
<<<test_end>>>
INFO: ltp-pan reported some tests FAIL
LTP Version: 20220930

       ###############################################################

            Done executing testcases.
            LTP Version:  20220930
       ###############################################################

[root@qibo-anolis8-nightly-func-arm-2 ltp]# ./runltp -f syscalls -s sched_rr_get_interval03
Comment 2 anolislw alibaba_cloud_group 2023-03-08 13:05:28 UTC
Anolis23 x86_64 ECS环境,社区nightly,ltp测试套syscalls下case:sched_rr_get_interval01  sched_rr_get_interval02 sched_rr_get_interval03也存在相同的问题
Comment 3 gaohongmei 2025-07-03 13:56:35 UTC
anolis23 x86 6.6.88 ECS环境,社区nightly,ltp测试套syscalls下case:sched_rr_get_interval01  sched_rr_get_interval02 sched_rr_get_interval03也存在相同的问题

# ./runltp  -f syscalls -s sched_rr_get_interval01
Checking for required user/group ids

'root' user id and group found.
'nobody' user id and group found.
'bin' user id and group found.
'daemon' user id and group found.
Users group found.
Sys group found.
Required users/groups exist.
If some fields are empty or look unusual you may have an old version.
Compare to the current minimal requirements in Documentation/Changes.

/etc/anolis-release
/etc/os-release
/etc/system-release
Anolis OS release 23
NAME="Anolis OS"
VERSION="23"
ID="anolis"
VERSION_ID="23"
PLATFORM_ID="platform:an23"
PRETTY_NAME="Anolis OS 23"
ANSI_COLOR="0;31"
HOME_URL="https://openanolis.cn/"
BUG_REPORT_URL="https://bugzilla.openanolis.cn/"

Anolis OS release 23

uname:
Linux iZbp1buoq4hel9h1qekepsZ 6.6.88-cbp.git.8c112c479.an23.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul  2 22:32:14 CST 2025 x86_64 GNU/Linux

/proc/cmdline
BOOT_IMAGE=(hd0,gpt2)/boot/vmlinuz-6.6.88-cbp.git.8c112c479.an23.x86_64 root=UUID=06ce37cb-4731-4a37-a95d-1f756b7eee30 ro rhgb cryptomgr.notests rcupdate.rcu_cpu_stall_timeout=300 quiet biosdevname=0 net.ifnames=0 console=tty0 console=ttyS0,115200n8 noibrs nvme_core.io_timeout=4294967295 nvme_core.admin_timeout=4294967295 cgroup.memory=nokmem crashkernel=0M-2G:0M,2G-8G:192M,8G-128G:256M,128G-376G:384M,376G-:448M

Gnu C                  gcc (GCC) 12.3.0 20230508 (Anolis OS 12.3.0-9)
Clang                  clang version 17.0.6 (anolis os 17.0.6-6.an23)
Gnu make               4.4.1
util-linux             2.39.1
mount                  mount, assert, debug)
modutils               30
e2fsprogs              1.46.5
Linux C Library         2 root root 2819576 May 28 16:28 /lib64/libc.so.6
Dynamic linker (ldd)   2.38
Procps                 3.3.17
Net-tools              2.10
iproute2               iproute2-6.3.0
iputils                20221126
ethtool                6.3
Sh-utils               9.3
Modules Loaded         dm_delay dm_zero dm_thin_pool dm_persistent_data dm_bio_prison sd_mod t10_pi crc64_rocksoft_generic crc64_rocksoft crc64 dm_snapshot dm_bufio dm_flakey dm_mod sch_teql netdevsim ts_kmp ts_bm xt_string nft_quota ip6t_rpfilter ipt_rpfilter nfnetlink_queue nft_queue nf_conntrack_ftp ip_vs nft_flow_offload nf_flow_table_inet nf_flow_table nft_ct nf_conntrack_netlink nft_redir nft_masq nft_nat nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib cls_fw xt_statistic xt_length xt_bpf nft_tproxy nf_tproxy_ipv6 nf_tproxy_ipv4 nft_socket nf_socket_ipv4 nf_socket_ipv6 xfrm_interface cls_matchall nft_chain_nat xt_nat nf_nat mptcp_diag xsk_diag vsock_diag sctp_diag dccp_diag udp_diag raw_diag unix_diag af_packet_diag netlink_diag xt_conntrack nf_conntrack nf_defrag_ipv4 nf_defrag_ipv6 ip_vti ip6_vti xfrm6_tunnel ipip geneve act_csum act_pedit xt_mark act_mirred cls_basic esp6 echainiv xt_policy esp4_offload psample vrf ip6_gre ip6_tunnel tunnel6 ip_gre gre cls_u32 ccm team_mode_loadbalance team nlmon act_gact cls_flower sch_ingress bonding tls bridge zstd lz4hc lz4hc_compress lz4 lz4_compress uinput nft_reject_ipv6 ip6t_REJECT nf_reject_ipv6 dns_resolver overlay nft_log nft_reject_ipv4 nft_reject nft_limit xt_limit xt_multiport xt_LOG nf_log_syslog ipt_REJECT nf_reject_ipv4 nft_compat ib_core tcp_diag inet_diag sit tunnel4 mpls_iptunnel mpls_router ip_tunnel tcp_dctcp ipvlan esp4 macsec ah4 macvtap macvlan 8021q garp mrp stp llc vxlan dccp_ipv6 dccp_ipv4 dccp sch_sfq sch_sfb sch_prio sch_pie sch_htb sch_hhf sch_hfsc sch_fq sch_codel sch_netem tcp_bbr squashfs isofs cdrom vfio_iommu_type1 vfio iommufd vhost_net tap vhost_vsock vhost vhost_iotlb snd_seq_dummy nf_tables nfnetlink vsock_loopback vmw_vsock_virtio_transport_common vmw_vsock_vmci_transport vsock vmw_vmci n_gsm pps_ldisc ppp_synctty ppp_async ppp_generic slip slhc snd_hrtimer snd_seq snd_seq_device sctp ip6_udp_tunnel udp_tunnel snd_timer snd soundcore n_hdlc pcrypt crypto_user authenc sm4_generic sm4_aesni_avx2_x86_64 sm4_aesni_avx_x86_64 sm4 vmac poly1305_generic libpoly1305 poly1305_x86_64 chacha_generic chacha_x86_64 libchacha chacha20poly1305 dummy veth tun msdos vfat fat btrfs blake2b_generic xor zstd_compress raid6_pq loop binfmt_misc rfkill intel_rapl_msr intel_rapl_common intel_uncore_frequency_common skx_edac_common nfit intel_powerclamp rapl i2c_piix4 pcspkr virtio_console virtio_balloon fuse xfs libcrc32c crct10dif_pclmul cirrus crc32_pclmul virtio_net drm_shmem_helper crc32c_intel net_failover drm_kms_helper ghash_clmulni_intel failover floppy drm serio_raw

cpuinfo:
Architecture:             x86_64
  CPU op-mode(s):         32-bit, 64-bit
  Address sizes:          46 bits physical, 57 bits virtual
  Byte Order:             Little Endian
CPU(s):                   4
  On-line CPU(s) list:    0-3
Vendor ID:                GenuineIntel
  BIOS Vendor ID:         Alibaba Cloud
  Model name:             Intel(R) Xeon(R) Platinum 8369B CPU @ 2.70GHz
    BIOS Model name:      pc-i440fx-2.1  CPU @ 0.0GHz
    BIOS CPU family:      1
    CPU family:           6
    Model:                106
    Thread(s) per core:   2
    Core(s) per socket:   2
    Socket(s):            1
    Stepping:             6
    BogoMIPS:             5399.99
    Flags:                fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall 
                          nx pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq monito
                          r ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowpr
                          efetch cpuid_fault ibrs_enhanced fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid avx512f avx512dq rdseed ad
                          x smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves wbnoinvd arat
                           avx512vbmi pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq rdpid fsrm ar
                          ch_capabilities
Virtualization features:  
  Hypervisor vendor:      KVM
  Virtualization type:    full
Caches (sum of all):      
  L1d:                    96 KiB (2 instances)
  L1i:                    64 KiB (2 instances)
  L2:                     2.5 MiB (2 instances)
  L3:                     48 MiB (1 instance)
NUMA:                     
  NUMA node(s):           1
  NUMA node0 CPU(s):      0-3
Vulnerabilities:          
  Gather data sampling:   Unknown: Dependent on hypervisor status
  Itlb multihit:          Not affected
  L1tf:                   Not affected
  Mds:                    Not affected
  Meltdown:               Not affected
  Mmio stale data:        Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown
  Reg file data sampling: Not affected
  Retbleed:               Not affected
  Spec rstack overflow:   Not affected
  Spec store bypass:      Vulnerable
  Spectre v1:             Mitigation; usercopy/swapgs barriers and __user pointer sanitization
  Spectre v2:             Mitigation; Enhanced / Automatic IBRS; RSB filling; PBRSB-eIBRS SW sequence; BHI SW loop, KVM SW loop
  Srbds:                  Not affected
  Tsx async abort:        Not affected

free reports:
               total        used        free      shared  buff/cache   available
Mem:        15963340     1107024    13639876       73612     1216440    14445460
Swap:              0           0           0

memory (/proc/meminfo):
MemTotal:       15963340 kB
MemFree:        13639876 kB
MemAvailable:   14445460 kB
Buffers:              40 kB
Cached:           979232 kB
SwapCached:            0 kB
Active:          1256916 kB
Inactive:         276364 kB
Active(anon):     593308 kB
Inactive(anon):    34308 kB
Active(file):     663608 kB
Inactive(file):   242056 kB
Unevictable:        1536 kB
Mlocked:               0 kB
SwapTotal:             0 kB
SwapFree:              0 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:                 4 kB
Writeback:             0 kB
AnonPages:        554368 kB
Mapped:           181220 kB
Shmem:             73612 kB
KReclaimable:     237168 kB
Slab:             357200 kB
SReclaimable:     237168 kB
SUnreclaim:       120032 kB
KernelStack:        4576 kB
PageTables:         8228 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:     7971428 kB
Committed_AS:    1327888 kB
VmallocTotal:   34359738367 kB
VmallocUsed:       25536 kB
VmallocChunk:          0 kB
Percpu:             6656 kB
HardwareCorrupted:    44 kB
AnonHugePages:    319488 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:     55296 kB
FilePmdMapped:     55296 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
DupText:               0 kB
HugePages_Total:      10
HugePages_Free:       10
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:           20480 kB
DirectMap4k:     1286848 kB
DirectMap2M:    14161920 kB
DirectMap1G:     1048576 kB

available filesystems:
autofs bdev binfmt_misc bpf btrfs cgroup cgroup2 configfs cpuset debugfs devpts devtmpfs efivarfs ext2 ext3 ext4 fuse fuseblk fusectl group_balancer hugetlbfs iso9660 mqueue msdos overlay pipefs proc pstore ramfs securityfs selinuxfs sockfs squashfs sysfs tmpfs tracefs vfat xfs

mounted filesystems (/proc/mounts):
proc /proc proc rw,nosuid,nodev,noexec,relatime 0 0
sysfs /sys sysfs rw,seclabel,nosuid,nodev,noexec,relatime 0 0
devtmpfs /dev devtmpfs rw,seclabel,nosuid,size=4096k,nr_inodes=1974988,mode=755 0 0
securityfs /sys/kernel/security securityfs rw,nosuid,nodev,noexec,relatime 0 0
tmpfs /dev/shm tmpfs rw,seclabel,nosuid,nodev,size=7918292k,nr_inodes=1979573 0 0
devpts /dev/pts devpts rw,seclabel,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 0 0
tmpfs /run tmpfs rw,seclabel,nosuid,nodev,size=3167320k,nr_inodes=819200,mode=755 0 0
cgroup2 /sys/fs/cgroup cgroup2 rw,seclabel,nosuid,nodev,noexec,relatime 0 0
pstore /sys/fs/pstore pstore rw,seclabel,nosuid,nodev,noexec,relatime 0 0
bpf /sys/fs/bpf bpf rw,nosuid,nodev,noexec,relatime,mode=700 0 0
/dev/vda2 / xfs rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota 0 0
selinuxfs /sys/fs/selinux selinuxfs rw,nosuid,noexec,relatime 0 0
systemd-1 /proc/sys/fs/binfmt_misc autofs rw,relatime,fd=29,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=1671 0 0
mqueue /dev/mqueue mqueue rw,seclabel,nosuid,nodev,noexec,relatime 0 0
hugetlbfs /dev/hugepages hugetlbfs rw,seclabel,relatime,pagesize=2M 0 0
debugfs /sys/kernel/debug debugfs rw,seclabel,nosuid,nodev,noexec,relatime 0 0
tracefs /sys/kernel/tracing tracefs rw,seclabel,nosuid,nodev,noexec,relatime 0 0
tmpfs /tmp tmpfs rw,seclabel,nosuid,nodev,size=7918296k,nr_inodes=1048576 0 0
ramfs /run/credentials/systemd-sysctl.service ramfs ro,seclabel,nosuid,nodev,noexec,relatime,mode=700 0 0
fusectl /sys/fs/fuse/connections fusectl rw,nosuid,nodev,noexec,relatime 0 0
configfs /sys/kernel/config configfs rw,nosuid,nodev,noexec,relatime 0 0
ramfs /run/credentials/systemd-tmpfiles-setup-dev.service ramfs ro,seclabel,nosuid,nodev,noexec,relatime,mode=700 0 0
ramfs /run/credentials/systemd-tmpfiles-setup.service ramfs ro,seclabel,nosuid,nodev,noexec,relatime,mode=700 0 0
tracefs /sys/kernel/debug/tracing tracefs rw,seclabel,nosuid,nodev,noexec,relatime 0 0
binfmt_misc /proc/sys/fs/binfmt_misc binfmt_misc rw,nosuid,nodev,noexec,relatime 0 0
tmpfs /run/netns tmpfs rw,seclabel,nosuid,nodev,size=3167320k,nr_inodes=819200,mode=755 0 0
nsfs /run/netns/tst_net_ns0 nsfs rw 0 0
nsfs /run/netns/tst_net_ns0 nsfs rw 0 0
nsfs /run/netns/tst_net_ns1 nsfs rw 0 0
nsfs /run/netns/tst_net_ns1 nsfs rw 0 0
fuse_mnt /var/tmp/tone/run/kernel-selftests/memfd/mnt fuse.fuse_mnt rw,nosuid,nodev,relatime,user_id=0,group_id=0 0 0
nsfs /run/netns/ns3 nsfs rw 0 0
nsfs /run/netns/ns3 nsfs rw 0 0
nsfs /run/netns/ns4 nsfs rw 0 0
nsfs /run/netns/ns4 nsfs rw 0 0
nsfs /run/netns/test-ns nsfs rw 0 0
nsfs /run/netns/test-ns nsfs rw 0 0
nsfs /run/netns/ns_a-fNNLcW nsfs rw 0 0
nsfs /run/netns/ns_a-fNNLcW nsfs rw 0 0
nsfs /run/netns/ns_b-etBare nsfs rw 0 0
nsfs /run/netns/ns_b-etBare nsfs rw 0 0
nsfs /run/netns/ns_c-tmEwbW nsfs rw 0 0
nsfs /run/netns/ns_c-tmEwbW nsfs rw 0 0
nsfs /run/netns/ns_r1-2hGgmb nsfs rw 0 0
nsfs /run/netns/ns_r1-2hGgmb nsfs rw 0 0
nsfs /run/netns/ns_r2-NXcTOd nsfs rw 0 0
nsfs /run/netns/ns_r2-NXcTOd nsfs rw 0 0
nsfs /run/netns/host1 nsfs rw 0 0
nsfs /run/netns/host1 nsfs rw 0 0
nsfs /run/netns/host2 nsfs rw 0 0
nsfs /run/netns/host2 nsfs rw 0 0
nsfs /run/netns/ns1-jyc5esUj nsfs rw 0 0
nsfs /run/netns/ns1-jyc5esUj nsfs rw 0 0
tmpfs /run/user/0 tmpfs rw,seclabel,nosuid,nodev,relatime,size=1583656k,nr_inodes=395914,mode=700 0 0

mounted filesystems (df):
Filesystem     Type      Size  Used Avail Use% Mounted on
devtmpfs       devtmpfs  4.0M     0  4.0M   0% /dev
tmpfs          tmpfs     7.6G     0  7.6G   0% /dev/shm
tmpfs          tmpfs     3.1G  628K  3.1G   1% /run
/dev/vda2      xfs        40G   12G   29G  28% /
tmpfs          tmpfs     7.6G   70M  7.5G   1% /tmp
tmpfs          tmpfs     1.6G     0  1.6G   0% /run/user/0

AppArmor disabled

SELinux status:                 enabled
SELinuxfs mount:                /sys/fs/selinux
SELinux root directory:         /etc/selinux
Loaded policy name:             targeted
Current mode:                   permissive
Mode from config file:          permissive
Policy MLS status:              enabled
Policy deny_unknown status:     allowed
Memory protection checking:     actual (secure)
Max kernel policy version:      33
no big block device was specified on commandline.
Tests which require a big block device are disabled.
You can specify it with option -z
COMMAND:    /tmp/tone/run/ltp/bin/ltp-pan   -e -S   -a 2363384     -n 2363384 -p -f /tmp/ltp-GRKo62q3p4/alltests -l /tmp/tone/run/ltp/results/LTP_RUN_ON-2025_07_03-13h_49m_14s.log  -C /tmp/tone/run/ltp/output/LTP_RUN_ON-2025_07_03-13h_49m_14s.failed -T /tmp/tone/run/ltp/output/LTP_RUN_ON-2025_07_03-13h_49m_14s.tconf
INFO: Restricted to sched_rr_get_interval01
LOG File: /tmp/tone/run/ltp/results/LTP_RUN_ON-2025_07_03-13h_49m_14s.log
FAILED COMMAND File: /tmp/tone/run/ltp/output/LTP_RUN_ON-2025_07_03-13h_49m_14s.failed
TCONF COMMAND File: /tmp/tone/run/ltp/output/LTP_RUN_ON-2025_07_03-13h_49m_14s.tconf
Running tests.......
<<<test_start>>>
tag=sched_rr_get_interval01 stime=1751521754
cmdline="sched_rr_get_interval01"
contacts=""
analysis=exit
<<<test_output>>>
incrementing stop
tst_test.c:1741: TINFO: LTP version: 20220527-1548-g3a89553af
tst_test.c:1625: TINFO: Timeout per run is 0h 00m 30s
sched_rr_get_interval01.c:44: TINFO: Testing variant: vDSO or syscall with libc spec
sched_rr_get_interval01.c:49: TFAIL: sched_setscheduler() failed: EPERM (1)
sched_rr_get_interval01.c:61: TPASS: sched_rr_get_interval() passed
sched_rr_get_interval01.c:68: TPASS: Time quantum 0s 2000000ns
sched_rr_get_interval01.c:76: TFAIL: /proc/sys/kernel/sched_rr_timeslice_ms != 2 got 100
sched_rr_get_interval01.c:44: TINFO: Testing variant: syscall with old kernel spec
sched_rr_get_interval01.c:49: TFAIL: sched_setscheduler() failed: EPERM (1)
sched_rr_get_interval01.c:61: TPASS: sched_rr_get_interval() passed
sched_rr_get_interval01.c:68: TPASS: Time quantum 0s 2000000ns
sched_rr_get_interval01.c:76: TFAIL: /proc/sys/kernel/sched_rr_timeslice_ms != 2 got 100

HINT: You _MAY_ be missing kernel fixes:

https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=975e155ed873
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=c7fcb99877f9

Summary:
passed   4
failed   4
broken   0
skipped  0
warnings 0
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=1 corefile=no
cutime=0 cstime=0
<<<test_end>>>
INFO: ltp-pan reported some tests FAIL
LTP Version: 20220527-1548-g3a89553af

       ###############################################################

            Done executing testcases.
            LTP Version:  20220527-1548-g3a89553af
       ###############################################################



# ./runltp  -f syscalls -s sched_rr_get_interval02 
Running tests.......
<<<test_start>>>
tag=sched_rr_get_interval02 stime=1751521977
cmdline="sched_rr_get_interval02"
contacts=""
analysis=exit
<<<test_output>>>
incrementing stop
tst_test.c:1741: TINFO: LTP version: 20220527-1548-g3a89553af
tst_test.c:1625: TINFO: Timeout per run is 0h 00m 30s
sched_rr_get_interval02.c:37: TINFO: Testing variant: vDSO or syscall with libc spec
sched_rr_get_interval02.c:42: TFAIL: sched_setscheduler() failed: EPERM (1)
sched_rr_get_interval02.c:57: TFAIL: sched_rr_get_interval() returned 0, tp.tv_sec = 0, tp.tv_nsec = 2000000: SUCCESS (0)
sched_rr_get_interval02.c:37: TINFO: Testing variant: syscall with old kernel spec
sched_rr_get_interval02.c:42: TFAIL: sched_setscheduler() failed: EPERM (1)
sched_rr_get_interval02.c:57: TFAIL: sched_rr_get_interval() returned 0, tp.tv_sec = 0, tp.tv_nsec = 2000000: SUCCESS (0)

Summary:
passed   0
failed   4
broken   0
skipped  0
warnings 0
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=1 corefile=no
cutime=0 cstime=0
<<<test_end>>>
INFO: ltp-pan reported some tests FAIL
LTP Version: 20220527-1548-g3a89553af

       ###############################################################

            Done executing testcases.
            LTP Version:  20220527-1548-g3a89553af
       ###############################################################

# ./runltp  -f syscalls -s sched_rr_get_interval03
Running tests.......
<<<test_start>>>
tag=sched_rr_get_interval03 stime=1751522115
cmdline="sched_rr_get_interval03"
contacts=""
analysis=exit
<<<test_output>>>
incrementing stop
tst_test.c:1741: TINFO: LTP version: 20220527-1548-g3a89553af
tst_test.c:1625: TINFO: Timeout per run is 0h 00m 30s
sched_rr_get_interval03.c:59: TINFO: Testing variant: vDSO or syscall with libc spec
sched_rr_get_interval03.c:65: TFAIL: sched_setscheduler() failed: EPERM (1)
sched_rr_get_interval03.c:87: TPASS: sched_rr_get_interval(-1, 0x431d48) : EINVAL (22)
sched_rr_get_interval03.c:87: TPASS: sched_rr_get_interval(4194304, 0x431d48) : ESRCH (3)
sched_rr_get_interval03.c:78: TCONF: EFAULT skipped for libc_variant
sched_rr_get_interval03.c:59: TINFO: Testing variant: syscall with old kernel spec
sched_rr_get_interval03.c:65: TFAIL: sched_setscheduler() failed: EPERM (1)
sched_rr_get_interval03.c:87: TPASS: sched_rr_get_interval(-1, 0x431d48) : EINVAL (22)
sched_rr_get_interval03.c:87: TPASS: sched_rr_get_interval(4194304, 0x431d48) : ESRCH (3)
sched_rr_get_interval03.c:87: TPASS: sched_rr_get_interval(0, 0x7f06bb798000) : EFAULT (14)

Summary:
passed   5
failed   2
broken   0
skipped  1
warnings 0
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=1 corefile=no
cutime=0 cstime=0
<<<test_end>>>
INFO: ltp-pan reported some tests FAIL
LTP Version: 20220527-1548-g3a89553af

       ###############################################################

            Done executing testcases.
            LTP Version:  20220527-1548-g3a89553af
       ###############################################################