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

Hi `uname -a Linux eLxr 6.1.0-29-amd64 #1 SMP PREEMPT_DYNAMIC eLxr 6.1.123-elxr1-1 (2025-01-20) x86_64 GNU/Linux` `LTP Version : 20240129` got a failed test case when i executed './runltp -f net.tirpc_tests -s...

Filesystem setup change cce6188916b9334a1395baa97654d83a13ff3278 would deserve a test. Some possible examples of more filesystems or single filesystem with various options. ```C static struct tst_test test = { ... .filesystems =...

easyhack
ci

kerneldoc in `struct tst_test` is quite long already but it does not contain examples. It'd be nice to modify https://github.com/linux-test-project/ltp/tree/master/doc/conf.py to cat content of (some) tests in https://github.com/linux-test-project/ltp/tree/master/lib/newlib_tests/ either into...

documentation

TODO: formulate based on tips on ML https://lore.kernel.org/ltp/[email protected]/ https://lore.kernel.org/ltp/[email protected]/ https://lore.kernel.org/ltp/20250515194826.GB501284@pevik/ Also related Cyril's patch: lib: LTP_SINGLE_FS_TYPE fix fuse blacklist https://patchwork.ozlabs.org/project/ltp/patch/[email protected]/

enhancement
TODO

I have identified these issues through static auditing and would like to provide a brief report. Considering this is a test tool, the impact of not fixing them may be...

bug

> I believe this has introduced a NULL deref to all LTP testcases that fail the arch test and become skipped. update_results() is designed to handle a NULL results pointer,...

[root@localhost newlib_tests]#cat /etc/os-release NAME="CentOS Linux" VERSION="8 (Core)" ID="centos" ID_LIKE="rhel fedora" VERSION_ID="8" PLATFORM_ID="platform:el8" PRETTY_NAME="CentOS Linux 8 (Core)" ANSI_COLOR="0;31" CPE_NAME="cpe:/o:centos:centos:8" HOME_URL="https://www.centos.org/" BUG_REPORT_URL="https://bugs.centos.org/" steps: 1、spack install --overwrite --keep-stage --no-checksum -y ltp@20250130 2、cd ltp@20250130...

bug
ci

Because https://github.com/linux-test-project/ltp/issues/599 is finally going to happen thanks to @acerv we may consider to run `make check` for a patchset. It definitely should be a warning (not a failure) until...

ci

Tip from @[Werkov](https://github.com/Werkov) for tests in [testcases/kernel/controllers/memcg/](https://github.com/linux-test-project/ltp/tree/master/testcases/kernel/controllers/memcg/) which are based on test_memcontrol.c from kselftests. Kselftest test [tools/testing/selftests/cgroup/test_memcontrol.c](https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/tools/testing/selftests/cgroup/test_memcontrol.c) got a tip on https://lore.kernel.org/linux-kselftest/[email protected]/: > Ideally we want to calculate these values...

enhancement

When running `kernbench` on a source tree that contains files with spaces or special characters in their paths, the script prints errors like: cat: ./tools/testing/selftests/devices/probe/boards/Dell: No such file or directory...