Re: [PATCH V2] megaraid: kmemleak: Track page allocation for fusion

From: Christoph Hellwig
Date: Fri Sep 15 2017 - 14:00:15 EST


I think the megaraid fusion code has a deeper problem here.

Instead of playing weird games with get_free_pages and vmalloc
the structure just needs to shrink by moving all the arrays
of MAX_MSIX_QUEUES_FUSION size into a separate allocation for each,
and then we have normall, small kmalloc allocations.