Author: renodr
Date: Thu Mar  4 17:10:02 2021
New Revision: 12154

Log:
Add systemd patch to allow systemd-rfkill to work on Linux-5.11+

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter01/whatsnew.xml
   trunk/BOOK/chapter08/systemd.xml
   trunk/BOOK/patches.ent

Modified: trunk/BOOK/chapter01/changelog.xml
==============================================================================
--- trunk/BOOK/chapter01/changelog.xml  Tue Mar  2 14:02:06 2021        (r12153)
+++ trunk/BOOK/chapter01/changelog.xml  Thu Mar  4 17:10:02 2021        (r12154)
@@ -42,6 +42,15 @@
     <listitem revision="sysv"> or <listitem revision="systemd"> as
     appropriate for the entry or if needed the entire day's listitem.
     -->
+    <listitem revision="systemd">
+      <para>2021-03-04</para>
+      <itemizedlist>
+        <listitem>
+          <para>[renodr] - Patch systemd-247 so that it will function with
+          Linux-5.11 API headers.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
 
     <listitem>
       <para>2021-03-02</para>

Modified: trunk/BOOK/chapter01/whatsnew.xml
==============================================================================
--- trunk/BOOK/chapter01/whatsnew.xml   Tue Mar  2 14:02:06 2021        (r12153)
+++ trunk/BOOK/chapter01/whatsnew.xml   Thu Mar  4 17:10:02 2021        (r12154)
@@ -281,9 +281,9 @@
     <!--<listitem>
       <para>meson-0.56.0-upstream_fix-1.patch</para>
     </listitem>-->
-    <!--<listitem>
-      <para>systemd-247-upstream_fixes-1.patch</para>
-    </listitem>-->
+    <listitem>
+      <para>systemd-247-upstream_fixes-2.patch</para>
+    </listitem>
 
   </itemizedlist>
 

Modified: trunk/BOOK/chapter08/systemd.xml
==============================================================================
--- trunk/BOOK/chapter08/systemd.xml    Tue Mar  2 14:02:06 2021        (r12153)
+++ trunk/BOOK/chapter08/systemd.xml    Thu Mar  4 17:10:02 2021        (r12154)
@@ -46,9 +46,11 @@
 <screen><userinput remap="pre">patch -Np1 -i 
../systemd-&systemd-version;-gcc_10-fixes-2.patch</userinput></screen>
 -->
 
-    <para>First, apply a patch to fix some regressions:</para>
+    <!-- For linux-5.11's API headers changing the rfkill_event structure -->
+    <para>First, apply a patch to fix some regressions and fix functionality
+    with future versions of the kernel:</para>
 
-<screen><userinput remap="pre">patch -Np1 -i 
../systemd-&systemd-version;-upstream_fixes-1.patch</userinput></screen>
+<screen><userinput remap="pre">patch -Np1 -i 
../systemd-&systemd-version;-upstream_fixes-2.patch</userinput></screen>
 
     <para>Create a symlink to work around the xsltproc command not being 
installed:</para>
 

Modified: trunk/BOOK/patches.ent
==============================================================================
--- trunk/BOOK/patches.ent      Tue Mar  2 14:02:06 2021        (r12153)
+++ trunk/BOOK/patches.ent      Thu Mar  4 17:10:02 2021        (r12154)
@@ -67,6 +67,6 @@
 <!ENTITY sysvinit-consolidated-patch-md5 "4900322141d493e74020c9cf437b2cdc">
 <!ENTITY sysvinit-consolidated-patch-size "2.4 KB">
 
-<!ENTITY systemd-upstream-fixes-patch 
"systemd-&systemd-version;-upstream_fixes-1.patch">
-<!ENTITY systemd-upstream-fixes-patch-md5 "573a166f3620875208f78bf4dc431c8b">
-<!ENTITY systemd-upstream-fixes-patch-size "8 KB">
+<!ENTITY systemd-upstream-fixes-patch 
"systemd-&systemd-version;-upstream_fixes-2.patch">
+<!ENTITY systemd-upstream-fixes-patch-md5 "7afe3d13464ae7d20dbe5e6f0fb8ccd3">
+<!ENTITY systemd-upstream-fixes-patch-size "12 KB">
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to