This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from d91b6c93f98 c++: ICE with NSDMIs and fn arguments [PR116015]
new 4d2e8fcdaf3 Daily bump.
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/ChangeLog | 117 ++++++++++++++++++++++++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/cp/ChangeLog | 6 +++
gcc/fortran/ChangeLog | 18 ++++++++
gcc/testsuite/ChangeLog | 49 ++++++++++++++++++++
5 files changed, 191 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 7e2d5218ff6 Log gdb version and configuration in DAP
new 6dac711fa23 Automatic date update in version.in
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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 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 gdb-15-branch
in repository binutils-gdb.
from 2ed13e3b58d Automatic date update in version.in
new f171f7e8df1 Automatic date update in version.in
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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 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 binutils-2_43-branch
in repository binutils-gdb.
from cb204acaff5 gas: correct .irpc handling with empty string
new 0831d9e199b Automatic date update in version.in
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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 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 linux.
from 9d5906799f7d Merge tag 'selinux-pr-20240814' of git://git.kernel.org/pu [...]
new 92b6c2f0076c KVM: SVM: Fix uninitialized variable bug
new 32b9a52f88a5 KVM: arm64: free kvm->arch.nested_mmus with kvfree()
new 963a08e586bd KVM: arm64: fix override-init warnings in W=1 builds
new 0aa34b37a78d KVM: arm64: fix kdoc warnings in W=1 builds
new 19d837bc881b KVM: arm64: vgic: fix unexpected unlock sparse warnings
new 7fef1eb0b013 docs: KVM: Fix register ID of SPSR_FIQ
new 10f2ad032def KVM: arm64: Enforce dependency on an ARMv8.4-aware toolchain
new 01ab08cafece KVM: arm64: vgic-debug: Exit the iterator properly w/o LPI
new 7e814a20f6da KVM: arm64: Tidying up PAuth code in KVM
new ad518452fd26 KVM: selftests: arm64: Correct feature test for S1PIE in g [...]
new 9eb18136af9f KVM: arm64: vgic: Hold config_lock while tearing down a CP [...]
new 747cfbf161a5 Merge tag 'kvmarm-fixes-6.11-1' of git://git.kernel.org/pu [...]
new 5a44bb061d04 KVM: s390: fix validity interception issue when gisa is sw [...]
new cff59d8631e1 s390/uv: Panic for set and remove shared access UVC errors
new 696eb24ac2af Merge tag 'kvm-s390-master-6.11-1' of https://git.kernel.o [...]
new cd2d00606553 KVM: SVM: Fix an error code in sev_gmem_post_populate()
new b098495e6949 KVM: x86: hyper-v: Remove unused inline function kvm_hv_fr [...]
new 15e1c3d65975 KVM: x86: Use this_cpu_ptr() instead of per_cpu_ptr(smp_pr [...]
new 4b7c3f6d04bd KVM: x86: Make x2APIC ID 100% readonly
new 238d3d63d1e2 KVM: selftests: Add a testcase to verify x2APIC is fully readonly
new c9b35a6f4ede KVM: eventfd: Use synchronize_srcu_expedited() on shutdown
new 66155de93bcf KVM: x86: Disallow read-only memslots for SEV-ES and SEV-S [...]
new 1c0e5881691a KVM: SEV: uapi: fix typo in SEV_RET_INVALID_CONFIG
new d07b43284ab3 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...]
The 24 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:
Documentation/virt/kvm/api.rst | 2 +-
arch/arm64/include/asm/kvm_ptrauth.h | 2 +-
arch/arm64/kvm/Kconfig | 1 +
arch/arm64/kvm/Makefile | 3 +++
arch/arm64/kvm/arm.c | 15 ++++--------
arch/arm64/kvm/hyp/include/hyp/switch.h | 1 -
arch/arm64/kvm/hyp/nvhe/Makefile | 2 ++
arch/arm64/kvm/hyp/nvhe/switch.c | 5 ++--
arch/arm64/kvm/hyp/vhe/Makefile | 2 ++
arch/arm64/kvm/nested.c | 2 +-
arch/arm64/kvm/vgic/vgic-debug.c | 5 ++--
arch/arm64/kvm/vgic/vgic-init.c | 3 +--
arch/arm64/kvm/vgic/vgic-irqfd.c | 7 +++---
arch/arm64/kvm/vgic/vgic-its.c | 18 ++++++++------
arch/arm64/kvm/vgic/vgic-v3.c | 2 +-
arch/arm64/kvm/vgic/vgic.c | 2 +-
arch/arm64/kvm/vgic/vgic.h | 2 +-
arch/s390/include/asm/uv.h | 5 +++-
arch/s390/kvm/kvm-s390.h | 7 +++++-
arch/x86/include/asm/kvm_host.h | 2 ++
arch/x86/kvm/hyperv.h | 1 -
arch/x86/kvm/lapic.c | 22 +++++++++++------
arch/x86/kvm/svm/sev.c | 7 +++---
arch/x86/kvm/x86.c | 6 ++---
include/linux/kvm_host.h | 7 ++++++
include/uapi/linux/psp-sev.h | 1 +
tools/testing/selftests/kvm/aarch64/get-reg-list.c | 4 ++--
.../selftests/kvm/x86_64/xapic_state_test.c | 28 ++++++++++++++++++++++
virt/kvm/eventfd.c | 13 +++++-----
virt/kvm/kvm_main.c | 5 ++--
30 files changed, 120 insertions(+), 62 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 a247088adaf s390: Remove vector intrinsics
new d91b6c93f98 c++: ICE with NSDMIs and fn arguments [PR116015]
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/cp/call.cc | 7 +++++--
gcc/gimplify.cc | 17 ++++++++++++++++-
gcc/testsuite/g++.dg/cpp1y/nsdmi-aggr23.C | 26 ++++++++++++++++++++++++++
3 files changed, 47 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/nsdmi-aggr23.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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from 2fb50a6e0 Add entry 9589c128ae40df3e2277487544e693f3887f7d63 from https [...]
new 65793a224 Add entry 9589c128ae40df3e2277487544e693f3887f7d63 from https [...]
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:
.../sha1/9589c128ae40df3e2277487544e693f3887f7d63/jira/description | 5 +++++
llvm/sha1/9589c128ae40df3e2277487544e693f3887f7d63/jira/yaml | 5 +++++
llvm/sha1/9589c128ae40df3e2277487544e693f3887f7d63/status.txt | 5 +++++
.../tcwg_bmk-code_speed-cpu2017rate/llvm-arm-master-O3/details.txt | 7 +++++++
.../llvm-arm-master-O3}/reproduction_instructions.txt | 4 ++--
.../llvm-arm-master-O3}/status-summary.txt | 0
.../tcwg_bmk-code_speed-cpu2017rate/llvm-arm-master-O3/status.txt | 6 +++---
.../tcwg_bmk-code_speed-cpu2017rate}/status-summary.txt | 0
.../tcwg_bmk-code_speed-cpu2017rate/status.txt | 6 +++---
9 files changed, 30 insertions(+), 8 deletions(-)
create mode 100644 llvm/sha1/9589c128ae40df3e2277487544e693f3887f7d63/tcwg_bmk-cod [...]
copy llvm/sha1/9589c128ae40df3e2277487544e693f3887f7d63/{tcwg_bmk-code_size-spec2k [...]
copy {gcc/sha1/2963c76e8e24d4ebaf2b1b4ac4d7ca44eb0a9025 => llvm/sha1/9589c128ae40d [...]
copy llvm/sha1/{d77067d08a3f56dc2d0e6c95bd2852c943df743a => 9589c128ae40df3e227748 [...]
copy {gcc/sha1/2963c76e8e24d4ebaf2b1b4ac4d7ca44eb0a9025 => llvm/sha1/9589c128ae40d [...]
copy llvm/sha1/{76243adc4699314c7569ba3c0610ecd187228291 => 9589c128ae40df3e227748 [...]
--
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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from d57af6bb3 Add entry 3cab7c555ad6451f2b1b4dc918a4b4f4e4a3e45d from https [...]
new 2fb50a6e0 Add entry 9589c128ae40df3e2277487544e693f3887f7d63 from https [...]
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:
.../tcwg_bmk-code_speed-cpu2017rate/llvm-arm-master-O3/build_url | 2 +-
.../llvm-arm-master-O3}/last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy llvm/sha1/{147c5d6686b935ecd93f8fa0e2dcf38deb593890 => 9589c128ae40df3e227748 [...]
copy llvm/sha1/9589c128ae40df3e2277487544e693f3887f7d63/{tcwg_bmk-code_size-spec2k [...]
--
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-14
in repository gcc.
from 5a63e19fd40 Daily bump.
new e903ada5e88 s390: Fix high-level builtins vec_gfmsum{,_accum}_128
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/s390/s390-builtin-types.def | 2 ++
gcc/config/s390/s390-builtins.def | 2 ++
gcc/config/s390/vecintrin.h | 4 ++--
3 files changed, 6 insertions(+), 2 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 a82c4dfe52d Fortran: fix minor frontend GMP leaks
new e8a7142a697 s390: Fix high-level builtins vec_gfmsum{,_accum}_128
new a247088adaf s390: Remove vector 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/s390/s390-builtin-types.def | 2 ++
gcc/config/s390/s390-builtins.def | 2 ++
gcc/config/s390/vecintrin.h | 18 ++----------------
3 files changed, 6 insertions(+), 16 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.