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

From: Paul E. McKenney
Date: Wed Feb 07 2018 - 23:09:31 EST


On Wed, Feb 07, 2018 at 08:55:47AM -0600, Christopher Lameter wrote:
> 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().

Ah, even more fun, then! ;-)

Thanx, Paul