diff options
author | Jeremy Cline <jcline@redhat.com> | 2020-02-04 13:46:47 -0500 |
---|---|---|
committer | Jeremy Cline <jcline@redhat.com> | 2020-02-04 13:51:30 -0500 |
commit | 8ced7a7bf5454ba1e020a3ea643848101c7f3b02 (patch) | |
tree | 30734842b62a2d549b0338591e4ca0c826a6b94f /configs | |
parent | 2877cca02d0745bea4e834693daf72ad68bdf71b (diff) | |
download | kernel-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.
Diffstat (limited to 'configs')
-rw-r--r-- | configs/fedora/generic/x86/CONFIG_STACKPROTECTOR_STRONG | 1 |
1 files changed, 0 insertions, 1 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 |