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

zram03 tries to access few sysfs entries that doesn't exist and as a reason reports following error zram03 0 TINFO : create a zram device with 536870912 bytes in size....

Most of regular distributions are shipping the virtual ethernet driver as a kernel module. The test assumes it's built-in. Attempt to load the veth module in the netns_setup() function. It...

Add a general comment to the memcg stress test explaining a bit why it does not clean-up the memory. Signed-off-by: Marcin Wolcendorf

Clean the code. Move global variables' definitions to the files that use them, Change global variable definitions to declarations in header files, make them extern Explicitly declare unused function parameters,...

Add error handling to the calls of memset and sigaction. Signed-off-by: Marcin Wolcendorf [email protected]

In NUMA architecture, Sometimes too many node nodes will cause the system to retain too much free memory. Make the value of "memFree" in the /proc /meminfo file greater than...

Only considers that the configuration is 250Hz when delta = 5. When 100Hz is configured, the delta must be greater than 10ms. So modify delta = 11. Resolve: 1) TFAIL:...

When running ltp/ltpstress test that kernel will generats io error of loop device, which was due to loop io request doesn't finished dispatch before unbinding the loop device. and this...

Currently '-q' option makes the output less verbose but still retains the output from "IDcheck.sh" , ltp footer and some other informations. Sometimes these informations not much relevant if user...

## Premise As I see, this python script hasn't updated for 3 years, and maybe some newest python version, have bug while running it. I had this too, somehow an...