Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
iommu/exynos: Tell kmemleak to ignore 2nd level page tables
The pointers to the 2nd level page tables are converted to 1st level page table entries, which means kmemleak can't find them and assumes they have been leaked. Call kmemleak_ignore on the 2nd level page tables to prevent them from showing up in kmemleak reports. Signed-off-by: Colin Cross <[email protected]> Signed-off-by: Dmitry Torokhov <[email protected]> Signed-off-by: Joerg Roedel <[email protected]>
- Loading branch information