aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2010-08-03 19:59:24 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2010-08-03 19:59:24 +0000
commitc644cae75cb16255770d950b64dcb993ed83f990 (patch)
tree8332f6d557d3e346b91aed3bc72925f655d75ddf
parentff1d9e0115c3d3227d504b97829a88dce30e76c5 (diff)
Upgrade to Linux-2.6.35. Fixes #2728.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9348 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml4
-rw-r--r--chapter08/kernel.xml6
-rw-r--r--packages.ent12
3 files changed, 10 insertions, 12 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 47330c30a..acdfd19f7 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -41,6 +41,10 @@
<para>2010-08-03</para>
<itemizedlist>
<listitem>
+ <para>[matthew] - Upgrade to Linux-2.6.35. Fixes
+ <ulink url="&lfs-ticket-root;2728">#2728</ulink>.</para>
+ </listitem>
+ <listitem>
<para>[matthew] - Upgrade to GCC-4.5.1. Fixes
<ulink url="&lfs-ticket-root;2727">#2727</ulink>.</para>
</listitem>
diff --git a/chapter08/kernel.xml b/chapter08/kernel.xml
index 80d7bac43..d56cac861 100644
--- a/chapter08/kernel.xml
+++ b/chapter08/kernel.xml
@@ -40,12 +40,6 @@
<sect2 role="installation">
<title>Installation of the kernel</title>
- <para>First, fix a bug that causes a kernel panic on some systems:</para>
-
-<screen><userinput remap="pre">sed -i -e 's/inline void rdtsc_barrier/__always_inline void rdtsc_barrier/' \
- arch/x86/include/asm/system.h</userinput></screen>
-
-
<para>Building the kernel involves a few steps&mdash;configuration,
compilation, and installation. Read the <filename>README</filename> file
in the kernel source tree for alternative methods to the way this book
diff --git a/packages.ent b/packages.ent
index b00af5efd..339aeb6eb 100644
--- a/packages.ent
+++ b/packages.ent
@@ -305,13 +305,13 @@
<!ENTITY libtool-ch6-sbu "3.7 SBU">
<!ENTITY linux-major-version "2.6">
-<!ENTITY linux-minor-version "34">
-<!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 "66,073 KB">
+<!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-url "&kernel;linux/kernel/v&linux-major-version;/linux-&linux-version;.tar.bz2">
-<!ENTITY linux-md5 "d31d241dc2058698a45fe41359cafb45">
+<!ENTITY linux-md5 "091abeb4684ce03d1d936851618687b6">
<!ENTITY linux-home "http://www.kernel.org/">
<!ENTITY linux-ch8-du "450 - 500 MB">
<!ENTITY linux-ch8-sbu "1.5 - 5.0 SBU">