summaryrefslogtreecommitdiffstats
path: root/0001-Drop-that-for-now.patch
diff options
context:
space:
mode:
authorJeremy Cline <jcline@redhat.com>2019-05-22 17:41:29 +0000
committerJeremy Cline <jcline@redhat.com>2019-06-03 16:40:33 +0000
commit36b34bfcbfc751e730bd8d87c4913824bdfdb320 (patch)
tree8a37da44ea39a60b6549ddb51789264178a05f90 /0001-Drop-that-for-now.patch
parent3074ed2654b76680777291ee552ff1ee53dcc8f6 (diff)
downloadkernel-36b34bfcbfc751e730bd8d87c4913824bdfdb320.tar.gz
kernel-36b34bfcbfc751e730bd8d87c4913824bdfdb320.tar.xz
kernel-36b34bfcbfc751e730bd8d87c4913824bdfdb320.zip
Linux v5.1.6
Fix CVE-2019-12378 CVE-2019-3846 CVE-2019-12380 CVE-2019-12381 CVE-2019-12382 CVE-2019-12379
Diffstat (limited to '0001-Drop-that-for-now.patch')
-rw-r--r--0001-Drop-that-for-now.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/0001-Drop-that-for-now.patch b/0001-Drop-that-for-now.patch
new file mode 100644
index 000000000..1d1850944
--- /dev/null
+++ b/0001-Drop-that-for-now.patch
@@ -0,0 +1,25 @@
+From 12cec6680e67d6b4fed9e30cd8c1f13871996cc1 Mon Sep 17 00:00:00 2001
+From: Laura Abbott <labbott@redhat.com>
+Date: Wed, 23 Jan 2019 14:36:37 +0100
+Subject: [PATCH] Drop that for now
+
+---
+ Makefile | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Makefile b/Makefile
+index f5b1d0d168e0..5f31107b22d1 100644
+--- a/Makefile
++++ b/Makefile
+@@ -430,7 +430,7 @@ KBUILD_AFLAGS := -D__ASSEMBLY__ -fno-PIE
+ KBUILD_CFLAGS := -Wall -Wundef -Werror=strict-prototypes -Wno-trigraphs \
+ -fno-strict-aliasing -fno-common -fshort-wchar -fno-PIE \
+ -Werror=implicit-function-declaration -Werror=implicit-int \
+- -Wno-format-security \
++ -Wno-format-security -Wno-address-of-packed-member \
+ -std=gnu89
+ KBUILD_CPPFLAGS := -D__KERNEL__
+ KBUILD_AFLAGS_KERNEL :=
+--
+2.20.1
+