Re: [PATCH v2] wireguard: allowedips: Use kfree_rcu() instead of call_rcu()
From: Vadim Fedorenko <vadim.fedorenko@linux.dev>
Date: 2026-01-12 11:42:23
Also in:
lkml
From: Vadim Fedorenko <vadim.fedorenko@linux.dev>
Date: 2026-01-12 11:42:23
Also in:
lkml
On 12/01/2026 03:10, Fushuai Wang wrote:
quoted
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.