ltp
ltp copied to clipboard
Linux Test Project (mailing list: https://lists.linux.it/listinfo/ltp)
This mount_setattr syscall has been introduced to change properties of a mount or mount tree since kernel 5.12. Also it has detailed man-pages see [mount_setattr.2](https://www.man7.org/linux/man-pages/man2/mount_setattr.2.html).
process_madvise syscall is not yet tested in the cma testing suite. Please check https://lwn.net/Articles/789153/
Although we have basic `sched_get_priority_{max,min}()` tests, `SCHED_RESET_ON_FORK` deserves it's own test to detect children created by fork(2) do not inherit privileged scheduling policies. https://man7.org/linux/man-pages/man2/sched_setscheduler.2.html https://man7.org/linux/man-pages/man7/sched.7.html https://lwn.net/Articles/335203/ https://lore.kernel.org/ltp/Ye615gN0Yv1%2FWskD@pevik/
Folks from DPDK have very nice patchwork extensions: on [1], they have * Their `Success / Warning / Fail` column contains colored numbers (see S/W/F in [1]) * Patch view...
https://lwn.net/Articles/866112/ https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=595b28fb0c8949463d8ec1e485f36d17c870ddb2 There are some selftests but I haven't checked if the coverage is sufficient.
Hi, Could you please tell what are the required/must packages to make all netns tests Pass? It will be great help. Thanks
See: http://man7.org/linux/man-pages/man2/ioprio_set.2.html
i have tried to run with the latest LTP too but the same error is getting reproduced attaching complete log of network testcases tst_kconfig.c:64: TINFO: Parsing kernel config '/proc/config.gz' tst_test.c:1311:...
There is no point in having two different directories with semop() testcaes so it would make sense to move these two tests into the syscalls/ipc/semop/ directory as semop04 and semop05...
The test uses an old library tlibio.c that is stuck in the top level lib/ directory. If nothing else the tlibio.c should be moved into a separate library, e.g. libs/tlibio/...