Changes in / [1dcfd50:04ca2a7]


Ignore:
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r1dcfd50 r04ca2a7  
    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

    r1dcfd50 r04ca2a7  
    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>
  • packages.ent

    r1dcfd50 r04ca2a7  
    425425<!ENTITY linux-major-version "5">
    426426<!ENTITY linux-minor-version "19">
    427 <!ENTITY linux-patch-version "12">
     427<!ENTITY linux-patch-version "13">
    428428<!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">-->
    429429<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">
    430 <!ENTITY linux-size "128,599 KB">
     430<!ENTITY linux-size "128,568 KB">
    431431<!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz">
    432 <!ENTITY linux-md5 "6a8c953d04986027b033bc92185745bf">
     432<!ENTITY linux-md5 "fd9538870c56a39ec8a7c1d6abf0b43a">
    433433<!ENTITY linux-home "https://www.kernel.org/">
    434434<!-- measured for 5.13.4 / gcc-11.1.0 on x86_64 : minimum is
Note: See TracChangeset for help on using the changeset viewer.