diff options
author | Douglas R. Reno <renodr@linuxfromscratch.org> | 2019-08-03 20:25:53 +0000 |
---|---|---|
committer | Douglas R. Reno <renodr@linuxfromscratch.org> | 2019-08-03 20:25:53 +0000 |
commit | 70dcd88270ee39a1d68916ee07af97312ac86cea (patch) | |
tree | 767e7bd67557f6d35b3ca798937bcd772ddbd119 /chapter01/changelog.xml | |
parent | 4e32649dfe4b328c6dd38e91e825d49418319fe4 (diff) |
Add systemd patch to fix networkd under 5.2+ kernels, as well as issues with RDRAND on AMD Ryzen CPUs
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11648 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01/changelog.xml')
-rw-r--r-- | chapter01/changelog.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index c875fdf15..5c2e6ee0f 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -46,6 +46,11 @@ <listitem> <para>2019-08-03</para> <itemizedlist> + <listitem revision="systemd"> + <para>[renodr] - Add a patch to systemd to fix issues with + networkd on kernel versions 5.2+, and to fix issues with AMD Ryzen + CPUs. Fixes <ulink url="&lfs-ticket-root;4506">#4506</ulink>.</para> + </listitem> <listitem> <para>[bdubbs] - Update to linux-5.2.5. Fixes <ulink url="&lfs-ticket-root;4505">#4505</ulink>.</para> |