]> git.ipfire.org Git - ipfire-2.x.git/blame - src/patches/suse-2.6.27.39/patches.drivers/staging-hv-add-a-todo-file.patch
Fix oinkmaster patch.
[ipfire-2.x.git] / src / patches / suse-2.6.27.39 / patches.drivers / staging-hv-add-a-todo-file.patch
CommitLineData
2cb7cef9
BS
1From foo@baz Wed Jul 15 10:21:36 PDT 2009
2Date: Wed, 15 Jul 2009 10:21:36 -0700
3From: Greg Kroah-Hartman <gregkh@suse.de>
4Subject: Staging: hv: add a TODO file
5
6From: Greg Kroah-Hartman <gregkh@suse.de>
7
8First cut at what needs to be done to this codebase.
9
10Cc: Hank Janssen <hjanssen@microsoft.com>
11Cc: Haiyang Zhang <haiyangz@microsoft.com>
12Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
13
14---
15 drivers/staging/hv/TODO | 15 +++++++++++++++
16 1 file changed, 15 insertions(+)
17
18--- /dev/null
19+++ b/drivers/staging/hv/TODO
20@@ -0,0 +1,15 @@
21+TODO:
22+ - fix checkpatch warnings/errors
23+ - fix sparse issues
24+ - remove compatibility layer
25+ - fix HANDLE usage to be "real" pointers
26+ - audit the vmbus to verify it is working properly with the
27+ driver model
28+ - see if the vmbus can be merged with the other virtual busses
29+ in the kernel
30+ - audit the network driver
31+ - audit the block driver
32+ - audit the scsi driver
33+
34+Please send patches for this code to Greg Kroah-Hartman <gregkh@suse.de>
35+and Hank Janssen <hjanssen@microsoft.com>