ltp
ltp copied to clipboard
Linux Test Project (mailing list: https://lists.linux.it/listinfo/ltp)
There's a new feature in landlock that has to be tested: https://docs.kernel.org/userspace-api/landlock.html#ipc-scoping In particular: - LANDLOCK_SCOPE_ABSTRACT_UNIX_SOCKET - LANDLOCK_SCOPE_SIGNAL
Remaining FTP tests in [`testcases/network/stress/ftp/`](https://github.com/linux-test-project/ltp/tree/master/testcases/network/stress/ftp/) and HTTP tests [`testcases/network/stress/http/`](https://github.com/linux-test-project/ltp/tree/master/testcases/network/stress/http/) are downloading and sending a large amount of data over TCP and are checking that the data arrives the same at...
Add more tests for userfaultfd: - UFFDIO_MOVE - UFFDIO_WRITEPROTECT - UFFDIO_ZEROPAGE - UFFD_USER_MODE_ONLY - Use /dev/userfaultfd instead of system call
There is a demo code in the userfaultfd() manual page: http://man7.org/linux/man-pages/man2/userfaultfd.2.html
I'm testing LTP (20250530) on a custom arm64 board with Linux kernel 6.12 (aarch64). The test cgroup_regression_test.sh fails when running full script: - test1 PASS (no kernel bug found) -...
add tst_check_rt_group_sched_support for **trace_sched** ? **trace_sched -c 1 will take the follow** main(): sched_setscheduler(): Operation not permitted main(): sched_setscheduler(): Operation not permitted main(): sched_setscheduler(): Operation not permitted ...... main(): sched_setscheduler():...
When running LTP with `./runltp -f scsi_debug.part1 -s gf201`, it fails on the first run. The cause is that the `gf201` test and other simple tests use a directory like...
* Migrate testcases/kernel/mem/hugetlb/lib/hugetlb.c into libs/ Helper library testcases/kernel/mem/hugetlb/lib/hugetlb.c should be moved inin libs/ directory (into newly created libs/hugetlb/libhugetlb.c). * testcases/kernel/lib/numa_cpuset.c should be probably part of libs/numa/tst_numa.c. Also testcases/kernel/lib/numa_helper.c (if needed...
Recently, I ran the LTP on a Raspberry Pi 4 using `Linux 6.18.0-rc2` and encountered the `io_control01` test failure. Specifically, there was no increment in the `wbytes` counter for ext3...
LTP rwtest04: mmap-write + msync shows partial data visibility (page tear) on immediate verify-read
、 ### Environment - Workload: LTP `fs/rwtest04` - Reproducer: - Command: `/opt/ltp/runltp -Q -b /root/lin/mnt002 -f fs -s rwtest04 -d /root/lin/mnt002` - File: `/root/lin/mnt002/ltp-*/mm-sync-` - Client: FUSE-based file I/O (verify...