Merge e15e06a839 ("lib/test_maple_tree: add testing for maple tree") into android-mainline

Steps on the way to 6.1-rc1

Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: Id639701170c1b427abbd641d3f133dbdc1d93e06
This commit is contained in:
Greg Kroah-Hartman 2022-10-20 14:19:47 +02:00
commit cd41ea0975
20 changed files with 46737 additions and 7 deletions

View file

@ -41,4 +41,8 @@ struct kmem_cache *kmem_cache_create(const char *name, unsigned int size,
unsigned int align, unsigned int flags,
void (*ctor)(void *));
void kmem_cache_free_bulk(struct kmem_cache *cachep, size_t size, void **list);
int kmem_cache_alloc_bulk(struct kmem_cache *cachep, gfp_t gfp, size_t size,
void **list);
#endif /* _TOOLS_SLAB_H */