Re: [PATCH] keys/keyctl: Use kfree_rcu instead of kfree

From: Siddh Raman Pant
Date: Sat Jul 23 2022 - 11:29:04 EST


On Sat, 23 Jul 2022 20:20:49 +0530 James Bottomley <James.Bottomley@xxxxxxxxxxxxxxxxxxxxx> wrote:
> That doesn't apply in this case, does it? watch and wlist are locally
> allocated and neither has been made externally visible if the error leg
> is taken, so they should just be locally freed, which is what the code
> was doing before this proposed patch.

You are correct.

Sorry for this, I should have looked at it for a tad bit more.

Thanks,
Siddh