Changeset 999631e
- Timestamp:
- 05/21/2020 10:02:22 AM (4 years ago)
- 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, 12.2, 12.2-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/loongarch-12.2, xry111/mips64el, xry111/multilib, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
- Children:
- f4bb2af
- Parents:
- e14f0cb
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter01/changelog.xml
re14f0cb r999631e 44 44 --> 45 45 <listitem> 46 <para>2020-05-21</para> 47 <itemizedlist> 48 <listitem> 49 <para>[pierre] - Fix a crash at early boot when using 50 CONFIG_STACK_PROTECTOR_STRONG=y in kernel configuration.</para> 51 </listitem> 52 </itemizedlist> 53 </listitem> 54 55 <listitem> 46 56 <para>2020-05-16</para> 47 57 <itemizedlist> -
chapter08/kernel.xml
re14f0cb r999631e 54 54 kernel compilation. Do not rely on the source tree being clean after 55 55 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> 56 66 57 67 <!-- Support for compiling a keymap into the kernel is deliberately removed --> -
general.ent
re14f0cb r999631e 1 <!ENTITY version "202005 16-cross-chap5">1 <!ENTITY version "20200521-cross-chap5"> 2 2 <!ENTITY short-version "svn"> <!-- Used below in &blfs-book; 3 3 Change to x.y for release but not -rc releases --> 4 4 <!ENTITY generic-version "cross-chap5"> <!-- Use "development" or "x.y[-pre{x}]" --> 5 5 6 <!ENTITY versiond "202005 16-cross-cp5-systemd">6 <!ENTITY versiond "20200521-cross-cp5-systemd"> 7 7 <!ENTITY short-versiond "systemd"> 8 8 <!ENTITY generic-versiond "systemd"> 9 9 10 <!ENTITY releasedate "May 16th, 2020">10 <!ENTITY releasedate "May 21st, 2020"> 11 11 12 12 <!ENTITY copyrightdate "1999-2020"><!-- jhalfs needs a literal dash, not – -->
Note:
See TracChangeset
for help on using the changeset viewer.