Re: [PATCH v3 3/5] kasan: support alloca() poisoning

From: Christoph Hellwig
Date: Mon Dec 04 2017 - 11:42:55 EST


I don't think we are using alloca in kernel mode code, and we shouldn't.
What do I miss? Is this hidden support for on-stack VLAs? I thought
we'd get rid of them as well.