]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - src/patches/suse-2.6.27.39/patches.drivers/staging-hv-add-a-todo-file.patch
Fix oinkmaster patch.
[people/pmueller/ipfire-2.x.git] / src / patches / suse-2.6.27.39 / patches.drivers / staging-hv-add-a-todo-file.patch
1 From foo@baz Wed Jul 15 10:21:36 PDT 2009
2 Date: Wed, 15 Jul 2009 10:21:36 -0700
3 From: Greg Kroah-Hartman <gregkh@suse.de>
4 Subject: Staging: hv: add a TODO file
5
6 From: Greg Kroah-Hartman <gregkh@suse.de>
7
8 First cut at what needs to be done to this codebase.
9
10 Cc: Hank Janssen <hjanssen@microsoft.com>
11 Cc: Haiyang Zhang <haiyangz@microsoft.com>
12 Signed-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>