Changeset 9b228992


Ignore:
Timestamp:
05/28/2020 07:47:18 AM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
51c960d
Parents:
29b86b4
Message:

Update to linux-5.6.15

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11862 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r29b86b4 r9b228992  
    4444    -->
    4545    <listitem>
     46      <para>2020-05-28</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[pierre] - Update to linux-5.6.15. Fixes
     50          <ulink url="&lfs-ticket-root;4658">#4658</ulink>.</para>
     51        </listitem>
     52      </itemizedlist>
     53    </listitem>
     54
     55    <listitem>
    4656      <para>2020-05-27</para>
    4757      <itemizedlist>
  • chapter08/kernel.xml

    r29b86b4 r9b228992  
    5454    kernel compilation. Do not rely on the source tree being clean after
    5555    un-tarring.</para>
    56 
    57     <!-- The following paragraph and sed should be only necessary on the 5.6
    58          series, but check when 5.7 is out. -->
    59     <para>When using <envar>CONFIG_STACKPROTECTOR_STRONG=y</envar>, and
    60     compiling with GCC 10 and later, the default optimization is too
    61     aggressive, and generates a kernel panic when booting. This can be
    62     fixed with:</para>
    63 
    64 <screen><userinput remap="pre">sed -e '/cpu_startup/a asm("");' \
    65     -i arch/x86/{kernel/smpboot.c,xen/smp_pv.c}</userinput></screen>
    6656
    6757    <!-- Support for compiling a keymap into the kernel is deliberately removed -->
  • general.ent

    r29b86b4 r9b228992  
    1 <!ENTITY version         "SVN-20200527">
     1<!ENTITY version         "SVN-20200528">
    22<!ENTITY short-version   "svn">  <!-- Used below in &blfs-book;
    33                                      Change to x.y for release but not -rc releases -->
    44<!ENTITY generic-version "development"> <!-- Use "development"  or "x.y[-pre{x}]" -->
    55
    6 <!ENTITY versiond        "20200527-systemd">
     6<!ENTITY versiond        "20200528-systemd">
    77<!ENTITY short-versiond  "systemd">
    88<!ENTITY generic-versiond "systemd">
    99
    10 <!ENTITY releasedate     "May 27th, 2020">
     10<!ENTITY releasedate     "May 28th, 2020">
    1111
    1212<!ENTITY copyrightdate   "1999-2020"><!-- jhalfs needs a literal dash, not &ndash; -->
  • packages.ent

    r29b86b4 r9b228992  
    426426<!ENTITY linux-major-version "5">
    427427<!ENTITY linux-minor-version "6">
    428 <!ENTITY linux-patch-version "13">
     428<!ENTITY linux-patch-version "15">
    429429<!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">-->
    430430<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">
    431 <!ENTITY linux-size "109,177 KB">
     431<!ENTITY linux-size "109,192 KB">
    432432<!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz">
    433 <!ENTITY linux-md5 "73fa7a9e7c42a9ab2cc8151d20e8d6b6">
     433<!ENTITY linux-md5 "41f02b34dbb66ffa6b71bb3e2361e94d">
    434434<!ENTITY linux-home "https://www.kernel.org/">
    435435<!-- measured for 4.8.3 / gcc-6.2.0 on x86_64 : minimum is
Note: See TracChangeset for help on using the changeset viewer.