Ignore:
Timestamp:
05/30/2020 06:22:47 PM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
264dfd9
Parents:
f4bb2af
Message:

Update to trunk r11877

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/kernel.xml

    rf4bb2af rae7f075  
    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>
    6656
    6757    <!-- Support for compiling a keymap into the kernel is deliberately removed -->
Note: See TracChangeset for help on using the changeset viewer.