Re: [PATCH 2/4] signal: Make flush_sigqueue() use free_q to release memory

From: Christopher Lameter
Date: Fri Mar 22 2019 - 13:50:23 EST


On Fri, 22 Mar 2019, Waiman Long wrote:

> I am looking forward to it.

There is also alrady rcu being used in these paths. kfree_rcu() would not
be enough? It is an estalished mechanism that is mature and well
understood.