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.
- [PATCH v3 0/5] kasan: support alloca, LLVM Paul Lawrence
- [PATCH v3 3/5] kasan: support alloca() poisoning Paul Lawrence
- Re: [PATCH v3 3/5] kasan: support alloca() pois... Dmitry Vyukov
- Re: [PATCH v3 3/5] kasan: support alloca() pois... Christoph Hellwig
- Re: [PATCH v3 3/5] kasan: support alloca() ... Andrey Ryabinin
- Re: [PATCH v3 3/5] kasan: support alloc... Andrey Ryabinin
- [PATCH v3 1/5] kasan: add compiler support for clan... Paul Lawrence
- [PATCH v3 4/5] kasan: Add tests for alloca poisonon... Paul Lawrence
- [PATCH v3 5/5] kasan: added functions for unpoisoni... Paul Lawrence
- [PATCH v3 2/5] kasan/Makefile: Support LLVM style a... Paul Lawrence
- Re: [PATCH v3 2/5] kasan/Makefile: Support LLVM... Andrey Ryabinin
- Re: [PATCH v3 2/5] kasan/Makefile: Support ... Andrey Ryabinin
- Re: [PATCH v3 0/5] kasan: support alloca, LLVM Dmitry Vyukov