瀏覽代碼

Upgraded to Linux 2.6.7 and dropped the FPU exceptions patch

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3800 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Zack Winkles 21 年之前
父節點
當前提交
9c73bc3022
共有 4 個文件被更改,包括 5 次插入15 次删除
  1. 4 2
      chapter01/changelog.xml
  2. 0 8
      chapter03/patches.xml
  3. 0 4
      chapter08/kernel.xml
  4. 1 1
      general.ent

+ 4 - 2
chapter01/changelog.xml

@@ -28,7 +28,7 @@ first a summary, then a detailed log.</para>
 <listitem><para>groff-1.19.1</para></listitem>
 <listitem><para>hotplug-2004_04_01</para></listitem>
 <listitem><para>lfs-bootscripts-2.1.2-pre1</para></listitem>
-<listitem><para>linux-2.6.6</para></listitem>
+<listitem><para>linux-2.6.7</para></listitem>
 <listitem><para>m4-1.4.1</para></listitem>
 <listitem><para>man-pages-1.67</para></listitem>
 <listitem><para>psmisc-21.5</para></listitem>
@@ -47,7 +47,6 @@ first a summary, then a detailed log.</para>
 <listitem><para>hotplug-2004_04_01-device-2.patch</para></listitem>
 <listitem><para>hotplug-2004_04_01-isapnp-2.patch</para></listitem>
 <listitem><para>inetutils-1.4.2-kernel_headers-1.patch</para></listitem>
-<listitem><para>linux-2.6.6-fpu-1.patch</para></listitem>
 <listitem><para>linux-libc-headers-2.6.6.0</para></listitem>
 <listitem><para>module-init-tools-3.0</para></listitem>
 <listitem><para>net-tools-1.60-gcc34-2.patch</para></listitem>
@@ -76,6 +75,9 @@ first a summary, then a detailed log.</para>
 </itemizedlist>
 </listitem>
 
+<listitem><para>June 16, 2004 [winkie]: Upgraded to Linux 2.6.7 and dropped the
+FPU patch.</para></listitem>
+
 <listitem><para>June 16, 2004 [alexander]: Removed the fileencodings line due to
 a bug which causes Vim to default to UTF-8.</para></listitem>
 

+ 0 - 8
chapter03/patches.xml

@@ -98,14 +98,6 @@ following:</para>
 </listitem>
 </varlistentry>
 
-<varlistentry>
-<term>Linux FPU Exceptions Security Fix - 1 KB:</term>
-<listitem>
-<para><ulink
-url="&patches-root;linux-&linux-version;-fpu-1.patch"/></para>
-</listitem>
-</varlistentry>
-
 <varlistentry>
 <term>Man 80-Columns Patch - 1 KB:</term>
 <listitem>

+ 0 - 4
chapter08/kernel.xml

@@ -43,10 +43,6 @@ recommends that this command be issued prior to <emphasis>each</emphasis>
 kernel compilation. You shouldn't rely on the source tree being clean after
 un-tarring.</para>
 
-<para>Fix an exploitable bug in FPU exception handling code:</para>
-
-<screen><userinput>patch -Np1 -i ../linux-&linux-version;-fpu-1.patch</userinput></screen>
-
 <para>Also, assure that the kernel does not attempt to pass hotplugging events
 to userspace until userspace specifies that it is ready:</para>
 

+ 1 - 1
general.ent

@@ -45,7 +45,7 @@
 <!ENTITY kbd-version "1.12">
 <!ENTITY less-version "382">
 <!ENTITY libtool-version "1.5.6">
-<!ENTITY linux-version "2.6.6">
+<!ENTITY linux-version "2.6.7">
 <!ENTITY linux-libc-headers-version "2.6.6.0">
 <!ENTITY m4-version "1.4.1">
 <!ENTITY make-version "3.80">