Changeset 5ea02778


Ignore:
Timestamp:
06/13/2004 04:20:00 PM (20 years ago)
Author:
Alexander E. Patrakov <alexander@…>
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:
5ce2fc9
Parents:
e63529b
Message:

Security: fixed an exploitable DoS bug in FPU exception handling code in linux-2.6.6

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3782 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    re63529b r5ea02778  
    6868<listitem><para>inetutils-1.4.2-kernel_headers-1.patch</para></listitem>
    6969<listitem><para>inetutils-1.4.2-no_server_man_pages-1.patch</para></listitem>
     70<listitem><para>linux-2.6.6-fpu-1.patch</para></listitem>
    7071<listitem><para>linux-libc-headers-2.6.6.0</para></listitem>
    7172<listitem><para>mktemp-1.5</para></listitem>
     
    108109</listitem>
    109110
     111<listitem><para>June 13, 2004 [alexander]: Security: added
     112linux-2.6.6-fpu-1.patch</para></listitem>
     113
    110114<listitem><para>June 12, 2004 [jeremy]: Chapter 6 - Hotplug - corrected the
    111115name of the bogus deps patch</para></listitem>
  • chapter03/patches.xml

    re63529b r5ea02778  
    107107
    108108<varlistentry>
     109<term>Linux FPU Exceptions Security Fix - 1 KB:</term>
     110<listitem>
     111<para><ulink
     112url="&patches-root;linux-&linux-version;-fpu-1.patch"/></para>
     113</listitem>
     114</varlistentry>
     115
     116<varlistentry>
    109117<term>Man 80-Columns Patch - 1 KB:</term>
    110118<listitem>
  • chapter08/kernel.xml

    re63529b r5ea02778  
    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>
    4549
    4650<para>Configure the kernel via a menu-driven interface:</para>
  • general.ent

    re63529b r5ea02778  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!ENTITY version "CVS-20040612">
    3 <!ENTITY releasedate "June 12, 2004">
     2<!ENTITY version "CVS-20040613">
     3<!ENTITY releasedate "June 13, 2004">
    44<!ENTITY milestone "6.0">
    55
Note: See TracChangeset for help on using the changeset viewer.