aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/lists.py
diff options
context:
space:
mode:
authorVladimir Murzin <[email protected]>2016-08-15 11:10:32 +0100
committerTomi Valkeinen <[email protected]>2016-09-07 12:06:53 +0300
commit220be8d0e1729fc6f4bb10b009393cd0c1f5574e (patch)
tree94e526fc4d1fcd1361e753c6a32b8e389541887a /scripts/gdb/linux/lists.py
parent95cc44a04f4c364affbc194820ad4ca5ab88f30c (diff)
fbdev: vfb: simplify memory management
Substitute home-brewed memory management for framebuffer memory with what core mm provide us: vmalloc_32_user() and remap_vmalloc_range() The former is designed to allocate virtually contiguous area which is 32bit addressable and zeroed so it can be mapped to userspace without leaking data. The latter does the similar job to remap_pfn_range() but additionally validate vmalloc'ed area and it's size. Signed-off-by: Vladimir Murzin <[email protected]> Signed-off-by: Tomi Valkeinen <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/lists.py')
0 files changed, 0 insertions, 0 deletions