[LTP] [PATCH v2 03/10] setxattr01: add setxattrat variant
Cyril Hrubis
chrubis@suse.cz
Tue Oct 7 14:29:29 CEST 2025
Hi!
Looks good to me:
Reviewed-by: Cyril Hrubis <chrubis@suse.cz>
...
> if (TST_RET == -1 && TST_ERR == EOPNOTSUPP)
> - tst_brk(TCONF, "setxattr(2) not supported");
> + tst_brk(TCONF, "%s(2) not supported", sysname);
Can we please, in a subsequent patch, convert this part to our standard
approach where we check for the availability in the test setup and
expect the syscalls to be present if kernel is new enough?
--
Cyril Hrubis
chrubis@suse.cz
More information about the ltp
mailing list