]> Git Repo - linux.git/blob - drivers/staging/android/TODO
efi/x86: add headroom to decompressor BSS to account for setup block
[linux.git] / drivers / staging / android / TODO
1 TODO:
2         - sparse fixes
3         - rename files to be not so "generic"
4         - add proper arch dependencies as needed
5         - audit userspace interfaces to make sure they are sane
6
7
8 ion/
9  - Split /dev/ion up into multiple nodes (e.g. /dev/ion/heap0)
10  - Better test framework (integration with VGEM was suggested)
11
12 vsoc.c, uapi/vsoc_shm.h
13  - The current driver uses the same wait queue for all of the futexes in a
14    region. This will cause false wakeups in regions with a large number of
15    waiting threads. We should eventually use multiple queues and select the
16    queue based on the region.
17  - Add debugfs support for examining the permissions of regions.
18  - Remove VSOC_WAIT_FOR_INCOMING_INTERRUPT ioctl. This functionality has been
19    superseded by the futex and is there for legacy reasons.
20
21 Please send patches to Greg Kroah-Hartman <[email protected]> and Cc:
22 Arve Hjønnevåg <[email protected]> and Riley Andrews <[email protected]>
This page took 0.035974 seconds and 4 git commands to generate.