Good news everyone,
the Linux Test Project test suite stable release for *May 2024* has been
released.
Since the last release 292 patches by 27 authors were merged.
Patch review is what most of the projects struggle with and LTP is no
different. If you can spare some effort helping with the patch review is more
than welcomed.
NOTABLE CHANGES
===============
* New tests
- mlock05 Test for pre-faulting locked memory
- kvm_svm04 Functional test for VMSAVE/VMLOAD instructions
- arch_prctl01 Test for ARCH_SET_CPUID and ARCH_GET_CPUID
- kallsyms A test to check that it's impossible to read kernel memory from userspace
- unlink09 Negative tests for unlink()
- getrandom05 Negative tests for getrandom()
- gethostname02 Negative tests for gethostname()
- splice08 Test for splicing from /dev/zero and /dev/full
- splice09 Test for splicing to /dev/zero and /dev/null
- shmat04 A regression test for fc0c8f9089c2
("mm, mmap: fix vma_merge() case 7 with vma_ops->close")
- aslr01 Tests that hugepages, that cause addesses to be aligned to higher
order of 2, are not used for libraries when ASLR is enabled.
* Increased coverage
- getsockname01 More negative testcases
- getsockopt01 More negative testcases
- bind01 More negative testcases
- swapon01 Runs on all supported filesystems now
- waitpid01 Tests all deadly signals now
- fanotify01 Tests setting two marks on different filesystems
* Rewritten tests
- msgstress testcases were rewritten into a single msgstress01 test
this should finally fix the test to scale well from small embedded boards
towards big servers
- symlink01 has been split into several testcases, previously several different
testcases were build from the source based on different messy ifdefs
* UCLINUX support was completely removed from LTP
It was unmaintained and partially broken and nobody stepped up to maintain
the support.
* Small runtest files cleanup
- runtest/io was merged into ltp-aiodio.part4
- runtest/cap_bounds and runtest/filecaps were merged into single runtest file
* 32 testcases were converted to the new test library
+ The usual amount of fixes and cleanups
NOTABLE CHANGES IN NETWORK TESTS
================================
brought to you by Petr Vorel
* New tests
- nfs09 Regression test for file truncation on NFS.
* Increased coverage
- nfsstat01.sh: Add support for NFSv4*
* Removed tests
- clockdiff01.sh Testing clockdiff is not relevant nowadays.
- telnet01.sh Testing telnet not make sense nowadays, remove it.
- xinetd_tests.sh Testing xinetd is not relevant nowadays.
- host01.sh The test does not work in all cases since testing host require
proper DNS setup or internet connection. Rather than fixing this
it makes sense to remove the test.
New documentation
=================
We have finally started working on a comprehensive documentation for LTP and
it's test library, the current state can be seen at:
https://linux-test-project.readthedocs.io/en/latest/
DOWNLOAD AND LINKS
==================
The latest version of the test-suite contains 3000+ tests for the Linux
and can be downloaded at:
https://github.com/linux-test-project/ltp/releases/tag/20240524
The project pages as well as GIT repository are hosted on GitHub:
https://github.com/linux-test-project/ltp
If you ever wondered how to write a LTP testcase, don't miss our developer
documentation at:
https://linux-test-project.readthedocs.io/en/latest/developers/test_case_tutorial.html
And our library API documentation at:
https://linux-test-project.readthedocs.io/en/latest/developers/api_c_tests.html
Patches, new tests, bugs, comments or questions should go to to our mailing
list at [email protected].
CREDITS
=======
Many thanks to the people contributing to this release:
git shortlog -s -e -n 20240129..
140 Petr Vorel <[email protected]>
22 Martin Doucha <[email protected]>
25 Yang Xu <[email protected]>
21 Li Wang <[email protected]>
16 Andrea Cervesato <[email protected]>
15 Andrea Manzini <[email protected]>
14 Wei Gao <[email protected]>
10 Cyril Hrubis <[email protected]>
5 Avinesh Kumar <[email protected]>
2 Detlef Riekenberg <[email protected]>
2 Edward Liaw <[email protected]>
4 Hui Min Mina Chou <[email protected]>
2 lufei <[email protected]>
1 Amir Goldstein <[email protected]>
1 Dennis Brendel <[email protected]>
1 Filippo Storniolo <[email protected]>
1 Jan Stancek <[email protected]>
1 Khem Raj <[email protected]>
1 Mete Durlu <[email protected]>
1 Murphy Zhou <[email protected]>
1 Samasth Norway Ananda <[email protected]>
1 Sebastian Chlad <[email protected]>
1 Sergey Ulanov via ltp <[email protected]>
1 Shiyang Ruan <[email protected]>
1 Wenjie Xu <[email protected]>
1 Xiangyu Chen <[email protected]>
1 yangfeng <[email protected]>
And also thanks to patch reviewers:
git log 20240129.. | grep -Ei '(reviewed|acked)-by:' | sed 's/.*by: //' | sort | uniq -c | sort -n -r
125 Petr Vorel <[email protected]>
94 Cyril Hrubis <[email protected]>
31 Li Wang <[email protected]>
15 Andrea Cervesato <[email protected]>
12 Martin Doucha <[email protected]>
11 Avinesh Kumar <[email protected]>
7 Jan Stancek <[email protected]>
3 Marius Kittler <[email protected]>
3 Jan Kara <[email protected]>
2 Amir Goldstein <[email protected]>
1 Wei Gao <[email protected]>
1 Vlastimil Babka <[email protected]>
1 Richard Palethorpe <[email protected]>
1 Matt Bobrowski <[email protected]>
1 Kent Overstreet <[email protected]>
1 Joerg Vehlow <[email protected]>
--
Cyril Hrubis
[email protected]