瀏覽代碼

Upgrade to Linux-2.6.35.2. Fixes #2737.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9357 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess 15 年之前
父節點
當前提交
7d7c62c7f9
共有 6 個文件被更改,包括 29 次插入5 次删除
  1. 4 0
      chapter01/changelog.xml
  2. 4 0
      chapter01/whatsnew.xml
  3. 8 0
      chapter03/patches.xml
  4. 4 0
      chapter08/kernel.xml
  5. 5 5
      packages.ent
  6. 4 0
      patches.ent

+ 4 - 0
chapter01/changelog.xml

@@ -40,6 +40,10 @@
     <listitem>
       <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

+ 4 - 0
chapter01/whatsnew.xml

@@ -232,6 +232,10 @@
       <para>glibc-&glibc-version;-makefile_fix-1.patch</para>
     </listitem>
 
+    <listitem>
+      <para>linux-&linux-version;-mm_locking-1.patch</para>
+    </listitem>
+
     <listitem>
       <para>MPC-&mpc-version;</para>
     </listitem>

+ 8 - 0
chapter03/patches.xml

@@ -131,6 +131,14 @@
       </listitem>
     </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>

+ 4 - 0
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>

+ 5 - 5
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">

+ 4 - 0
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">