UBUNTU: deviations -- note the source of the Hyper-V updates
authorAndy Whitcroft <apw@canonical.com>
Thu, 16 Feb 2012 14:44:31 +0000 (14:44 +0000)
committerLeann Ogasawara <leann.ogasawara@canonical.com>
Mon, 2 Apr 2012 20:21:18 +0000 (13:21 -0700)
Note where we are getting the Hyper-V updates and why.

Signed-off-by: Andy Whitcroft <apw@canonical.com>

debian.master/deviations.txt [new file with mode: 0644]

diff --git a/debian.master/deviations.txt b/debian.master/deviations.txt
new file mode 100644 (file)
index 0000000..7492ca0
--- /dev/null
@@ -0,0 +1,13 @@
+HYPER-V DRIVERS
+F:     drivers/hid/hid-hyperv.c
+F:     drivers/hv/*
+F:     drivers/scsi/storvsc_drv.c
+F:     drivers/staging/hv/*
+
+       Updated version of the Hyper-V storage, network, and mouse drivers
+       from those planned for v3.4.  The drivers in v3.2 simply do not
+       work correctly dropping access to the drive after a few seconds
+       of sustained use.  Testing with the Azure folk showed that the
+       v3.4 drivers worked well in the v3.2 codebase.  Intial version
+       from linux-next pre-merge window, update from v3.4-stable once
+       it releases.