mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-10 07:59:38 +00:00
Merge remote-tracking branch 'origin/trunk' into xry111/arm64
This commit is contained in:
commit
04ca2a71db
@ -39,6 +39,17 @@
|
||||
<listitem revision="sysv"> or <listitem revision="systemd"> as
|
||||
appropriate for the entry or if needed the entire day's listitem.
|
||||
-->
|
||||
<listitem>
|
||||
<para>2022-10-04</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[renodr] - Update to Linux-5.19.13. If you are using an Intel
|
||||
GPU on a laptop, please update from Linux-5.19.12 immediately to
|
||||
prevent damage to your display. Fixes
|
||||
<ulink url="&lfs-ticket-root;5125">#5125</ulink>.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>2022-10-01</para>
|
||||
|
@ -160,6 +160,10 @@ cd build</userinput></screen>
|
||||
|
||||
<screen><userinput remap="test">make -k check</userinput></screen>
|
||||
|
||||
<para>For a list of failed tests, run:</para>
|
||||
|
||||
<screen><userinput remap="test">grep '^FAIL:' $(find -name '*.log')</userinput></screen>
|
||||
|
||||
<para>
|
||||
<!-- Caused by egrep deprecation. Note that we don't "patch" temp grep.
|
||||
And it seems unworthy to add a sed into temp grep just for one test
|
||||
|
@ -424,12 +424,12 @@
|
||||
|
||||
<!ENTITY linux-major-version "5">
|
||||
<!ENTITY linux-minor-version "19">
|
||||
<!ENTITY linux-patch-version "12">
|
||||
<!ENTITY linux-patch-version "13">
|
||||
<!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">-->
|
||||
<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">
|
||||
<!ENTITY linux-size "128,599 KB">
|
||||
<!ENTITY linux-size "128,568 KB">
|
||||
<!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz">
|
||||
<!ENTITY linux-md5 "6a8c953d04986027b033bc92185745bf">
|
||||
<!ENTITY linux-md5 "fd9538870c56a39ec8a7c1d6abf0b43a">
|
||||
<!ENTITY linux-home "https://www.kernel.org/">
|
||||
<!-- measured for 5.13.4 / gcc-11.1.0 on x86_64 : minimum is
|
||||
allnoconfig rounded down to allow for ongoing cleanups,
|
||||
|
Loading…
Reference in New Issue
Block a user