aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml4
-rw-r--r--chapter03/patches.xml8
-rw-r--r--chapter06/kmod.xml5
-rw-r--r--patches.ent5
4 files changed, 22 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 5e99701c8..e14d6faf7 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -41,6 +41,10 @@
<para>2012-07-13</para>
<itemizedlist>
<listitem>
+ <para>[matthew] - Fix Kmod's test suite on x86 hosts. Fixes
+ <ulink url="&lfs-ticket-root;3129">#3129</ulink>.</para>
+ </listitem>
+ <listitem>
<para>[matthew] - Upgrade to Psmisc-22.19. Fixes
<ulink url="&lfs-ticket-root;3127">#3127</ulink>.</para>
</listitem>
diff --git a/chapter03/patches.xml b/chapter03/patches.xml
index 92b4da0ee..4a39be9a7 100644
--- a/chapter03/patches.xml
+++ b/chapter03/patches.xml
@@ -100,6 +100,14 @@
</varlistentry>
<varlistentry>
+ <term>Kmod Testsuite Patch - <token>&kmod-testsuite-patch-size;</token>:</term>
+ <listitem>
+ <para>Download: <ulink url="&patches-root;&kmod-testsuite-patch;"/></para>
+ <para>MD5 sum: <literal>&kmod-testsuite-patch-md5;</literal></para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
<term>Kbd Backspace/Delete Fix Patch - <token>&kbd-backspace-patch-size;</token>:</term>
<listitem>
<para>Download: <ulink url="&patches-root;&kbd-backspace-patch;"/></para>
diff --git a/chapter06/kmod.xml b/chapter06/kmod.xml
index f04f89303..6264236ba 100644
--- a/chapter06/kmod.xml
+++ b/chapter06/kmod.xml
@@ -41,6 +41,11 @@
<sect2 role="installation">
<title>Installation of Kmod</title>
+ <para>Apply the following patch to fix a problem when running the testsuite
+ on x86 hosts:</para>
+
+<screen><userinput remap="pre">patch -Np1 -i ../&kmod-testsuite-patch;</userinput></screen>
+
<para>Prepare Kmod for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/usr \
diff --git a/patches.ent b/patches.ent
index 78d8f8ff4..03d2829cb 100644
--- a/patches.ent
+++ b/patches.ent
@@ -65,6 +65,11 @@
<!ENTITY kbd-fixes-patch-size "1.6 KB">
+<!ENTITY kmod-testsuite-patch "kmod-&kmod-version;-testsuite-1.patch">
+<!ENTITY kmod-testsuite-patch-md5 "11ab14f5b63ae3c163804517cf110fbb">
+<!ENTITY kmod-testsuite-patch-size "2.2 KB">
+
+
<!ENTITY mpfr-fixes-patch "mpfr-&mpfr-version;-fixes-1.patch">
<!ENTITY mpfr-fixes-patch-md5 "6a1a0be6f2326e237ce27a0254e360a5">
<!ENTITY mpfr-fixes-patch-size "17 KB">