Staging: hv: TODO: add some more items
[wandboard.git] / drivers / staging / hv / TODO
blob113ca3fb45336c7aeff73c56b30e97ca119a2694
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
15 Please send patches for this code to Greg Kroah-Hartman <gregkh@suse.de>
16 and Hank Janssen <hjanssen@microsoft.com>