diff options
-rw-r--r-- | chapter01/changelog.xml | 12 | ||||
-rw-r--r-- | chapter08/kernel.xml | 6 | ||||
-rw-r--r-- | general.ent | 4 |
3 files changed, 20 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 92ced62e7..e78c9d9fd 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -37,6 +37,18 @@ --> <listitem> + <para>2010-06-18</para> + <itemizedlist> + <listitem> + <para>[bdubbs] - Add a sed to the current kernel to work around + a bug in linux-2.6.34 and earlier. This change will be removed + when incorporated into a subsequent verion of the kernel. + Fixes <ulink url="&lfs-ticket-root;2662">#2662</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2010-06-16</para> <itemizedlist> <listitem> diff --git a/chapter08/kernel.xml b/chapter08/kernel.xml index d56cac861..80d7bac43 100644 --- a/chapter08/kernel.xml +++ b/chapter08/kernel.xml @@ -40,6 +40,12 @@ <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—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/general.ent b/general.ent index 5766dbf6d..2d096496a 100644 --- a/general.ent +++ b/general.ent @@ -1,5 +1,5 @@ -<!ENTITY version "SVN-20100616"> -<!ENTITY releasedate "June 16, 2010"> +<!ENTITY version "SVN-20100618"> +<!ENTITY releasedate "June 18, 2010"> <!ENTITY copyrightdate "1999-2010"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "6.7"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> |