ltp
ltp copied to clipboard
Linux Test Project (mailing list: https://lists.linux.it/listinfo/ltp)
While running the controllers test in the controllers subset, we found that the test_controllers.sh will complain about: /opt/ltp/testcases/bin/test_controllers.sh: line 105: /opt/ltp/testcases/bin/run_cpuacct_test.sh: No such file or directory /opt/ltp/testcases/bin/test_controllers.sh: line 106: /opt/ltp/testcases/bin/run_cpuacct_test.sh:...
rt-migrate test creates N+1 threads with real time priorities while N is cpu numbers . On linux distro, FIFO priorities range from 1 to 99. In our test scenario (cpu...
Write a regression test once [making unix_bind() undo mknod on failure](https://lore.kernel.org/netdev/[email protected]/) patchset is merged. For more info see workaround https://github.com/linux-test-project/ltp/commit/b003e0f08fa40a4533b234d311f89e32338088e6 for [`bind03`](https://github.com/linux-test-project/ltp/blob/master/testcases/kernel/syscalls/bind/bind03.c) ([original patch](https://patchwork.ozlabs.org/project/ltp/patch/[email protected]/)).
Just see man process_vm_readv and man process_vm_writev. Also it seems that process process_vm_exec is going to be merged eventually. See: https://lwn.net/Articles/852662/
We already have test for setxattr() so this should be easy enough.
We already have a test for removexattr() so this should be easy enough.
Take bind04.c for instance the test_bind() function calls SAFE_SOCKET() to prepare a socket for bind() test. The problem is that for example when there is not sctp compiled in the...
an ext4 issue has this reproducer: https://github.com/bobfuzzer/CVE/tree/master/CVE-2019-19319 was fixed in 5.2 kernel.
Some testcases use python3 (converted from python2 by 5a8408bc32f0eada5cbf65ac63d5cd2410f95249). It'd be good to convert them to shell or C as python is often not available on embedded targets. List of...
There are couple of problems that should be fixed: The support_numa.c with alloc_1MB_shared opens and mmaps a file and while the test is executed in unique temporary directory the helper...