From: linuxtestproject.agent@gmail.com
To: Andrea Cervesato <andrea.cervesato@suse.de>
Cc: ltp@lists.linux.it
Subject: Re: [LTP] doc: Add missing API references to api_c_tests.rst
Date: Tue, 2 Jun 2026 17:34:30 +0000 [thread overview]
Message-ID: <20260602173430.4191-1-linuxtestproject.agent@gmail.com> (raw)
In-Reply-To: <20260602-doc_add_missing_headers-v3-1-474deff77d2a@suse.com>
Hi,
[PATCH 1/3] doc: Add missing API references to api_c_tests.rst
The commit message accurately describes the changes. The Fixes: tag is
correct. The kernel-doc format conversions look good overall, but there
is one bug (see below).
> diff --git a/include/tst_fuzzy_sync.h b/include/tst_fuzzy_sync.h
> ...
> +/**
> + * tst_fzsync_wait_a() - Wait in thread A.
> + * @pair: Fuzzy sync pair.
> + */
> */
> static inline void tst_fzsync_wait_a(struct tst_fzsync_pair *pair)
BUG: The patch adds a new closing `*/` at line 617 but does not remove
the pre-existing `*/` at line 618 (the old comment's closing marker).
The result in the file is two consecutive `*/` lines:
614: /**
615: * tst_fzsync_wait_a() - Wait in thread A.
616: * @pair: Fuzzy sync pair.
617: */
618: */ <-- stray; causes a compilation error
619: static inline void tst_fzsync_wait_a(struct tst_fzsync_pair *pair)
A bare `*/` at file scope is invalid C and will fail to compile.
Please drop line 618.
Verdict: Needs revision ✗
---
[PATCH 2/3] doc: Complete struct tst_test table and shell API docs
The eight new .struct tst_test rows all correspond to real fields in
include/tst_test.h. The mnt_flags / min_swap_avail re-ordering is
correct (alphabetical order is now min_r < min_s < mnt_f). The shell
API variable reference section has been verified against the
implementation in testcases/lib/tst_test.sh:
- TST_CHECKPOINT_WAIT/WAKE/WAKE2/WAKE_AND_WAIT signatures are accurate.
- TST_RETRY_FUNC (2 args) and TST_RETRY_FN_EXP_BACKOFF (3 args) match.
- TST_NEEDS_KCONFIGS_IFS default delimiter (comma) is correct.
- TST_DEVICE_SIZE, TST_SKIP_IN_LOCKDOWN, TST_SKIP_IN_SECUREBOOT,
TST_TIMEOUT all match the shell library.
- .forks_child / .runs_script as "not applicable" in shell is correct.
- .min_runtime / .needs_abi_bits as \- (no shell equivalent) is correct.
Verdict: Reviewed-by: LTP AI Reviewer <ltp-ai-reviewer@example.com> ✓
---
[PATCH 3/3] doc: Add SAFE_* macros reference page
The new api_safe_macros.rst file lists 245 SAFE_* entries, matching
the count in the commit message. The SAFE_MMAP signature was verified
against tst_safe_macros_inline.h. The toctree placement in doc/index.rst
(after api_c_tests, before api_shell_tests) is logical. The For
Developers section blurb is accurate.
Verdict: Reviewed-by: LTP AI Reviewer <ltp-ai-reviewer@example.com> ✓
---
Series verdict: Needs revision
The only blocking issue is in patch 1/3: the duplicate `*/` on line 618
of include/tst_fuzzy_sync.h, introduced when converting the
tst_fzsync_wait_a() comment to kernel-doc format. This is a compilation
error. Patches 2/3 and 3/3 look good.
LTP AI Reviewer
--
Mailing list info: https://lists.linux.it/listinfo/ltp
next prev parent reply other threads:[~2026-06-02 17:34 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-02 15:49 [LTP] [PATCH v3 0/3] Complete the documentation adding missing headers Andrea Cervesato
2026-06-02 15:49 ` [LTP] [PATCH v3 1/3] doc: Add missing API references to api_c_tests.rst Andrea Cervesato
2026-06-02 17:34 ` linuxtestproject.agent [this message]
2026-06-02 15:49 ` [LTP] [PATCH v3 2/3] doc: Complete struct tst_test table and shell API docs Andrea Cervesato
2026-06-02 15:49 ` [LTP] [PATCH v3 3/3] doc: Add SAFE_* macros reference page Andrea Cervesato
2026-06-02 16:15 ` [LTP] [PATCH v3 0/3] Complete the documentation adding missing headers Andrea Cervesato via ltp
-- strict thread matches above, loose matches on Subject: below --
2026-06-12 8:27 [LTP] [PATCH v8 1/2] doc: Add missing API references to api_c_tests.rst Andrea Cervesato
2026-06-12 12:27 ` [LTP] " linuxtestproject.agent
2026-06-09 10:31 [LTP] [PATCH v7 1/2] " Andrea Cervesato
2026-06-09 12:43 ` [LTP] " linuxtestproject.agent
2026-06-05 9:17 [LTP] [PATCH v6 1/3] " Andrea Cervesato
2026-06-05 9:30 ` [LTP] " linuxtestproject.agent
2026-06-05 9:39 ` Andrea Cervesato via ltp
2026-06-07 12:36 ` linuxtestproject.agent
2026-06-04 8:45 [LTP] [PATCH v5 1/3] " Andrea Cervesato
2026-06-04 9:34 ` [LTP] " linuxtestproject.agent
2026-06-04 10:17 ` linuxtestproject.agent
2026-06-03 9:56 [LTP] [PATCH v4 1/3] " Andrea Cervesato
2026-06-03 14:40 ` [LTP] " linuxtestproject.agent
2026-06-02 10:09 [LTP] [PATCH v2 1/3] " Andrea Cervesato
2026-06-02 11:40 ` [LTP] " linuxtestproject.agent
2026-06-01 10:36 [LTP] [PATCH 1/3] " Andrea Cervesato
2026-06-01 13:41 ` [LTP] " linuxtestproject.agent
2026-06-01 13:56 ` Andrea Cervesato via ltp
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260602173430.4191-1-linuxtestproject.agent@gmail.com \
--to=linuxtestproject.agent@gmail.com \
--cc=andrea.cervesato@suse.de \
--cc=ltp@lists.linux.it \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox