Re: [PATCH v2] wireguard: allowedips: Use kfree_rcu() instead of call_rcu()
From: Fushuai Wang <hidden>
Date: 2026-01-12 03:10:56
Also in:
lkml
From: Fushuai Wang <hidden>
Date: 2026-01-12 03:10:56
Also in:
lkml
Replace call_rcu() + kmem_cache_free() with kfree_rcu() to simplify the code and reduce function size.
Gentle ping. --- Regards, WANG