Re: [PATCH v2] wireguard: allowedips: Use kfree_rcu() instead of call_rcu()

From: Vadim Fedorenko

Date: Mon Jan 12 2026 - 06:42:23 EST


On 12/01/2026 03:10, Fushuai Wang wrote:
Replace call_rcu() + kmem_cache_free() with kfree_rcu() to simplify
the code and reduce function size.

Gentle ping.

I believe you have to resend the patch as it's not going to be
automatically re-evaluated. And you have to rebase it on top of current
net-next. While preparing new patch, please add clear indentification of
the target tree, the subject should look like "[PATCH net-next v3] ..."
in your case.