Changeset 7d7c62c


Ignore:
Timestamp:
08/15/2010 06:31:33 PM (14 years ago)
Author:
Matthew Burgess <matthew@…>
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.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:
a8445a5b
Parents:
d48e6eb
Message:

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

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rd48e6eb r7d7c62c  
    4242      <itemizedlist>
    4343         <listitem>
     44           <para>[matthew] - Upgrade to Linux-2.6.35.2. Fixes
     45           <ulink url="&lfs-ticket-root;2737">#2737</ulink>.</para>
     46         </listitem>
     47         <listitem>
    4448           <para>[matthew] - Move the fuser program to the root filesystem as it
    4549           is used in the netfs bootscript. Fixes
  • chapter01/whatsnew.xml

    rd48e6eb r7d7c62c  
    234234
    235235    <listitem>
     236      <para>linux-&linux-version;-mm_locking-1.patch</para>
     237    </listitem>
     238
     239    <listitem>
    236240      <para>MPC-&mpc-version;</para>
    237241    </listitem>
  • chapter03/patches.xml

    rd48e6eb r7d7c62c  
    133133
    134134    <varlistentry>
     135      <term>Linux Memory Model Locking Patch - <token>&linux-mm_locking-patch-size;</token>:</term>
     136      <listitem>
     137        <para>Download: <ulink url="&patches-root;&linux-mm_locking-patch;"/></para>
     138        <para>MD5 sum: <literal>&linux-mm_locking-patch-md5;</literal></para>
     139      </listitem>
     140    </varlistentry>
     141
     142    <varlistentry>
    135143      <term>Man-DB Upstream Fix Assertion Patch - <token>&man-db-upstream_fixes-patch-size;</token>:</term>
    136144      <listitem>
  • chapter08/kernel.xml

    rd48e6eb r7d7c62c  
    4545    in the kernel source tree for alternative methods to the way this book
    4646    configures the kernel.</para>
     47
     48    <para>Fix a bug in the memory model code that can cause boot failures:</para>
     49
     50<screen><userinput remap="pre">patch -Np1 -i ../&linux-mm_locking-patch;</userinput></screen>
    4751
    4852    <para>Prepare for compilation by running the following command:</para>
  • packages.ent

    rd48e6eb r7d7c62c  
    308308<!ENTITY linux-major-version "2.6">
    309309<!ENTITY linux-minor-version "35">
    310 <!--<!ENTITY linux-patch-version "1">-->
    311 <!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">-->
    312 <!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">
    313 <!ENTITY linux-size "67,681 KB">
     310<!ENTITY linux-patch-version "2">
     311<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">
     312<!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">-->
     313<!ENTITY linux-size "67,636 KB">
    314314<!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;/linux-&linux-version;.tar.bz2">
    315 <!ENTITY linux-md5 "091abeb4684ce03d1d936851618687b6">
     315<!ENTITY linux-md5 "0da1c090199663c180d8a60bf49de36e">
    316316<!ENTITY linux-home "http://www.kernel.org/">
    317317<!ENTITY linux-ch8-du "450 - 500 MB">
  • patches.ent

    rd48e6eb r7d7c62c  
    7272<!ENTITY kbd-backspace-patch-size "12 KB">
    7373
     74<!ENTITY linux-mm_locking-patch "linux-&kbd-version;-mm_locking-1.patch">
     75<!ENTITY linux-mm_locking-patch-md5 "f139404228d3cc92bcf41d5f146e1a1b">
     76<!ENTITY linux-mm_locking-patch-size "1.4 KB">
     77
    7478<!ENTITY man-db-upstream_fixes-patch "man-db-&man-db-version;-fix_man_assertion-1.patch">
    7579<!ENTITY man-db-upstream_fixes-patch-md5 "a2d7e211160564c13296476cb5f05574">
Note: See TracChangeset for help on using the changeset viewer.