This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from 8b789f2b7602 Merge tag 'mm-hotfixes-stable-2025-09-17-21-10' of git://g [...]
new c45601306aa5 um: Don't mark stack executable
new 7ebf70cf1816 um: virtio_uml: Fix use-after-free after put_device in probe
new df447a3b4a4b um: Fix FD copy size in os_rcv_fd_msg()
new f03e578c8afe Merge tag 'uml-for-6.17-rc7' of git://git.kernel.org/pub/s [...]
new 8822e8be86d4 platform/x86/amd/pmc: Add MECHREVO Yilong15Pro to spurious [...]
new fba9d5448bd4 platform/x86: oxpec: Add support for OneXPlayer X1Pro EVA-02
new d857d09fb653 platform/x86: oxpec: Add support for AOKZOE A1X
new 1b09d0886627 platform/x86/amd/pmf: Support new ACPI ID AMDI0108
new 225d1ee0f5ba platform/x86: asus-wmi: Re-add extra keys to ignore_key_wl [...]
new 604530cd9a5b Merge tag 'platform-drivers-x86-v6.17-4' of git://git.kern [...]
new 34b8f4adedd5 KVM: arm64: Mark freed S2 MMUs as invalid
new 860b21c31d16 KVM: arm64: nv: fix VNCR TLB ASID match logic for non-Glob [...]
new efad60e46057 KVM: arm64: Initialize PMSCR_EL1 when in VHE
new da2e743419cb KVM: arm64: VHE: Save and restore host MDCR_EL2 value correctly
new 7d6ca84aa985 KVM: arm64: vgic: Drop stale comment on IRQ active state
new 3a08a6ca7c37 KVM: arm64: vgic-v3: Use bare refcount for VGIC LPIs
new 0a4aedf2bd30 KVM: arm64: Spin off release helper from vgic_put_irq()
new d54594accf73 KVM: arm64: vgic-v3: Erase LPIs from xarray outside of raw [...]
new 982f31bbb5b0 KVM: arm64: vgic-v3: Don't require IRQs be disabled for LP [...]
new 13bba09beb5f KVM: arm64: vgic-v3: Indicate vgic_put_irq() may take LPI [...]
new ebb2d8fd81b8 KVM: arm64: nv: Fix incorrect VNCR invalidation range calculation
new 2dc720e60631 KVM: arm64: Fix parameter ordering for VBAR_EL1 assignment
new 51d165e92a70 KVM: arm64: Remove stage 2 read fault check
new c04f17412991 KVM: arm64: vgic: fix incorrect spinlock API usage
new fc670ad5966f Revert "KVM: arm64: Reschedule as needed when destroying t [...]
new e6157256ee1a Revert "KVM: arm64: Split kvm_pgtable_stage2_destroy()"
new 7d862707d6af Merge tag 'kvmarm-fixes-6.17-2' of https://git.kernel.org/ [...]
new d02e48830e3f KVM: SVM: Sync TPR from LAPIC into VMCB::V_TPR even if AVI [...]
new f6f43a533875 Merge tag 'kvm-x86-fixes-6.17-rcN' of https://github.com/k [...]
new de4da7bd5c51 KVM: s390: Fix access to unavailable adapter indicator pag [...]
new 185d903064f8 KVM: s390: Fix incorrect usage of mmu_notifier_register()
new 5f9df945d4e8 KVM: s390: Fix FOLL_*/FAULT_FLAG_* confusion
new ecd42dd170ea Merge tag 'kvm-s390-master-6.17-1' of https://git.kernel.o [...]
new 86cc796e5e9b Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...]
The 34 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
arch/arm64/include/asm/kvm_host.h | 1 +
arch/arm64/include/asm/kvm_pgtable.h | 30 ------------
arch/arm64/include/asm/kvm_pkvm.h | 4 +-
arch/arm64/kvm/arm.c | 4 +-
arch/arm64/kvm/debug.c | 13 +++++
arch/arm64/kvm/hyp/include/hyp/switch.h | 5 --
arch/arm64/kvm/hyp/nvhe/switch.c | 6 +++
arch/arm64/kvm/hyp/nvhe/sys_regs.c | 2 +-
arch/arm64/kvm/hyp/pgtable.c | 25 ++--------
arch/arm64/kvm/mmu.c | 45 +++--------------
arch/arm64/kvm/nested.c | 6 +--
arch/arm64/kvm/pkvm.c | 11 +----
arch/arm64/kvm/vgic/vgic-debug.c | 2 +-
arch/arm64/kvm/vgic/vgic-init.c | 6 +--
arch/arm64/kvm/vgic/vgic-its.c | 15 +++---
arch/arm64/kvm/vgic/vgic-v4.c | 2 +-
arch/arm64/kvm/vgic/vgic.c | 80 ++++++++++++++++++++++---------
arch/arm64/kvm/vgic/vgic.h | 8 ++--
arch/s390/kvm/interrupt.c | 15 ++++--
arch/s390/kvm/kvm-s390.c | 24 +++++-----
arch/s390/kvm/pv.c | 16 +++++--
arch/um/drivers/virtio_uml.c | 6 ++-
arch/um/os-Linux/file.c | 2 +-
arch/um/os-Linux/util.c | 3 +-
arch/x86/kvm/svm/svm.c | 3 +-
drivers/platform/x86/amd/pmc/pmc-quirks.c | 8 ++++
drivers/platform/x86/amd/pmf/core.c | 1 +
drivers/platform/x86/asus-nb-wmi.c | 2 +
drivers/platform/x86/oxpec.c | 14 ++++++
include/kvm/arm_vgic.h | 9 ++--
30 files changed, 186 insertions(+), 182 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from b49f1dad54d openmp: Fix up ICE in lower_omp_regimplify_operands_p [PR121977]
new 642504b41ce RISC-V: Correct lmul estimation
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/config/riscv/riscv-vector-costs.cc | 2 +-
.../gcc.target/riscv/rvv/autovec/pr121910.c | 34 ++++++++++++++++++++++
2 files changed, 35 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/pr121910.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 1fcb94ed750 Remove remnants of Solaris/PowerPC support
new a4b1ac7f1f3 gdb: LoongArch: Record correct frame base address
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gdb/loongarch-tdep.c | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 1d0a5e9fcb8 AArch64: Add SME LUTv2 intrinsics
new b49f1dad54d openmp: Fix up ICE in lower_omp_regimplify_operands_p [PR121977]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/omp-low.cc | 2 ++
gcc/testsuite/g++.dg/gomp/pr121977.C | 17 +++++++++++++++++
2 files changed, 19 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/gomp/pr121977.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-15
in repository gcc.
from 49a81006bdf Remove SPR/GNR/DMR from avx512_{move,store}_by pieces tune.
new 2da81100da4 libstdc++: Explicitly pass -Wsystem-headers in tests that need it
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
libstdc++-v3/testsuite/20_util/bind/dangling_ref.cc | 1 +
libstdc++-v3/testsuite/20_util/ratio/operations/ops_overflow_neg.cc | 2 +-
libstdc++-v3/testsuite/20_util/unique_ptr/lwg4148.cc | 1 +
.../testsuite/29_atomics/atomic/operators/pointer_partial_void.cc | 1 +
libstdc++-v3/testsuite/30_threads/packaged_task/cons/dangling_ref.cc | 1 +
5 files changed, 5 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 727ee2e293d Move isort config to pyproject.toml
new 3a9f5df6ea8 Have gdb.ThreadExitedEvent inherit from gdb.ThreadEvent
new 1fcb94ed750 Remove remnants of Solaris/PowerPC support
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
bfd/config.bfd | 2 +-
configure | 4 ----
configure.ac | 4 ----
gas/configure.tgt | 1 -
gdb/python/py-event-types.def | 2 +-
gdb/testsuite/gdb.python/py-thread-exited.py | 2 ++
6 files changed, 4 insertions(+), 11 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gdb-17-branch
in repository binutils-gdb.
from 4be256c4858 Automatic date update in version.in
new 3acee96df5a Have gdb.ThreadExitedEvent inherit from gdb.ThreadEvent
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gdb/python/py-event-types.def | 2 +-
gdb/testsuite/gdb.python/py-thread-exited.py | 2 ++
2 files changed, 3 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 80e85c627a3 RISC-V: Add test case of unsigned scalar SAT_MUL form 5 for [...]
new 45ddf553534 AArch64: Add SME LUTv2 architecture extension
new 1d0a5e9fcb8 AArch64: Add SME LUTv2 intrinsics
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/config/aarch64/aarch64-c.cc | 1 +
gcc/config/aarch64/aarch64-option-extensions.def | 2 +
gcc/config/aarch64/aarch64-sme.md | 34 ++
gcc/config/aarch64/aarch64-sve-builtins-shapes.cc | 104 +++++-
gcc/config/aarch64/aarch64-sve-builtins-shapes.h | 3 +
gcc/config/aarch64/aarch64-sve-builtins-sme.cc | 72 ++++
gcc/config/aarch64/aarch64-sve-builtins-sme.def | 6 +
gcc/config/aarch64/aarch64-sve-builtins-sme.h | 3 +
gcc/config/aarch64/aarch64-sve-builtins.h | 7 +-
gcc/config/aarch64/aarch64.h | 7 +-
gcc/doc/invoke.texi | 2 +
.../aarch64/sme2/acle-asm/svluti4_zt_1.c | 30 ++
.../aarch64/sme2/acle-asm/svwrite_lane_zt_1.c | 204 +++++++++++
.../aarch64/sme2/acle-asm/svwrite_zt_1.c | 96 +++++
.../aarch64/sve/acle/general-c/svluti4_zt_1.c | 86 +++++
.../aarch64/sve/acle/general-c/svwrite_lane_zt_1.c | 406 +++++++++++++++++++++
.../aarch64/sve/acle/general-c/svwrite_zt_1.c | 351 ++++++++++++++++++
17 files changed, 1409 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/sme2/acle-asm/svluti4_zt_1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sme2/acle-asm/svwrite_lane_zt_1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sme2/acle-asm/svwrite_zt_1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/acle/general-c/svluti4_zt_1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/acle/general-c/svwrite_lan [...]
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/acle/general-c/svwrite_zt_1.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from d654421dc26 ld: Don't use -mdirect-extern-access for LoongArch
new 727ee2e293d Move isort config to pyproject.toml
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gdb/pyproject.toml | 3 +++
gdb/setup.cfg | 3 ---
2 files changed, 3 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 8c6b6adce45 Fix verification ICE after ipa-cp
new f9c72bc02a8 Match: Add form 5 of unsigned SAT_MUL for widen-mul
new 80e85c627a3 RISC-V: Add test case of unsigned scalar SAT_MUL form 5 for [...]
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/match.pd | 25 ++++++++++++++++++++++
gcc/testsuite/gcc.target/riscv/sat/sat_arith.h | 15 +++++++++++++
...u16-from-u128.c => sat_u_mul-6-u16-from-u128.c} | 2 +-
...u32-from-u128.c => sat_u_mul-6-u32-from-u128.c} | 2 +-
...u64-from-u128.c => sat_u_mul-6-u64-from-u128.c} | 2 +-
...5-u8-from-u128.c => sat_u_mul-6-u8-from-u128.c} | 2 +-
...from-u128.c => sat_u_mul-run-6-u16-from-u128.c} | 4 ++--
...from-u128.c => sat_u_mul-run-6-u32-from-u128.c} | 4 ++--
...from-u128.c => sat_u_mul-run-6-u64-from-u128.c} | 4 ++--
...-from-u128.c => sat_u_mul-run-6-u8-from-u128.c} | 4 ++--
gcc/tree-ssa-math-opts.cc | 1 +
11 files changed, 53 insertions(+), 12 deletions(-)
copy gcc/testsuite/gcc.target/riscv/sat/{sat_u_mul-5-u16-from-u128.c => sat_u_mul- [...]
copy gcc/testsuite/gcc.target/riscv/sat/{sat_u_mul-5-u32-from-u128.c => sat_u_mul- [...]
copy gcc/testsuite/gcc.target/riscv/sat/{sat_u_mul-5-u64-from-u128.c => sat_u_mul- [...]
copy gcc/testsuite/gcc.target/riscv/sat/{sat_u_mul-5-u8-from-u128.c => sat_u_mul-6 [...]
copy gcc/testsuite/gcc.target/riscv/sat/{sat_u_mul-run-4-u8-from-u128.c => sat_u_m [...]
copy gcc/testsuite/gcc.target/riscv/sat/{sat_u_mul-run-4-u32-from-u128.c => sat_u_ [...]
copy gcc/testsuite/gcc.target/riscv/sat/{sat_u_mul-run-4-u64-from-u128.c => sat_u_ [...]
copy gcc/testsuite/gcc.target/riscv/sat/{sat_u_mul-run-4-u8-from-u128.c => sat_u_m [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.