[lfs] 01/01: Merge tag 'r12.3' into xry111/loongarch

"Git Owner" ([email protected] via lfs-book Mailing List) <[email protected]>
Newsgroups gmane.linux.lfs.book
Message-ID <[email protected]>
This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch xry111/loongarch
in repository lfs.

commit 2a0ab6f6b227a0c47ac7ddd340b7ff0a49ec8558
Merge: c18b8a7cc cbe6deea0
Author: Xi Ruoyao <[email protected]>
AuthorDate: Sun Apr 13 12:56:14 2025 +0800

    Merge tag 'r12.3' into xry111/loongarch
    
    Prepare for loongarch-12.3.

 appendices/dependencies.xml |  2 +-
 chapter01/changelog.xml     | 76 +++++++++++++++++++++++++++++++++++++++++++++
 chapter01/whatsnew.xml      | 12 +++----
 chapter04/addinguser.xml    |  2 +-
 chapter08/bison.xml         |  2 +-
 chapter08/chapter08.xml     |  2 +-
 chapter08/e2fsprogs.xml     |  7 +++--
 chapter08/flex.xml          |  2 +-
 chapter08/gcc.xml           | 28 +++++------------
 chapter08/gettext.xml       |  3 +-
 chapter08/inetutils.xml     |  2 +-
 chapter08/kmod.xml          | 53 +++++++------------------------
 chapter08/libtool.xml       |  2 +-
 chapter08/man-pages.xml     | 27 +++++++++++++++-
 chapter08/perl.xml          |  2 +-
 chapter08/sysklogd.xml      |  1 +
 chapter08/systemd.xml       |  6 +++-
 gen-changelog.py            |  2 +-
 packages.ent                | 72 +++++++++++++++++++++---------------------
 19 files changed, 184 insertions(+), 119 deletions(-)

diff --cc chapter04/addinguser.xml
index 28be6b9ad,4b4ec7fd5..876b0f9a8
--- a/chapter04/addinguser.xml
+++ b/chapter04/addinguser.xml
@@@ -80,7 -80,10 +80,7 @@@ useradd -s /bin/bash -g &lfs-groupname
    all the directories under <filename class="directory">$LFS</filename> by making
    <systemitem class="username">lfs</systemitem> the owner:</para>
  
- <screen><userinput>chown -v &lfs-username; $LFS/{usr{,/*},lib,lib64,var,etc,bin,sbin,tools}</userinput></screen>
 -<screen><userinput>chown -v &lfs-username; $LFS/{usr{,/*},var,etc,tools}
 -case $(uname -m) in
 -  x86_64) chown -v &lfs-username; $LFS/lib64 ;;
 -esac</userinput></screen>
++<screen><userinput>chown -v &lfs-username; $LFS/{usr{,/*},lib64,var,etc,tools}</userinput></screen>
  
  <note><para>In some host systems, the following <command>su</command> command does not complete
    properly and suspends the login for the &lfs-user; user to the background.
diff --cc chapter08/gcc.xml
index d8325e1e9,f0616e2cd..c681117be
--- a/chapter08/gcc.xml
+++ b/chapter08/gcc.xml
@@@ -165,40 -173,15 +165,28 @@@ su tester -c "PATH=$PATH make -k check"
      <para>Results can be compared with those located at <ulink
      url="&test-results;"/> and
      <ulink url="https://gcc.gnu.org/ml/gcc-testresults/"/>.</para>
- <!--
-     <para>
-     Eight gcc tests (out of over 185,000):
-     <!- - https://gcc.gnu.org/PR106375 - -><filename>pr56837.c</filename>
-     and seven tests in the <filename class='directory'>analyzer</filename>
-     directory are known to fail.
- 
-     <!- - https://gcc.gnu.org/PR109353 - ->
-     One libstdc++ test (out of over 15000), <filename>copy.cc</filename>, is
-     known to fail.
- 
-     For g++, 21 tests (out of approximately 250,000): 14
-     <quote>AddressSanitizer*</quote>
-     tests and 7 <filename>interception-malloc-test-1.C</filename> tests, are
-     known to fail.
- 
-     Additionally, several tests in the
-     <filename class='directory'>vect</filename> directory are known to fail
-     if the hardware does not support AVX.</para>
- -->
+ 
+     <!-- https://github.com/google/sanitizers/issues/1716
+          Affecting any host distro with a large vm.mmap_rnd_bits.
+          The fix is https://github.com/llvm/llvm-project/commit/0784b1eefa36
+          but it's not in GCC 14.  TODO retry with
+              sudo sysctl vm.mmap_rnd_bits=32
+          on the host distro when we update to GCC 15.  -->
+     <para>The tsan tests are known to fail on some host distros.</para>
  
 +    <!-- gen-vect-*: Likely https://gcc.gnu.org/PR113418
 +         pr108357.c: https://gcc.gnu.org/PR108357#c5
 +         update-threading.c: https://gcc.gnu.org/PR110628
 +         vect-117.c: https://gcc.gnu.org/PR113685 -->
 +    <para>The tests named
 +    <filename>gen-vect-11b.c</filename>,
 +    <filename>gen-vect-11c.c</filename>,
 +    <filename>gen-vect-26.c</filename>,
 +    <filename>gen-vect-28.c</filename>,
 +    <filename>pr108357.c</filename>,
 +    <filename>update-threading.c</filename>,
 +    and <filename>vect-117.c</filename> are known to fail.</para>
 +
      <para>A few unexpected failures cannot always be avoided. In some cases
      test failures depend on the specific hardware of the system.<!--The GCC developers
      are usually aware of these issues, but have not resolved them yet.-->

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

-- 
http://lists.linuxfromscratch.org/sympa/info/lfs-book
Unsubscribe: See the above information page
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.