Changeset 0875e7d


Ignore:
Timestamp:
10/05/2022 10:30:10 PM (19 months ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
multilib
Children:
e5de5d4
Parents:
713ad54 (diff), ceb61b9 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Automatic merge of trunk into multilib

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r713ad54 r0875e7d  
    4040    appropriate for the entry or if needed the entire day's listitem.
    4141    -->
     42    <listitem>
     43      <para>2022-10-04</para>
     44      <itemizedlist>
     45        <listitem>
     46          <para>[renodr] - Update to Linux-5.19.13. If you are using an Intel
     47          GPU on a laptop, please update from Linux-5.19.12 immediately to
     48          prevent damage to your display. Fixes
     49          <ulink url="&lfs-ticket-root;5125">#5125</ulink>.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
    4253
    4354    <listitem>
  • chapter08/binutils.xml

    r713ad54 r0875e7d  
    179179<screen><userinput remap="test">make -k check</userinput></screen>
    180180
     181    <para>For a list of failed tests, run:</para>
     182
     183<screen><userinput remap="test">grep '^FAIL:' $(find -name '*.log')</userinput></screen>
     184
    181185    <para>Twelve tests fail in the gold testsuite when the
    182186    <option>--enable-default-pie</option> and
  • packages.ent

    r713ad54 r0875e7d  
    434434<!ENTITY linux-major-version "5">
    435435<!ENTITY linux-minor-version "19">
    436 <!ENTITY linux-patch-version "12">
     436<!ENTITY linux-patch-version "13">
    437437<!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">-->
    438438<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">
    439 <!ENTITY linux-size "128,599 KB">
     439<!ENTITY linux-size "128,568 KB">
    440440<!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz">
    441 <!ENTITY linux-md5 "6a8c953d04986027b033bc92185745bf">
     441<!ENTITY linux-md5 "fd9538870c56a39ec8a7c1d6abf0b43a">
    442442<!ENTITY linux-home "https://www.kernel.org/">
    443443<!-- measured for 5.13.4 / gcc-11.1.0 on x86_64 : minimum is
Note: See TracChangeset for help on using the changeset viewer.