[LTP] [PATCH v2] nm01: Fix BSD vs POSIX format comparison failure on Power
Petr Vorel
pvorel@suse.cz
Wed May 20 10:23:14 CEST 2026
Previous message (by thread):
[LTP] [PATCH v2] nm01: Fix BSD vs POSIX format comparison failure on Power
Next message (by thread):
[LTP] [PATCH] Patch:V2:creat07():Added new_behavior flag to detect kernel version > 6.11 : Tests that creat() succeeds (write to executed file allowed) Removed the old skip logic that did TCONF on kernel >= 6.11 Added one static variable exp_errno to store expected result: -1 means creat() should succeed ETXTBSY means it should fail with that errno setup() now sets exp_errno from kernel version Simplified verify_creat(): if expected is success, call creat(), close fd, print TPASS if expected is failure, use TST_EXP_FAIL2() for ETXTBSY Removed extra verbose kernel-info messages Removed exec of external child binary and replaced it with an in-process forked child using TST_CHECKPOINT_WAKE() + pause() Removed .resource_files from test
Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Hi Wei, Andrea, FYI merged, thank you! Kind regards, Petr
Previous message (by thread):
[LTP] [PATCH v2] nm01: Fix BSD vs POSIX format comparison failure on Power
Next message (by thread):
[LTP] [PATCH] Patch:V2:creat07():Added new_behavior flag to detect kernel version > 6.11 : Tests that creat() succeeds (write to executed file allowed) Removed the old skip logic that did TCONF on kernel >= 6.11 Added one static variable exp_errno to store expected result: -1 means creat() should succeed ETXTBSY means it should fail with that errno setup() now sets exp_errno from kernel version Simplified verify_creat(): if expected is success, call creat(), close fd, print TPASS if expected is failure, use TST_EXP_FAIL2() for ETXTBSY Removed extra verbose kernel-info messages Removed exec of external child binary and replaced it with an in-process forked child using TST_CHECKPOINT_WAKE() + pause() Removed .resource_files from test
Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the ltp mailing list