[LTP] doc: Fix examples and generated links

linuxtestproject.agent@gmail.com linuxtestproject.agent@gmail.com
Thu Sep 10 12:47:08 CEST 2026


Hi Andrea,

On Thu Sep 10 10:33:41 2026 +0200, Andrea Cervesato wrote:
> doc: Fix examples and generated links

--- [PATCH 7/9] ---

> +#define SAFE_FILE_VPRINTF(path, fmt, va) \
> +	safe_file_vprintf(__FILE__, __LINE__, NULL, \
> +			  (path), (fmt), (va))
> +

safe_file_vprintf() is static in lib/safe_file_ops.c and not declared in
include/tst_safe_file_ops.h, causing build failure on any call.
Remove SAFE_FILE_VPRINTF or export and document safe_file_vprintf()
in a separate patch.

Verdict - Needs revision

---
Note:

The agent can sometimes produce false positives although often its
findings are genuine. If you find issues with the review, please
comment this email or ignore the suggestions.

Regards,
LTP AI Reviewer


More information about the ltp mailing list