ltp icon indicating copy to clipboard operation
ltp copied to clipboard

Linux Test Project (mailing list: https://lists.linux.it/listinfo/ltp)

Results 269 ltp issues
Sort by recently updated
recently updated
newest added

``` # growfiles -E # run forever: writes of 4090 bytes then on every 100 iterval # truncate file by 408990 bytes. Done to 200 files in dir1. growfiles -i...

The new 6.13 merge window introduced STATX_WRITE_ATOMIC support in `statx` syscall http://lwn.net/Articles/1009298/ https://lwn.net/ml/all/[email protected]/

missing coverage

The following tests are not covered by run-posix-option-group-test.sh. - [testcases/open_posix_testsuite/conformance/interfaces/fork](https://github.com/linux-test-project/ltp/tree/master/testcases/open_posix_testsuite/conformance/interfaces/fork) - [testcases/open_posix_testsuite/conformance/interfaces/strchr](https://github.com/linux-test-project/ltp/tree/master/testcases/open_posix_testsuite/conformance/interfaces/strchr) - [testcases/open_posix_testsuite/conformance/interfaces/strcpy](https://github.com/linux-test-project/ltp/tree/master/testcases/open_posix_testsuite/conformance/interfaces/strcpy) - [testcases/open_posix_testsuite/conformance/interfaces/strncpy](https://github.com/linux-test-project/ltp/tree/master/testcases/open_posix_testsuite/conformance/interfaces/strncpy) - [testcases/open_posix_testsuite/conformance/interfaces/strlen](https://github.com/linux-test-project/ltp/tree/master/testcases/open_posix_testsuite/conformance/interfaces/strlen) - [testcases/open_posix_testsuite/conformance/interfaces/fsync](https://github.com/linux-test-project/ltp/tree/master/testcases/open_posix_testsuite/conformance/interfaces/fsync) - [testcases/open_posix_testsuite/conformance/interfaces/getpid](https://github.com/linux-test-project/ltp/tree/master/testcases/open_posix_testsuite/conformance/interfaces/getpid) We need to add the tests for the...

Since runltp is getting deprecated and we need to move with https://github.com/linux-test-project/kirk/ It would be helpful if it is known till how long the runltp is supported

All of the KVM tests need the 'kvm' driver to be present (and loaded) in order for the tests to run successfully. This would normally be accomplished by having the...

easyhack

Kernel 6.13 introduced at-version in the commit 6140be90ec70c39fa844741ca3cc807dd0866394 of the following syscalls: * setxattrat * getxattrat * listxattrat * removexattrat

missing coverage

Original [test catalog generation](https://github.com/linux-test-project/ltp/blob/7aea2cea9ad5d9e1586112a57948c7f85dc12970/docparse/testinfo.pl) was written long time ago we started using sphinx on https://linux-test-project.readthedocs.io/. Convert perl to produce generation via [doc/conf.py](https://github.com/linux-test-project/ltp/blob/master/doc/conf.py). It will be page in https://linux-test-project.readthedocs.io/ instead of...

documentation
metadata

The rest of GitHub wiki content in [`doc/old`](https://github.com/linux-test-project/ltp/tree/master/doc/old) should be converted to https://linux-test-project.readthedocs.io/ (sphinx). Converting to headers: * [`doc/old/C-Test-API.asciidoc`](https://github.com/linux-test-project/ltp/blob/master/doc/old/C-Test-API.asciidoc) * [`doc/old/C-Test-Network-API.asciidoc`](https://github.com/linux-test-project/ltp/blob/master/doc/old/C-Test-Network-API.asciidoc) * [`doc/old/KVM-Test-API.asciidoc`](https://github.com/linux-test-project/ltp/blob/master/doc/old/KVM-Test-API.asciidoc) * [`doc/old/namespaces-helper-tools.txt`](https://github.com/linux-test-project/ltp/blob/master/doc/old/namespaces-helper-tools.txt) (Less priority, put to the...

documentation

We have various `README.md` files, convert them to https://linux-test-project.readthedocs.io/ (sphinx). * [`docparse/README.md`](https://github.com/linux-test-project/ltp/blob/master/docparse/README.md) * [`lib/README.md`](https://github.com/linux-test-project/ltp/blob/master/lib/README.md) * [`testcases/kernel/security/integrity/ima/README.md`](https://github.com/linux-test-project/ltp/blob/master/testcases/kernel/security/integrity/ima/README.md) * [`testcases/network/README.md`](https://github.com/linux-test-project/ltp/blob/master/testcases/network/README.md) * [`tools/sparse/README.md`](https://github.com/linux-test-project/ltp/blob/master/tools/sparse/README.md)

documentation

When running memcontrol04, TFAIL results will appear on various Linux distributions, kernel versions, and CPUs: ``` Linux distribution: Ubuntu 24.10 CPU: X86_64, Arm64 Kernel: 6.6 longterm glibc: 2.40 LTP version:...