Re: [PATCH 0/2] rcu: Transform kfree_rcu() into kvfree_rcu()

From: Christopher Lameter
Date: Wed Feb 07 2018 - 09:55:54 EST


On Tue, 6 Feb 2018, Paul E. McKenney wrote:

> So it is OK to kvmalloc() something and pass it to either kfree() or
> kvfree(), and it had better be OK to kvmalloc() something and pass it
> to kvfree().

kvfree() is fine but not kfree().