On Wed, 22 Jan 2025 15:34:56 +0800, lirongqing wrote: > The callback function of call_rcu() just calls kvfree(), so we can > use kvfree_rcu() instead of call_rcu() + callback function. Applied to kvm-x86 misc, with a heavily rewritten changelog to call out the rcu_barrier() wrinkles (I'm pretty sure it's, very technically, a bug fix). Thanks! [1/1] KVM: x86: use kvfree_rcu to simplify the code https://github.com/kvm-x86/linux/commit/82c470121c7b -- https://github.com/kvm-x86/linux/tree/next