K 10 svn:author V 4 manu K 8 svn:date V 27 2020-05-10T13:07:00.758780Z K 7 svn:log V 297 linuxkpi: Add bitmap_alloc and bitmap_free This is a simple call to kmallock_array/kfree, therefore include linux/slab.h as this is where the kmalloc_array/kfree definition is. Sponsored-by: The FreeBSD Foundation Reviewed by: hselsasky Differential Revision: https://reviews.freebsd.org/D24794 END