ltp
ltp copied to clipboard
Linux Test Project (mailing list: https://lists.linux.it/listinfo/ltp)
LTP requires special user and group to be presented (check [IDcheck.sh](https://github.com/linux-test-project/ltp/blob/master/IDcheck.sh) script). Instead of hard-wired them in tests it'd be great to have `tst_user()` and `tst_group()` which would allow via...
Fix spelling errors in pthcli description
See the discussion in: https://lists.linux.it/pipermail/ltp/2021-September/025017.html
Out of tree builds with the open posix testsuite enabled fail: ``` .../ltp/testcases/open_posix_testsuite/Makefile:38: Makefile.linux: No such file or directory make[2]: *** No rule to make target 'Makefile.linux'. Stop. ```
There are policy examples in testcases/kernel/security/integrity/ima/datafiles for ima_keys, ima_kexec and ima_policy. It'd be good to automatically load it for tests which don't load any policy to avoid `TCONF`. Things are...
The msgstress tests (previously msgctl08 - msgctl11) should scale number of processes accordingly to the amount of free RAM, currently the hardcoded values needs slightly more than 1GB on x86_64...
As it is now we only test the very basic flags for epoll events, so far there seems to be only tests that do work with EPOLLIN and EPOLLOUT, but...
Details at: https://lore.kernel.org/lkml/1628086770.5rn8p04n6j.none@localhost/ https://www.spinics.net/lists/linux-api/msg49762.html
The reproducer is as simple as: Out of memory (oom) killing a process that has large spans of mlocked memory can result in a bad memory access or a NULL...
There are three CVEs connected to the TCP SACK kernel handling, the most important is remote panic CVE-2019-11477 then there are two denials of service CVE-2019-11478 and CVE-2019-11479. See also:...