Changeset 9c73bc30


Ignore:
Timestamp:
06/16/2004 01:24:37 PM (20 years ago)
Author:
Zack Winkles <winkie@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.0, 6.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
4b3ac50
Parents:
b19d1dae
Message:

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rb19d1dae r9c73bc30  
    2929<listitem><para>hotplug-2004_04_01</para></listitem>
    3030<listitem><para>lfs-bootscripts-2.1.2-pre1</para></listitem>
    31 <listitem><para>linux-2.6.6</para></listitem>
     31<listitem><para>linux-2.6.7</para></listitem>
    3232<listitem><para>m4-1.4.1</para></listitem>
    3333<listitem><para>man-pages-1.67</para></listitem>
     
    4848<listitem><para>hotplug-2004_04_01-isapnp-2.patch</para></listitem>
    4949<listitem><para>inetutils-1.4.2-kernel_headers-1.patch</para></listitem>
    50 <listitem><para>linux-2.6.6-fpu-1.patch</para></listitem>
    5150<listitem><para>linux-libc-headers-2.6.6.0</para></listitem>
    5251<listitem><para>module-init-tools-3.0</para></listitem>
     
    7776</listitem>
    7877
     78<listitem><para>June 16, 2004 [winkie]: Upgraded to Linux 2.6.7 and dropped the
     79FPU patch.</para></listitem>
     80
    7981<listitem><para>June 16, 2004 [alexander]: Removed the fileencodings line due to
    8082a bug which causes Vim to default to UTF-8.</para></listitem>
  • chapter03/patches.xml

    rb19d1dae r9c73bc30  
    100100
    101101<varlistentry>
    102 <term>Linux FPU Exceptions Security Fix - 1 KB:</term>
    103 <listitem>
    104 <para><ulink
    105 url="&patches-root;linux-&linux-version;-fpu-1.patch"/></para>
    106 </listitem>
    107 </varlistentry>
    108 
    109 <varlistentry>
    110102<term>Man 80-Columns Patch - 1 KB:</term>
    111103<listitem>
  • chapter08/kernel.xml

    rb19d1dae r9c73bc30  
    4343kernel compilation. You shouldn't rely on the source tree being clean after
    4444un-tarring.</para>
    45 
    46 <para>Fix an exploitable bug in FPU exception handling code:</para>
    47 
    48 <screen><userinput>patch -Np1 -i ../linux-&linux-version;-fpu-1.patch</userinput></screen>
    4945
    5046<para>Also, assure that the kernel does not attempt to pass hotplugging events
  • general.ent

    rb19d1dae r9c73bc30  
    4646<!ENTITY less-version "382">
    4747<!ENTITY libtool-version "1.5.6">
    48 <!ENTITY linux-version "2.6.6">
     48<!ENTITY linux-version "2.6.7">
    4949<!ENTITY linux-libc-headers-version "2.6.6.0">
    5050<!ENTITY m4-version "1.4.1">
Note: See TracChangeset for help on using the changeset viewer.