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
This commit is contained in:
Zack Winkles 2004-06-16 13:24:37 +00:00
parent b19d1dae3d
commit 9c73bc3022
4 changed files with 5 additions and 15 deletions

View File

@ -28,7 +28,7 @@ first a summary, then a detailed log.</para>
<listitem><para>groff-1.19.1</para></listitem> <listitem><para>groff-1.19.1</para></listitem>
<listitem><para>hotplug-2004_04_01</para></listitem> <listitem><para>hotplug-2004_04_01</para></listitem>
<listitem><para>lfs-bootscripts-2.1.2-pre1</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>m4-1.4.1</para></listitem>
<listitem><para>man-pages-1.67</para></listitem> <listitem><para>man-pages-1.67</para></listitem>
<listitem><para>psmisc-21.5</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-device-2.patch</para></listitem>
<listitem><para>hotplug-2004_04_01-isapnp-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>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>linux-libc-headers-2.6.6.0</para></listitem>
<listitem><para>module-init-tools-3.0</para></listitem> <listitem><para>module-init-tools-3.0</para></listitem>
<listitem><para>net-tools-1.60-gcc34-2.patch</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> </itemizedlist>
</listitem> </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 <listitem><para>June 16, 2004 [alexander]: Removed the fileencodings line due to
a bug which causes Vim to default to UTF-8.</para></listitem> a bug which causes Vim to default to UTF-8.</para></listitem>

View File

@ -98,14 +98,6 @@ following:</para>
</listitem> </listitem>
</varlistentry> </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> <varlistentry>
<term>Man 80-Columns Patch - 1 KB:</term> <term>Man 80-Columns Patch - 1 KB:</term>
<listitem> <listitem>

View File

@ -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 kernel compilation. You shouldn't rely on the source tree being clean after
un-tarring.</para> 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 <para>Also, assure that the kernel does not attempt to pass hotplugging events
to userspace until userspace specifies that it is ready:</para> to userspace until userspace specifies that it is ready:</para>

View File

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