aboutsummaryrefslogtreecommitdiffstats
path: root/main/linux-grsec/hv-grsec.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/linux-grsec/hv-grsec.patch')
-rw-r--r--main/linux-grsec/hv-grsec.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/main/linux-grsec/hv-grsec.patch b/main/linux-grsec/hv-grsec.patch
deleted file mode 100644
index 6fde341990..0000000000
--- a/main/linux-grsec/hv-grsec.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/drivers/staging/hv/Hv.c b/drivers/staging/hv/Hv.c
-index b12237f..9d47edb 100644
---- a/drivers/staging/hv/Hv.c
-+++ b/drivers/staging/hv/Hv.c
-@@ -133,7 +133,7 @@ static u64 HvDoHypercall(u64 Control, void *Input, void *Output)
- u64 hvStatus = 0;
- u64 inputAddress = (Input) ? virt_to_phys(Input) : 0;
- u64 outputAddress = (Output) ? virt_to_phys(Output) : 0;
-- volatile void *hypercallPage = gHvContext.HypercallPage;
-+ volatile void *hypercallPage = ktva_ktla(gHvContext.HypercallPage);
-
- DPRINT_DBG(VMBUS, "Hypercall <control %llx input phys %llx virt %p "
- "output phys %llx virt %p hypercall %p>",