Commit fea2d7a784 for qemu.org

commit fea2d7a784fc3627a8aa72875f51fe7634b04b81
Merge: 363a069b31 5db961f92b
Author: Richard Henderson <richard.henderson@linaro.org>
Date:   Sat Jan 24 21:31:17 2026 +1100

    Merge tag 'linux-user-for-v11-pull-request' of https://github.com/hdeller/qemu-hppa into staging

    linux-user: statx() syscall, termios2 support and futext() syscall fixes

    v2:
    Fix build error in which CentOS9 is lacking the definition of MADV_COLLAPSE

    # -----BEGIN PGP SIGNATURE-----
    #
    # iHUEABYKAB0WIQS86RI+GtKfB8BJu973ErUQojoPXwUCaXSIawAKCRD3ErUQojoP
    # X1HtAQDmDfFPKNNL9+tRr+6d2mzfc2mM4B8prJhh1LdUaDy6SwEAmf/M080jpH5W
    # ljtBSN41MIOfS4s3qFs2O9uL096YgQE=
    # =WcLZ
    # -----END PGP SIGNATURE-----
    # gpg: Signature made Sat 24 Jan 2026 07:52:59 PM AEDT
    # gpg:                using EDDSA key BCE9123E1AD29F07C049BBDEF712B510A23A0F5F
    # gpg: Good signature from "Helge Deller <deller@gmx.de>" [unknown]
    # gpg:                 aka "Helge Deller <deller@kernel.org>" [unknown]
    # gpg: WARNING: This key is not certified with a trusted signature!
    # gpg:          There is no indication that the signature belongs to the owner.
    # Primary key fingerprint: 4544 8228 2CD9 10DB EF3D  25F8 3E5F 3D04 A7A2 4603
    #      Subkey fingerprint: BCE9 123E 1AD2 9F07 C049  BBDE F712 B510 A23A 0F5F

    * tag 'linux-user-for-v11-pull-request' of https://github.com/hdeller/qemu-hppa:
      linux-user: Fix MADV_XXX constants on hppa target
      linux-user: strace: Fix 5th argument of futex syscall
      linux-user: fixup termios2 related things on PowerPC
      linux-user: Add missing termios baud rates
      linux-user: Add termios2 support to sparc target
      linux-user: Add termios2 support to sh4 target
      linux-user: Add termios2 support to mips target
      linux-user: Add termios2 support to hppa target
      linux-user: Add termios2 support to alpha target
      linux-user: Add termios2 support
      linux-user: update statx emulation

    Signed-off-by: Richard Henderson <richard.henderson@linaro.org>