Ignore:
Timestamp:
04/06/2022 03:25:29 PM (2 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
5afdfaad
Parents:
25ae8b8
Message:

systemd: add patch for kernel 5.17 headers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/systemd.xml

    r25ae8b8 r6406b296  
    8585         Required patch:
    8686         <ulink url="&patch-root;/systemd-&systemd-version;-upstream_fixes-1.patch"/>
     87        </para>
     88      </listitem>
     89      <listitem>
     90        <para>
     91         Required patch:
     92         <ulink url="&patch-root;/systemd-&systemd-version;-kernel_5.17_fixes-1.patch"/>
    8793        </para>
    8894      </listitem>
     
    153159    <title>Installation of systemd</title>
    154160
    155 
    156     <para>
    157       Apply a patch to fix a security vulnerability and fix issues with the
     161    <para>
     162      First, apply a patch to fix a security vulnerability and fix issues with the
    158163      default hostname on some systems:
    159164    </para>
    160165
    161166<screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-upstream_fixes-1.patch</userinput></screen>
     167
     168    <para>
     169      Now, apply a patch to fix a problem with the linux kernel headers in
     170      versions 5.17 and above:
     171    </para>
     172
     173<screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-kernel_5.17_fixes-1.patch</userinput></screen>
    162174
    163175    <para>
Note: See TracChangeset for help on using the changeset viewer.