fc754abc3ad6580a7adfbbada20a5502bf6bc8ed
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / staging / hv / TODO
1 TODO:
2 - fix checkpatch warnings/errors
3 - fix sparse issues
4 - remove List.h usage to use in-kernel list.h instead
5 - remove RingBuffer.c to us in-kernel ringbuffer functions instead.
6 - fix HANDLE usage to be "real" pointers
7 - audit the vmbus to verify it is working properly with the
8 driver model
9 - see if the vmbus can be merged with the other virtual busses
10 in the kernel
11 - audit the network driver
12 - audit the block driver
13 - audit the scsi driver
14
15 Please send patches for this code to Greg Kroah-Hartman <gregkh@suse.de>,
16 Hank Janssen <hjanssen@microsoft.com>, and Haiyang Zhang <haiyangz@microsoft.com>.