From 8ced7a7bf5454ba1e020a3ea643848101c7f3b02 Mon Sep 17 00:00:00 2001 From: Jeremy Cline Date: Tue, 4 Feb 2020 13:46:47 -0500 Subject: 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. --- configs/fedora/generic/x86/CONFIG_STACKPROTECTOR_STRONG | 1 - 1 file changed, 1 deletion(-) delete mode 100644 configs/fedora/generic/x86/CONFIG_STACKPROTECTOR_STRONG (limited to 'configs/fedora/generic/x86/CONFIG_STACKPROTECTOR_STRONG') 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 -- cgit