Ignore:
Timestamp:
12/03/2016 03:57:49 PM (7 years ago)
Author:
DJ Lucas <dj@…>
Children:
a2bbc16
Parents:
d49e97c
Message:

Sync to trunk r11149. 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/branches/nosym@11150 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/kernel.xml

    rd49e97c r853aeb6  
    179179    scratch.</para>
    180180
     181    <!-- Remove at 4.8.13 -->
     182    <para>Fix an out of memory issue that affects recent kernels:</para>
     183
     184<screen><userinput remap="pre">sed -e '/sk_sndbuf/s/u32/int/' \
     185    -e '/sk_rcvbuf/s/u32/int/' \
     186    -i.bak net/core/sock.c</userinput></screen>
     187
    181188    <para>Compile the kernel image and modules:</para>
    182189
Note: See TracChangeset for help on using the changeset viewer.