diff options
author | DJ Lucas <dj@linuxfromscratch.org> | 2016-12-03 15:48:25 +0000 |
---|---|---|
committer | DJ Lucas <dj@linuxfromscratch.org> | 2016-12-03 15:48:25 +0000 |
commit | d5a25a88b52a15297d7585241742ab79c6819d5b (patch) | |
tree | f2868aad8f3a5fd8c01f969bc189826410b8b3e6 /chapter08 | |
parent | 5d15cbab733d2b600bf0019160f36aa272641907 (diff) |
Update to coreutils-8.26, dbus-1.10.14 (systemd), linux-4.8.12, and tzdata-2016j. Fixes #4007, #4008, #4009, and #4010.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11149 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/kernel.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/chapter08/kernel.xml b/chapter08/kernel.xml index 318ef4e46..5c9cf9026 100644 --- a/chapter08/kernel.xml +++ b/chapter08/kernel.xml @@ -178,6 +178,13 @@ File systems ---> configuration menus and create the kernel configuration from scratch.</para> + <!-- Remove at 4.8.13 --> + <para>Fix an out of memory issue that affects recent kernels:</para> + +<screen><userinput remap="pre">sed -e '/sk_sndbuf/s/u32/int/' \ + -e '/sk_rcvbuf/s/u32/int/' \ + -i.bak net/core/sock.c</userinput></screen> + <para>Compile the kernel image and modules:</para> <screen><userinput remap="make">make</userinput></screen> |