From e65bfc4f69efeae0d18c0158b2050c045b724239 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Wed, 2 Aug 2023 18:54:42 +0800 Subject: [PATCH 1/2] procps: The "free with commit" test failure is fixed now Link: https://gitlab.com/procps-ng/procps/-/commit/414e33a8afb6 --- chapter08/procps.xml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/chapter08/procps.xml b/chapter08/procps.xml index e17d199ca..20a6be096 100644 --- a/chapter08/procps.xml +++ b/chapter08/procps.xml @@ -83,16 +83,6 @@ make check make check - - One test named free with commit - may fail if some applications with a custom memory allocator (for - example, JVM and Web browsers) are running on the host distro. - Install the package: make install From c7c6c1548a055aeba377ab2ec1dd100042b91da7 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Wed, 2 Aug 2023 19:06:09 +0800 Subject: [PATCH 2/2] kernel: systemd: FW_LOADER_USER_HELPER should be n, not y --- chapter10/kernel/systemd.toml | 2 +- chapter10/kernel/systemd.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chapter10/kernel/systemd.toml b/chapter10/kernel/systemd.toml index 936c50492..26ac61c46 100644 --- a/chapter10/kernel/systemd.toml +++ b/chapter10/kernel/systemd.toml @@ -21,7 +21,7 @@ NET='*' INET='*' IPV6='*' FW_LOADER=' *' -FW_LOADER_USER_HELPER='*' +FW_LOADER_USER_HELPER=' ' DMIID='*' INOTIFY_USER='*' TMPFS='*' diff --git a/chapter10/kernel/systemd.xml b/chapter10/kernel/systemd.xml index 4c57776c2..6705fdd35 100644 --- a/chapter10/kernel/systemd.xml +++ b/chapter10/kernel/systemd.xml @@ -36,7 +36,7 @@ ... [DEVTMPFS_MOUNT] Firmware loader ---> < /*> Firmware loading facility [FW_LOADER] - [*] Enable the firmware sysfs fallback mechanism + [ ] Enable the firmware sysfs fallback mechanism ... [FW_LOADER_USER_HELPER] Firmware Drivers ---> [*] Export DMI identification via sysfs to userspace [DMIID]