android: ion: push cma heap to kmemleak_ignore
authorCho KyongHo <pullip.cho@samsung.com>
Thu, 12 Apr 2018 11:18:02 +0000 (20:18 +0900)
committerYoungmin Nam <youngmin.nam@samsung.com>
Thu, 17 May 2018 01:59:15 +0000 (10:59 +0900)
commit70ce34b6b4a2c0500369030a6b08318814841a5d
tree12e4c4ce74285f5a98d085cda63e85fc6cece574
parent6d5ddd2471331e749c8eb096e88c1f9d83dfef11
android: ion: push cma heap to kmemleak_ignore

A reserved memory allocated by memblock is traceable by kmemleak. It
also applies to CMA areas. But CMA areas are different from other
reserved memories. They are unreserved after the kmem is initialized.
It means that the pages in CMA areas are not allocated/reserved once
all pages in CMA areas are returned to the kernel page allocator.
Therefore a reserved memory to be a CMA area should be ignored by
kmemleak.

Change-Id: I17c6511bb2b9ad1279821092fe8ba1a0d0a63e6b
Signed-off-by: Cho KyongHo <pullip.cho@samsung.com>
drivers/staging/android/ion/ion_fdt_exynos.c