commit | a24e0237dadcd032eeb8685283908ed0967e40f3 | [log] [tgz] |
---|---|---|
author | Shiraz Hashim <shashim@codeaurora.org> | Mon Feb 15 16:26:37 2016 +0530 |
committer | Patrick Daly <pdaly@codeaurora.org> | Wed Mar 29 12:50:43 2017 -0700 |
tree | 038544a0f0748c518c32622097d97352d5bb1115 | |
parent | 23f8a2f5f2e083b339521d24f2e4391426192772 [diff] |
drivers: dma-contiguous: remove cma regions from kmemleak scan cma regions can be allocated for secure use cases where the virtual mapping is removed. kmemleak scan can try to scan through this mapping causing mmu faults. Hence free cma regions from kmemleak scan. Change-Id: I2cc66423ec9ec539905cc8d07bbc40fa43e695bd Signed-off-by: Shiraz Hashim <shashim@codeaurora.org> Signed-off-by: Patrick Daly <pdaly@codeaurora.org>