Changeset 70dcd88


Ignore:
Timestamp:
08/03/2019 08:25:53 PM (5 years ago)
Author:
Douglas R. Reno <renodr@…>
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, 9.0, 9.1, 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/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
dacb13d
Parents:
4e32649
Message:

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r4e32649 r70dcd88  
    4747      <para>2019-08-03</para>
    4848      <itemizedlist>
     49        <listitem revision="systemd">
     50          <para>[renodr] - Add a patch to systemd to fix issues with
     51          networkd on kernel versions 5.2+, and to fix issues with AMD Ryzen
     52          CPUs. Fixes <ulink url="&lfs-ticket-root;4506">#4506</ulink>.</para>
     53        </listitem>
    4954        <listitem>
    5055          <para>[bdubbs] - Update to linux-5.2.5. Fixes
  • chapter03/patches.xml

    r4e32649 r70dcd88  
    117117      </listitem>
    118118    </varlistentry>
    119 <!--
     119
    120120    <varlistentry revision="systemd">
    121       <term>Systemd security patch - <token>&systemd-security-patch-size;</token>:</term>
     121      <term>Systemd networkd and rdrand patch - <token>&systemd-networkd-patch-size;</token>:</term>
    122122      <listitem>
    123         <para>Download: <ulink url="&patches-root;&systemd-security-patch;"/></para>
    124         <para>MD5 sum: <literal>&systemd-security-patch-md5;</literal></para>
     123        <para>Download: <ulink url="&patches-root;&systemd-networkd-patch;"/></para>
     124        <para>MD5 sum: <literal>&systemd-networkd-patch-md5;</literal></para>
    125125      </listitem>
    126126    </varlistentry>
    127 -->
     127
    128128  </variablelist>
    129129
  • chapter06/systemd.xml

    r4e32649 r70dcd88  
    4040  <sect2 role="installation">
    4141    <title>Installation of systemd</title>
     42
     43    <para>First, apply a patch to fix issues with systemd-networkd on Linux 5.2+
     44    kernels, as well as with AMD Ryzen CPUs:</para>
     45
     46<screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-networkd_and_rdrand_fixes-1.patch</userinput></screen>
    4247
    4348    <para>Create a symlink to work around missing xsltproc:</para>
  • general.ent

    r4e32649 r70dcd88  
    44<!ENTITY generic-version "development"> <!-- Use "development"  or "x.y[-pre{x}]" -->
    55
    6 <!ENTITY versiond        "20190903-systemd">
     6<!ENTITY versiond        "20190803-systemd">
    77<!ENTITY short-versiond  "systemd">
    88<!ENTITY generic-versiond "systemd">
  • patches.ent

    r4e32649 r70dcd88  
    5757<!ENTITY sysvinit-consolidated-patch-md5 "4900322141d493e74020c9cf437b2cdc">
    5858<!ENTITY sysvinit-consolidated-patch-size "2.4 KB">
    59 <!--
    60 <!ENTITY systemd-security-patch "systemd-&systemd-version;-security_fixes-2.patch">
    61 <!ENTITY systemd-security-patch-md5 "10abebce8ff5d9fd402623ace39b5ab8">
    62 <!ENTITY systemd-security-patch-size "14 KB">
    63 -->
     59
     60<!ENTITY systemd-networkd-patch "systemd-&systemd-version;-networkd_and_rdrand_fixes-1.patch">
     61<!ENTITY systemd-networkd-patch-md5 "bb26f26d7c3a17d1888ab3171366906b">
     62<!ENTITY systemd-networkd-patch-size "8 KB">
     63
Note: See TracChangeset for help on using the changeset viewer.