Re: [PATCH v2] rust: configfs: fix release safety documentation

From: Andreas Hindborg

Date: Wed Aug 05 2026 - 09:32:06 EST


Andreas Hindborg <a.hindborg@xxxxxxxxxx> writes:

> Yilin Chen <1479826151@xxxxxx> writes:
>
>> ItemOperationsVTable<Group<Data>, Data>::release() receives a pointer
>> to a config_item, not a config_group.
>>
>> The old Safety docs described the pointer as a config_group embedded in
>> Group<Parent>. Update them to state that the pointer must be the cg_item
>> field of a config_group embedded in a valid Group<Data>.
>>
>> Assisted-by: Codex:GPT-5
>> Signed-off-by: Yilin Chen <1479826151@xxxxxx>
>
> Due to vacation activity, I missed v6.3 for this one. I plan on queuing
> it for v6.4.

v7.4 of course.


Best regards,
Andreas Hindborg