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: Fri, 5 Jun 2026 09:30:20 +0000 [thread overview]
Message-ID: <20260605093020.4127-1-linuxtestproject.agent@gmail.com> (raw)
In-Reply-To: <20260605-doc_add_missing_headers-v6-1-678aac302a60@suse.com>
Hi Andrea,
On Fri, Jun 05 2026 11:17:13 +0200, Andrea Cervesato wrote:
> doc: Add missing API references to api_c_tests.rst
--- [PATCH 1/3] ---
> Fixes: eef750db28 ("libs: adopt tse_ prefix for extended (non-core) library")
The Fixes tag references a commit that does not exist in the git
history. `git cat-file -t eef750db28` returns "Not a valid object
name". Either the hash is wrong or the tag should be dropped.
--- [PATCH 2/3] ---
> * - .needs_device
> - TST_NEEDS_DEVICE
>
> + * - .needs_hugetlbfs
> + - \-
> +
> * - removed
> - TST_NEEDS_DRIVERS
The `removed` row corresponds to the formerly-named `.needs_drivers`
field. Alphabetically `needs_drivers` (d) sorts before
`needs_hugetlbfs` (h), so the `removed` row should appear before
`.needs_hugetlbfs`, not after it.
> Add 8 missing struct tst_test fields to the C/Shell API comparison
> table in writing_tests.rst: ...
>
> Add a shell API variables reference section to api_shell_tests.rst
Two independent changes are bundled here: updating the comparison
table in writing_tests.rst and adding the "Shell API variables"
section to api_shell_tests.rst. These touch different files and serve
different purposes. Each should be a separate commit per ground rule 7
(one logical change per patch).
--- [PATCH 3/3] ---
> - ``SAFE_FILE_READ_STR(path, buf)``
The macro is declared in include/tst_safe_file_ops.h as:
#define SAFE_FILE_READ_STR(path, buf, buf_size)
It takes three arguments, not two. The `buf_size` parameter is
missing from the listed signature.
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
--
Mailing list info: https://lists.linux.it/listinfo/ltp
next prev parent reply other threads:[~2026-06-05 9:30 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-05 9:17 [LTP] [PATCH v6 0/3] Complete the documentation adding missing headers Andrea Cervesato
2026-06-05 9:17 ` [LTP] [PATCH v6 1/3] doc: Add missing API references to api_c_tests.rst Andrea Cervesato
2026-06-05 9:30 ` linuxtestproject.agent [this message]
2026-06-05 9:39 ` [LTP] " Andrea Cervesato via ltp
2026-06-07 12:36 ` linuxtestproject.agent
2026-06-05 9:17 ` [LTP] [PATCH v6 2/3] doc: Complete struct tst_test table and shell API docs Andrea Cervesato
2026-06-05 9:17 ` [LTP] [PATCH v6 3/3] doc: Add SAFE_* macros reference page Andrea Cervesato
-- 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-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 15:49 [LTP] [PATCH v3 1/3] " Andrea Cervesato
2026-06-02 17:34 ` [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=20260605093020.4127-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