Re: [PATCH v2 1/3] rust: helpers: Add list helpers for C linked list operations

From: Joel Fernandes
Date: Tue Nov 25 2025 - 17:53:18 EST




On 11/25/2025 2:48 PM, John Hubbard wrote:
> On 11/25/25 10:16 AM, Joel Fernandes wrote:
>>> On Nov 25, 2025, at 9:52 AM, Alexandre Courbot <acourbot@xxxxxxxxxx> wrote:
>>> On Wed Nov 12, 2025 at 2:13 AM JST, Joel Fernandes wrote:
> ...
>>> Just noticed, but of these helpers only `INIT_LIST_HEAD` and
>>> `list_add_tail` seem to be used (in doccomments).
>>
>> Correct, but it makes sense to add the most obvious/common ones (also to make it clear that using these are supported).
>>
>
> It's important to exercise the code. Let's please add that
> coverage, seeing as how it is quite easy to do, right?

Sure, I will add that.

Thanks.