Changeset 9247501d


Ignore:
Timestamp:
10/06/2022 08:49:56 AM (19 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/clfs-ng
Children:
85ec218a
Parents:
9dafe2d4 (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:

Merge remote-tracking branch 'origin/trunk' into xry111/clfs-ng

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r9dafe2d4 r9247501d  
    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

    r9dafe2d4 r9247501d  
    160160
    161161<screen><userinput remap="test">make -k check</userinput></screen>
     162
     163    <para>For a list of failed tests, run:</para>
     164
     165<screen><userinput remap="test">grep '^FAIL:' $(find -name '*.log')</userinput></screen>
    162166
    163167    <para>Twelve tests fail in the gold testsuite when the
  • packages.ent

    r9dafe2d4 r9247501d  
    429429<!ENTITY linux-major-version "5">
    430430<!ENTITY linux-minor-version "19">
    431 <!ENTITY linux-patch-version "12">
     431<!ENTITY linux-patch-version "13">
    432432<!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">-->
    433433<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">
    434 <!ENTITY linux-size "128,599 KB">
     434<!ENTITY linux-size "128,568 KB">
    435435<!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz">
    436 <!ENTITY linux-md5 "6a8c953d04986027b033bc92185745bf">
     436<!ENTITY linux-md5 "fd9538870c56a39ec8a7c1d6abf0b43a">
    437437<!ENTITY linux-home "https://www.kernel.org/">
    438438<!-- measured for 5.13.4 / gcc-11.1.0 on x86_64 : minimum is
Note: See TracChangeset for help on using the changeset viewer.