Re: [PATCH v3 14/15] kasan: add a test for kmem_cache_alloc/free_bulk

2021-01-15 Thread Andrey Konovalov
On Fri, Jan 15, 2021 at 2:49 PM Alexander Potapenko wrote: > > On Fri, Jan 15, 2021 at 2:16 PM Marco Elver wrote: > > > > On Thu, Jan 14, 2021 at 08:36PM +0100, Andrey Konovalov wrote: > > > Add a test for kmem_cache_alloc/free_bulk to make sure there are no > > > false-positives when these funct

Re: [PATCH v3 14/15] kasan: add a test for kmem_cache_alloc/free_bulk

2021-01-15 Thread Alexander Potapenko
On Fri, Jan 15, 2021 at 2:16 PM Marco Elver wrote: > > On Thu, Jan 14, 2021 at 08:36PM +0100, Andrey Konovalov wrote: > > Add a test for kmem_cache_alloc/free_bulk to make sure there are no > > false-positives when these functions are used. > > > > Link: > > https://linux-review.googlesource.com/

Re: [PATCH v3 14/15] kasan: add a test for kmem_cache_alloc/free_bulk

2021-01-15 Thread Marco Elver
On Thu, Jan 14, 2021 at 08:36PM +0100, Andrey Konovalov wrote: > Add a test for kmem_cache_alloc/free_bulk to make sure there are no > false-positives when these functions are used. > > Link: > https://linux-review.googlesource.com/id/I2a8bf797aecf81baeac61380c567308f319e263d > Signed-off-by: And

[PATCH v3 14/15] kasan: add a test for kmem_cache_alloc/free_bulk

2021-01-14 Thread Andrey Konovalov
Add a test for kmem_cache_alloc/free_bulk to make sure there are no false-positives when these functions are used. Link: https://linux-review.googlesource.com/id/I2a8bf797aecf81baeac61380c567308f319e263d Signed-off-by: Andrey Konovalov --- lib/test_kasan.c | 38 +