commit | 2a5404bfd9273efe7e6d938093f828994bccabb0 | [log] [tgz] |
---|---|---|
author | Olav Haugan <ohaugan@codeaurora.org> | Wed Feb 01 17:51:30 2012 -0800 |
committer | Olav Haugan <ohaugan@codeaurora.org> | Fri Feb 03 08:58:45 2012 -0800 |
tree | 6c6383310431a1d20285363639d6d8e5059e9158 | |
parent | ea66e7aa4b5e668de0ee9875be723c59260c5544 [diff] |
gpu: ion: Add check for cached kernel mappings An ION content protection heap should not allow cached kernel space mapping for a heap that is protected. Also, ION should not allow a heap that has outstanding cached kernel space mappings to be protected. These checks will ensure that the kernel doesn't try to access memory that is locked down and it cannot access. Change-Id: I1f4a392d94ae8ae59c52978cfd0890e1a13fd39a Signed-off-by: Olav Haugan <ohaugan@codeaurora.org>