commit | dc3814f404dfb82fc40f403725ad0548c9541d09 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Fri May 08 17:05:44 2015 -0700 |
committer | Joerg Roedel <jroedel@suse.de> | Mon May 11 18:47:52 2015 +0200 |
tree | 8b7ce0788f3a31d09a2421d65755a1dffa6d2f3c | |
parent | 030bbdbf4c833bc69f502eae58498bc5572db736 [diff] |
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 <ccross@android.com> Signed-off-by: Dmitry Torokhov <dtor@chromium.org> Signed-off-by: Joerg Roedel <jroedel@suse.de>