summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEgbert Verhage <egbert@eggiecode.org>2016-11-16 14:10:50 (GMT)
committerEgbert Verhage <egbert@eggiecode.org>2016-11-16 14:10:50 (GMT)
commitf69e7e6f6eb9c34d7fcd364c10f5a792fc63e3b2 (patch)
tree147c311d98aceb23f34174540e33384169fa67b5
parentecfff6afa3f241a4425d7ce7e2466a47f47cb5e4 (diff)
Removed garbage
-rw-r--r--debian/patches/0001-disable-hard-avx230
-rw-r--r--debian/patches/update-hard-disable-patch-to-upstream30
2 files changed, 0 insertions, 60 deletions
diff --git a/debian/patches/0001-disable-hard-avx2 b/debian/patches/0001-disable-hard-avx2
deleted file mode 100644
index 63ee745..0000000
--- a/debian/patches/0001-disable-hard-avx2
+++ /dev/null
@@ -1,30 +0,0 @@
-Description: Hard disable avx2
- Hard siable AVX2 CPU excetion. Crashes on some VM's.
- .
- wireguard (0.0.20161102-1ubuntu2) UNRELEASED; urgency=medium
- .
- * Updated Hard disable avx2
- * Removed 0001-remove-tests-from-dkms-makefile-for-now patch. No need for
- it.
-Author: Egbert Verhage <egbert@mgmt.eggieservers.nl>
-
----
-The information above should follow the Patch Tagging Guidelines, please
-checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
-are templates for supplementary fields that you might want to add:
-
-Origin: upstream
-Reviewed-By: Egbert Verhage
-Last-Update: 2016-11-02
-
---- wireguard-0.0.20161102.orig/wireguard-src/src/crypto/chacha20poly1305.c
-+++ wireguard-0.0.20161102/wireguard-src/src/crypto/chacha20poly1305.c
-@@ -39,7 +39,7 @@ void chacha20poly1305_init(void)
- {
- chacha20poly1305_use_sse2 = boot_cpu_has(X86_FEATURE_XMM2);
- chacha20poly1305_use_ssse3 = boot_cpu_has(X86_FEATURE_SSSE3);
-- chacha20poly1305_use_avx2 = boot_cpu_has(X86_FEATURE_AVX2);
-+ chacha20poly1305_use_avx2 = false;
- }
- #else
- void chacha20poly1305_init(void) { }
diff --git a/debian/patches/update-hard-disable-patch-to-upstream b/debian/patches/update-hard-disable-patch-to-upstream
deleted file mode 100644
index 63ee745..0000000
--- a/debian/patches/update-hard-disable-patch-to-upstream
+++ /dev/null
@@ -1,30 +0,0 @@
-Description: Hard disable avx2
- Hard siable AVX2 CPU excetion. Crashes on some VM's.
- .
- wireguard (0.0.20161102-1ubuntu2) UNRELEASED; urgency=medium
- .
- * Updated Hard disable avx2
- * Removed 0001-remove-tests-from-dkms-makefile-for-now patch. No need for
- it.
-Author: Egbert Verhage <egbert@mgmt.eggieservers.nl>
-
----
-The information above should follow the Patch Tagging Guidelines, please
-checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
-are templates for supplementary fields that you might want to add:
-
-Origin: upstream
-Reviewed-By: Egbert Verhage
-Last-Update: 2016-11-02
-
---- wireguard-0.0.20161102.orig/wireguard-src/src/crypto/chacha20poly1305.c
-+++ wireguard-0.0.20161102/wireguard-src/src/crypto/chacha20poly1305.c
-@@ -39,7 +39,7 @@ void chacha20poly1305_init(void)
- {
- chacha20poly1305_use_sse2 = boot_cpu_has(X86_FEATURE_XMM2);
- chacha20poly1305_use_ssse3 = boot_cpu_has(X86_FEATURE_SSSE3);
-- chacha20poly1305_use_avx2 = boot_cpu_has(X86_FEATURE_AVX2);
-+ chacha20poly1305_use_avx2 = false;
- }
- #else
- void chacha20poly1305_init(void) { }