From 66a21f1a4876a640e4fbef7016ff6c5ceb0ee7a4 Mon Sep 17 00:00:00 2001 From: Thomas Trepl Date: Fri, 22 May 2020 04:16:30 +0000 Subject: [PATCH] MultiLib: Merge changes from trunk git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@11855 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- appendices/dependencies.xml | 2 +- chapter01/changelog.xml | 32 ++++++++++++++++++++++++++++++++ chapter06/libcap.xml | 2 +- chapter08/kernel.xml | 10 ++++++++++ general.ent | 6 +++--- packages.ent | 28 ++++++++++++++-------------- 6 files changed, 61 insertions(+), 19 deletions(-) diff --git a/appendices/dependencies.xml b/appendices/dependencies.xml index d46acf603..55bcd3800 100644 --- a/appendices/dependencies.xml +++ b/appendices/dependencies.xml @@ -285,7 +285,7 @@ &external; - None + Debuginfod diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index d21a383b3..e400a31cd 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -44,6 +44,38 @@ or as appropriate for the entry or if needed the entire day's listitem. --> + + 2020-05-21 + + + [pierre] - Fix a crash at early boot when using + CONFIG_STACK_PROTECTOR_STRONG=y in kernel configuration. + + + + + + 2020-05-16 + + + [bdubbs] - Update to meson-0.54.2. Fixes + #4656. + + + [bdubbs] - Update to Python-3.8.3. Fixes + #4655. + + + [bdubbs] - Update to bison-3.6.1. Fixes + #4654. + + + [bdubbs] - Update to linux-5.6.13. Fixes + #4653. + + + + 2020-05-09 diff --git a/chapter06/libcap.xml b/chapter06/libcap.xml index 580d94ca6..9af65e4c6 100644 --- a/chapter06/libcap.xml +++ b/chapter06/libcap.xml @@ -71,7 +71,7 @@ Install the package and do some cleanup: -make lib=lib install +make lib=lib PKGCONFIGDIR=/usr/lib/pkgconfig install chmod -v 755 /lib/libcap.so.&libcap-version; mv -v /lib/libpsx.a /usr/lib rm -v /lib/libcap.so diff --git a/chapter08/kernel.xml b/chapter08/kernel.xml index 94f050b4e..6ee2192cc 100644 --- a/chapter08/kernel.xml +++ b/chapter08/kernel.xml @@ -54,6 +54,16 @@ kernel compilation. Do not rely on the source tree being clean after un-tarring. + + When using CONFIG_STACKPROTECTOR_STRONG=y, 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: + +sed -e '/cpu_startup/a asm("");' \ + -i arch/x86/{kernel/smpboot.c,xen/smp_pv.c} + Configure the kernel via a menu-driven interface. For general diff --git a/general.ent b/general.ent index 2fa715f21..7e9a422c1 100644 --- a/general.ent +++ b/general.ent @@ -1,13 +1,13 @@ - + - + - + diff --git a/packages.ent b/packages.ent index 6332346b1..aa4a91aae 100644 --- a/packages.ent +++ b/packages.ent @@ -70,10 +70,10 @@ - - + + - + @@ -433,12 +433,12 @@ - + - + - + - + - + - + - - + +