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

The name parameter of shm_open needs to start with a forward slash: The operation of shm_open() is analogous to that of open(2). name specifies the shared memory object to be...

It'd be good to have a simple test that sets up extended attributes and expects a file to be accessible or not. For more info see: https://lore.kernel.org/ltp/[email protected]/ https://patchwork.ozlabs.org/project/ltp/patch/[email protected]/#3593023 NOTE: We...

missing coverage
easyhack

Source code: kernel/syscalls/msync/msync01.c If run the command "msync01" without any options, the test tries to do the following: 1. open/create a file 2. mmap this file 3. memset part of...

We have few Y2038 related fixes, then need to be improved: - https://patchwork.ozlabs.org/project/ltp/patch/[email protected]/ - https://patchwork.ozlabs.org/project/ltp/patch/[email protected]/ - https://patchwork.ozlabs.org/project/ltp/patch/[email protected]/ - https://patchwork.ozlabs.org/project/ltp/patch/[email protected]/ NOTE: patchwork is wrong, the author and sender is Jiaying Song...

bug

`make check` does not work in [`include/lapi`](https://github.com/linux-test-project/ltp/tree/master/include/lapi), because there is no `Makefile`.

bug
build system
check

Missing support for the "files" controller in LTP causes the "cgroup_regression_test.sh" test to fail. In my test environment: - kernel version: 6.6.0, and the last entry in /proc/cgroups is "files"...

Add a test `process_mrelease` syscall (kernel 5.15) https://kernelnewbies.org/Linux_5.15#Introduce_process_mrelease.282.29_system_call https://lwn.net/Articles/865341/

missing coverage

Create separate page with a list of CVE reproducers. Generated in [`doc/conf.py`](https://github.com/linux-test-project/ltp/blob/d09ba862f5e855e6fb48b8086eb3ac485fe7995b/doc/conf.py), similarly to `generate_syscalls_stats`. https://lore.kernel.org/ltp/[email protected]/ https://lore.kernel.org/ltp/20250812114540.GC843668@pevik/

documentation

[@metan-ucw suggested](https://lore.kernel.org/ltp/[email protected]/) to generate [`runtest/cve`](https://github.com/linux-test-project/ltp/blob/master/runtest/cve) from metadata info could be a first step to move from [static runtest files](https://github.com/linux-test-project/ltp/tree/master/runtest). [@metan-ucw found](https://lore.kernel.org/ltp/[email protected]/) that it would require to storetest variants (do not...

enhancement
metadata