diff options
author | Pierre Labastie <pieere@linuxfromscratch.org> | 2020-05-30 18:22:47 +0000 |
---|---|---|
committer | Pierre Labastie <pieere@linuxfromscratch.org> | 2020-05-30 18:22:47 +0000 |
commit | ae7f075dd6185f9ec93d5aedbb46e98511f25235 (patch) | |
tree | 910ae466b675094d23e33c62fa9a598b67fccfd7 /chapter08 | |
parent | f4bb2af2e4b9c007a6e660409e9fd5670c3469df (diff) |
Update to trunk r11877
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross-chap5@11878 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/kernel.xml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/chapter08/kernel.xml b/chapter08/kernel.xml index 5bacd11a1..0033028cf 100644 --- a/chapter08/kernel.xml +++ b/chapter08/kernel.xml @@ -54,16 +54,6 @@ kernel compilation. Do not rely on the source tree being clean after un-tarring.</para> - <!-- The following paragraph and sed should be only necessary on the 5.6 - series, but check when 5.7 is out. --> - <para>When using <envar>CONFIG_STACKPROTECTOR_STRONG=y</envar>, and - compiling with GCC 10 and later, the default optimization is too - aggressive, and generates a kernel panic when booting. This can be - fixed with:</para> - -<screen><userinput remap="pre">sed -e '/cpu_startup/a asm("");' \ - -i arch/x86/{kernel/smpboot.c,xen/smp_pv.c}</userinput></screen> - <!-- Support for compiling a keymap into the kernel is deliberately removed --> <para>Configure the kernel via a menu-driven interface. For general |