From 6256b16baf9ebc6bf41a929523fb35378bac8208 Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Wed, 7 Jun 2023 08:25:45 +0200 Subject: [PATCH 1/3] Kernel: IPV6 only appears if TCP/IP selected Report by wen zhang. Also fix formatting. --- chapter10/kernel.xml | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/chapter10/kernel.xml b/chapter10/kernel.xml index 52f96d768..c8b12e4d9 100644 --- a/chapter10/kernel.xml +++ b/chapter10/kernel.xml @@ -169,23 +169,24 @@ General architecture-dependent options ---> [*] Enable seccomp to safely compute untrusted bytecode [CONFIG_SECCOMP] [*] Stack Protector buffer overflow detection [CONFIG_STACKPROTECTOR] [*] Strong Stack Protector [CONFIG_STACKPROTECTOR_STRONG] -Networking support ---> - Networking options ---> - <*> The IPv6 protocol [CONFIG_IPV6] +[*] Networking support ---> [CONFIG_NET] + Networking options ---> + [*] TCP/IP networking [CONFIG_INET] + <*> The IPv6 protocol [CONFIG_IPV6] Device Drivers ---> - Generic Driver Options ---> - [ ] Support for uevent helper [CONFIG_UEVENT_HELPER] - [*] Maintain a devtmpfs filesystem to mount at /dev [CONFIG_DEVTMPFS] - [*] Automount devtmpfs at /dev, after the kernel mounted the rootfs [CONFIG_DEVTMPFS_MOUNT] - Firmware Loader ---> - [ ] Enable the firmware sysfs fallback mechanism [CONFIG_FW_LOADER_USER_HELPER] - Firmware Drivers ---> - [*] Export DMI identification via sysfs to userspace [CONFIG_DMIID] - Graphics support ---> - Frame buffer Devices ---> - <*> Support for frame buffer devices ---> - Console display driver support ---> - [*] Framebuffer Console support [CONFIG_FRAMEBUFFER_CONSOLE] + Generic Driver Options ---> + [ ] Support for uevent helper [CONFIG_UEVENT_HELPER] + [*] Maintain a devtmpfs filesystem to mount at /dev [CONFIG_DEVTMPFS] + [*] Automount devtmpfs at /dev, after the kernel mounted the rootfs [CONFIG_DEVTMPFS_MOUNT] + Firmware Loader ---> + [ ] Enable the firmware sysfs fallback mechanism [CONFIG_FW_LOADER_USER_HELPER] + Firmware Drivers ---> + [*] Export DMI identification via sysfs to userspace [CONFIG_DMIID] + Graphics support ---> + Frame buffer Devices ---> + <*> Support for frame buffer devices ---> + Console display driver support ---> + [*] Framebuffer Console support [CONFIG_FRAMEBUFFER_CONSOLE] File systems ---> [*] Inotify support for userspace [CONFIG_INOTIFY_USER] Pseudo filesystems ---> From 2ebf4143a8e1dfac1f4855ae116aeabb3f50418a Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Fri, 9 Jun 2023 12:39:24 -0500 Subject: [PATCH 2/3] Package updates. Update to dbus-1.14.8. Update to linux-6.3.6. Update to Python-3.11.4. --- chapter01/changelog.xml | 20 +++++++++++++++++++- chapter01/whatsnew.xml | 4 ++-- packages.ent | 22 +++++++++++----------- 3 files changed, 32 insertions(+), 14 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 481efe10a..8d3e1de56 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -39,6 +39,24 @@ or as appropriate for the entry or if needed the entire day's listitem. --> + + 2023-06-09 + + + [bdubbs] - Update to dbus-1.14.8. Fixes + #5271. + + + [bdubbs] - Update to linux-6.3.6. Fixes + #5269. + + + [bdubbs] - Update to Python-3.11.4. Fixes + #5271. + + + + 2023-06-03 @@ -47,7 +65,7 @@ #5006. - [bdubbs] - Update to MarkupSafe-2.1.3 (Python Module) + [bdubbs] - Update to MarkupSafe-2.1.3 (Python Module). Fixes #5268. diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index dbdc59ac9..4107693bf 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -82,9 +82,9 @@ - + Diffutils-&diffutils-version; diff --git a/packages.ent b/packages.ent index f086a44ae..c7046659e 100644 --- a/packages.ent +++ b/packages.ent @@ -114,10 +114,10 @@ - - + + - + @@ -432,12 +432,12 @@ - + - + - + - + - + - + - - + + From a3bd4689406e3a9c62d5c5c1ba34cc473e4626ab Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Sun, 11 Jun 2023 04:56:44 +0800 Subject: [PATCH 3/3] glibc: Reword the reason to skip test-installation.pl It won't work even on a "complete LFS system". --- chapter08/glibc.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chapter08/glibc.xml b/chapter08/glibc.xml index 5b9b56840..a44e285c9 100644 --- a/chapter08/glibc.xml +++ b/chapter08/glibc.xml @@ -195,9 +195,9 @@ esac touch /etc/ld.so.conf - Fix the Makefile to skip an unneeded sanity check - that fails in the LFS partial environment: - + + Fix the Makefile to skip an outdated sanity check + that fails with a modern Glibc configuration: sed '/test-installation/s@$(PERL)@echo not running@' -i ../Makefile