aboutsummaryrefslogtreecommitdiffstats
path: root/f07.patch
diff options
Diffstat (limited to 'f07.patch')
-rw-r--r--f07.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/f07.patch b/f07.patch
index 4deced3d2168e0..5bac79530350b4 100644
--- a/f07.patch
+++ b/f07.patch
@@ -1,3 +1,17 @@
+From foo@baz Mon Sep 9 14:36:31 PDT 2013
+Date: Mon, 09 Sep 2013 14:36:31 -0700
+To: Greg KH <gregkh@linuxfoundation.org>
+From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+Subject: hv: make "monitor_pages" a "real" pointer array
+
+monitor_pages was a void pointer, containing an unknown number of arrays that
+we just "knew" were a child and parent array of a specific size. Instead of
+that implicit knowledge, let's make them a real pointer, allowing us to have
+type safety, and a semblance of sane addressing schemes.
+
+Cc: "K. Y. Srinivasan" <kys@microsoft.com>
+Cc: Haiyang Zhang <haiyangz@microsoft.com>
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---
drivers/hv/channel.c | 10 ++++------
drivers/hv/connection.c | 21 ++++++++++-----------