diff options
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 4 | ||||
-rw-r--r-- | chapter03/patches.xml | 8 | ||||
-rw-r--r-- | chapter08/kernel.xml | 4 | ||||
-rw-r--r-- | packages.ent | 10 | ||||
-rw-r--r-- | patches.ent | 4 |
6 files changed, 29 insertions, 5 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 2c8b33125..e2353aa11 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -41,6 +41,10 @@ <para>2010-08-15</para> <itemizedlist> <listitem> + <para>[matthew] - Upgrade to Linux-2.6.35.2. Fixes + <ulink url="&lfs-ticket-root;2737">#2737</ulink>.</para> + </listitem> + <listitem> <para>[matthew] - Move the fuser program to the root filesystem as it is used in the netfs bootscript. Fixes <ulink url="&lfs-ticket-root;2736">#2736</ulink>.</para> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 039e72456..4cd86fdea 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -233,6 +233,10 @@ </listitem> <listitem> + <para>linux-&linux-version;-mm_locking-1.patch</para> + </listitem> + + <listitem> <para>MPC-&mpc-version;</para> </listitem> diff --git a/chapter03/patches.xml b/chapter03/patches.xml index 2086bfb75..b3f174f02 100644 --- a/chapter03/patches.xml +++ b/chapter03/patches.xml @@ -132,6 +132,14 @@ </varlistentry> <varlistentry> + <term>Linux Memory Model Locking Patch - <token>&linux-mm_locking-patch-size;</token>:</term> + <listitem> + <para>Download: <ulink url="&patches-root;&linux-mm_locking-patch;"/></para> + <para>MD5 sum: <literal>&linux-mm_locking-patch-md5;</literal></para> + </listitem> + </varlistentry> + + <varlistentry> <term>Man-DB Upstream Fix Assertion Patch - <token>&man-db-upstream_fixes-patch-size;</token>:</term> <listitem> <para>Download: <ulink url="&patches-root;&man-db-upstream_fixes-patch;"/></para> diff --git a/chapter08/kernel.xml b/chapter08/kernel.xml index d56cac861..ccba83381 100644 --- a/chapter08/kernel.xml +++ b/chapter08/kernel.xml @@ -45,6 +45,10 @@ in the kernel source tree for alternative methods to the way this book configures the kernel.</para> + <para>Fix a bug in the memory model code that can cause boot failures:</para> + +<screen><userinput remap="pre">patch -Np1 -i ../&linux-mm_locking-patch;</userinput></screen> + <para>Prepare for compilation by running the following command:</para> <screen><userinput remap="pre">make mrproper</userinput></screen> diff --git a/packages.ent b/packages.ent index f2f13472a..f9a41cee5 100644 --- a/packages.ent +++ b/packages.ent @@ -307,12 +307,12 @@ <!ENTITY linux-major-version "2.6"> <!ENTITY linux-minor-version "35"> -<!--<!ENTITY linux-patch-version "1">--> -<!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">--> -<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;"> -<!ENTITY linux-size "67,681 KB"> +<!ENTITY linux-patch-version "2"> +<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;"> +<!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">--> +<!ENTITY linux-size "67,636 KB"> <!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;/linux-&linux-version;.tar.bz2"> -<!ENTITY linux-md5 "091abeb4684ce03d1d936851618687b6"> +<!ENTITY linux-md5 "0da1c090199663c180d8a60bf49de36e"> <!ENTITY linux-home "http://www.kernel.org/"> <!ENTITY linux-ch8-du "450 - 500 MB"> <!ENTITY linux-ch8-sbu "1.5 - 5.0 SBU"> diff --git a/patches.ent b/patches.ent index e10b1f79c..e2b53bebf 100644 --- a/patches.ent +++ b/patches.ent @@ -71,6 +71,10 @@ <!ENTITY kbd-backspace-patch-md5 "f75cca16a38da6caa7d52151f7136895"> <!ENTITY kbd-backspace-patch-size "12 KB"> +<!ENTITY linux-mm_locking-patch "linux-&kbd-version;-mm_locking-1.patch"> +<!ENTITY linux-mm_locking-patch-md5 "f139404228d3cc92bcf41d5f146e1a1b"> +<!ENTITY linux-mm_locking-patch-size "1.4 KB"> + <!ENTITY man-db-upstream_fixes-patch "man-db-&man-db-version;-fix_man_assertion-1.patch"> <!ENTITY man-db-upstream_fixes-patch-md5 "a2d7e211160564c13296476cb5f05574"> <!ENTITY man-db-upstream_fixes-patch-size "3.9 KB"> |