5/5
IB/rdmavt: use kzalloc() to allocate QPN-map pages
get_map_page() allocates bitmap pages using get_zeroed_page(). The bitmaps can be allocated with kmalloc() as there’s nothing special about them to go directly to the page allocator. kmalloc() provi