Re: [PATCH net-next v3] wireguard: allowedips: Use kfree_rcu() instead of call_rcu()

From: Simon Horman

Date: Wed Jan 14 2026 - 10:41:19 EST


On Mon, Jan 12, 2026 at 09:06:33PM +0800, Fushuai Wang wrote:
> From: Fushuai Wang <wangfushuai@xxxxxxxxx>
>
> Replace call_rcu() + kmem_cache_free() with kfree_rcu() to simplify
> the code and reduce function size.
>
> Signed-off-by: Fushuai Wang <wangfushuai@xxxxxxxxx>

Thanks,

I believe this address prior review and moreover I agree
with the approach taken here.

Reviewed-by: Simon Horman <horms@xxxxxxxxxx>

...