Changeset 66a21f1 for chapter08


Ignore:
Timestamp:
03/31/2021 10:41:38 AM (3 years ago)
Author:
Xℹ Ruoyao <xry111@…>
Branches:
ml-11.0, multilib
Children:
d3da8c9b
Parents:
95906db
git-author:
Thomas Trepl <thomas@…> (05/22/2020 04:16:30 AM)
git-committer:
Xℹ Ruoyao <xry111@…> (03/31/2021 10:41:38 AM)
Message:

MultiLib: Merge changes from trunk

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@11855 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/kernel.xml

    r95906db r66a21f1  
    5454    kernel compilation. Do not rely on the source tree being clean after
    5555    un-tarring.</para>
     56
     57    <!-- The following paragraph and sed should be only necessary on the 5.6
     58         series, but check when 5.7 is out. -->
     59    <para>When using <envar>CONFIG_STACKPROTECTOR_STRONG=y</envar>, and
     60    compiling with GCC 10 and later, the default optimization is too
     61    aggressive, and generates a kernel panic when booting. This can be
     62    fixed with:</para>
     63
     64<screen><userinput remap="pre">sed -e '/cpu_startup/a asm("");' \
     65    -i arch/x86/{kernel/smpboot.c,xen/smp_pv.c}</userinput></screen>
    5666
    5767    <!-- Support for compiling a keymap into the kernel is deliberately removed -->
Note: See TracChangeset for help on using the changeset viewer.