On Mon, Jun 22, 2026 at 10:52:02AM +0200, Wolfram Sang wrote: > Because 'slot' is used within an RCU read-lock, it must not be accessed > directly but with RCU helpers. Annotate the pointer to enforce checking > this. Sparse confirms the missing annotation:
This patch will not be needed anymore thanks to Matthew's XArray conversion coming with the next iteration.

