summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Cline <jcline@redhat.com>2020-02-04 13:46:47 -0500
committerJeremy Cline <jcline@redhat.com>2020-02-04 13:51:30 -0500
commit8ced7a7bf5454ba1e020a3ea643848101c7f3b02 (patch)
tree30734842b62a2d549b0338591e4ca0c826a6b94f
parent2877cca02d0745bea4e834693daf72ad68bdf71b (diff)
downloadkernel-8ced7a7bf5454ba1e020a3ea643848101c7f3b02.tar.gz
kernel-8ced7a7bf5454ba1e020a3ea643848101c7f3b02.tar.xz
kernel-8ced7a7bf5454ba1e020a3ea643848101c7f3b02.zip
Temporarily disable STACKPROTECTOR_STRONG for x86 (rhbz 1796780)
Kernels built with gcc 10.0.1-0.7.fc32 and STACKPROTECTOR_STRONG panic on boot due to a corrupted stack.
-rw-r--r--configs/fedora/generic/x86/CONFIG_STACKPROTECTOR_STRONG1
-rw-r--r--kernel-i686-debug-fedora.config2
-rw-r--r--kernel-i686-fedora.config2
-rw-r--r--kernel-x86_64-debug-fedora.config2
-rw-r--r--kernel-x86_64-fedora.config2
5 files changed, 4 insertions, 5 deletions
diff --git a/configs/fedora/generic/x86/CONFIG_STACKPROTECTOR_STRONG b/configs/fedora/generic/x86/CONFIG_STACKPROTECTOR_STRONG
deleted file mode 100644
index 6c885445e..000000000
--- a/configs/fedora/generic/x86/CONFIG_STACKPROTECTOR_STRONG
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_STACKPROTECTOR_STRONG=y
diff --git a/kernel-i686-debug-fedora.config b/kernel-i686-debug-fedora.config
index 053817bd6..587f6aba2 100644
--- a/kernel-i686-debug-fedora.config
+++ b/kernel-i686-debug-fedora.config
@@ -5736,7 +5736,7 @@ CONFIG_SSB_SDIOHOST=y
CONFIG_STACKLEAK_METRICS=y
CONFIG_STACKLEAK_RUNTIME_DISABLE=y
CONFIG_STACKLEAK_TRACK_MIN_SIZE=100
-CONFIG_STACKPROTECTOR_STRONG=y
+# CONFIG_STACKPROTECTOR_STRONG is not set
CONFIG_STACKPROTECTOR=y
CONFIG_STACK_TRACER=y
CONFIG_STACK_VALIDATION=y
diff --git a/kernel-i686-fedora.config b/kernel-i686-fedora.config
index 36b92d45f..f1b72e93b 100644
--- a/kernel-i686-fedora.config
+++ b/kernel-i686-fedora.config
@@ -5715,7 +5715,7 @@ CONFIG_SSB_SDIOHOST=y
CONFIG_STACKLEAK_METRICS=y
CONFIG_STACKLEAK_RUNTIME_DISABLE=y
CONFIG_STACKLEAK_TRACK_MIN_SIZE=100
-CONFIG_STACKPROTECTOR_STRONG=y
+# CONFIG_STACKPROTECTOR_STRONG is not set
CONFIG_STACKPROTECTOR=y
CONFIG_STACK_TRACER=y
CONFIG_STACK_VALIDATION=y
diff --git a/kernel-x86_64-debug-fedora.config b/kernel-x86_64-debug-fedora.config
index 2b579421b..dfb77d598 100644
--- a/kernel-x86_64-debug-fedora.config
+++ b/kernel-x86_64-debug-fedora.config
@@ -5791,7 +5791,7 @@ CONFIG_SSB_SDIOHOST=y
CONFIG_STACKLEAK_METRICS=y
CONFIG_STACKLEAK_RUNTIME_DISABLE=y
CONFIG_STACKLEAK_TRACK_MIN_SIZE=100
-CONFIG_STACKPROTECTOR_STRONG=y
+# CONFIG_STACKPROTECTOR_STRONG is not set
CONFIG_STACKPROTECTOR=y
CONFIG_STACK_TRACER=y
CONFIG_STACK_VALIDATION=y
diff --git a/kernel-x86_64-fedora.config b/kernel-x86_64-fedora.config
index 12b336498..300e7d6a8 100644
--- a/kernel-x86_64-fedora.config
+++ b/kernel-x86_64-fedora.config
@@ -5770,7 +5770,7 @@ CONFIG_SSB_SDIOHOST=y
CONFIG_STACKLEAK_METRICS=y
CONFIG_STACKLEAK_RUNTIME_DISABLE=y
CONFIG_STACKLEAK_TRACK_MIN_SIZE=100
-CONFIG_STACKPROTECTOR_STRONG=y
+# CONFIG_STACKPROTECTOR_STRONG is not set
CONFIG_STACKPROTECTOR=y
CONFIG_STACK_TRACER=y
CONFIG_STACK_VALIDATION=y