mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-05 22:04:48 +00:00
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
This commit is contained in:
parent
d48e6eb263
commit
7d7c62c7f9
@ -40,6 +40,10 @@
|
||||
<listitem>
|
||||
<para>2010-08-15</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[matthew] - Upgrade to Linux-2.6.35.2. Fixes
|
||||
<ulink url="&lfs-ticket-root;2737">#2737</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[matthew] - Move the fuser program to the root filesystem as it
|
||||
is used in the netfs bootscript. Fixes
|
||||
|
@ -232,6 +232,10 @@
|
||||
<para>glibc-&glibc-version;-makefile_fix-1.patch</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>linux-&linux-version;-mm_locking-1.patch</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>MPC-&mpc-version;</para>
|
||||
</listitem>
|
||||
|
@ -131,6 +131,14 @@
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>Linux Memory Model Locking Patch - <token>&linux-mm_locking-patch-size;</token>:</term>
|
||||
<listitem>
|
||||
<para>Download: <ulink url="&patches-root;&linux-mm_locking-patch;"/></para>
|
||||
<para>MD5 sum: <literal>&linux-mm_locking-patch-md5;</literal></para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>Man-DB Upstream Fix Assertion Patch - <token>&man-db-upstream_fixes-patch-size;</token>:</term>
|
||||
<listitem>
|
||||
|
@ -45,6 +45,10 @@
|
||||
in the kernel source tree for alternative methods to the way this book
|
||||
configures the kernel.</para>
|
||||
|
||||
<para>Fix a bug in the memory model code that can cause boot failures:</para>
|
||||
|
||||
<screen><userinput remap="pre">patch -Np1 -i ../&linux-mm_locking-patch;</userinput></screen>
|
||||
|
||||
<para>Prepare for compilation by running the following command:</para>
|
||||
|
||||
<screen><userinput remap="pre">make mrproper</userinput></screen>
|
||||
|
10
packages.ent
10
packages.ent
@ -307,12 +307,12 @@
|
||||
|
||||
<!ENTITY linux-major-version "2.6">
|
||||
<!ENTITY linux-minor-version "35">
|
||||
<!--<!ENTITY linux-patch-version "1">-->
|
||||
<!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">-->
|
||||
<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">
|
||||
<!ENTITY linux-size "67,681 KB">
|
||||
<!ENTITY linux-patch-version "2">
|
||||
<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">
|
||||
<!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">-->
|
||||
<!ENTITY linux-size "67,636 KB">
|
||||
<!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;/linux-&linux-version;.tar.bz2">
|
||||
<!ENTITY linux-md5 "091abeb4684ce03d1d936851618687b6">
|
||||
<!ENTITY linux-md5 "0da1c090199663c180d8a60bf49de36e">
|
||||
<!ENTITY linux-home "http://www.kernel.org/">
|
||||
<!ENTITY linux-ch8-du "450 - 500 MB">
|
||||
<!ENTITY linux-ch8-sbu "1.5 - 5.0 SBU">
|
||||
|
@ -71,6 +71,10 @@
|
||||
<!ENTITY kbd-backspace-patch-md5 "f75cca16a38da6caa7d52151f7136895">
|
||||
<!ENTITY kbd-backspace-patch-size "12 KB">
|
||||
|
||||
<!ENTITY linux-mm_locking-patch "linux-&kbd-version;-mm_locking-1.patch">
|
||||
<!ENTITY linux-mm_locking-patch-md5 "f139404228d3cc92bcf41d5f146e1a1b">
|
||||
<!ENTITY linux-mm_locking-patch-size "1.4 KB">
|
||||
|
||||
<!ENTITY man-db-upstream_fixes-patch "man-db-&man-db-version;-fix_man_assertion-1.patch">
|
||||
<!ENTITY man-db-upstream_fixes-patch-md5 "a2d7e211160564c13296476cb5f05574">
|
||||
<!ENTITY man-db-upstream_fixes-patch-size "3.9 KB">
|
||||
|
Loading…
Reference in New Issue
Block a user