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 f12521000 Add entry de895751d2a250fb4127e1c7ea0863dd8e234325 from https [...]
new 375da286a Add entry 0bec0f5c059af5f920fe22ecda469b666b5971b0 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:
.../first_url | 2 +-
.../tcwg_flang_test/main-aarch64-Ofast-sve_vla/build_url | 2 +-
.../tcwg_flang_test/main-aarch64-Ofast-sve_vla/last_good | 1 +
3 files changed, 3 insertions(+), 2 deletions(-)
copy llvm/sha1/{0d921f96d48c796837fc6d83f28a33b42220f5c2 => 0bec0f5c059af5f920fe22 [...]
copy {fujitsu_testsuite/sha1/011e6d92dd86a39ccc5c28cc30672c158422c191 => llvm/sha1 [...]
create mode 100644 llvm/sha1/0bec0f5c059af5f920fe22ecda469b666b5971b0/tcwg_flang_t [...]
--
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 9004a53dd Add entry de895751d2a250fb4127e1c7ea0863dd8e234325 from https [...]
new f12521000 Add entry de895751d2a250fb4127e1c7ea0863dd8e234325 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-Os_LTO}/build_url | 2 +-
.../llvm-arm-master-Os_LTO}/last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy llvm/sha1/{0524534d5220da5ecb2cd424a46520184d2be366/tcwg_bmk-code_speed-cpu20 [...]
copy llvm/sha1/de895751d2a250fb4127e1c7ea0863dd8e234325/{tcwg_bmk-code_size-cpu201 [...]
--
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 2f62e66e144 Daily bump.
new 7d561820525 c++: __FUNCTION__ in lambda return type [PR118629]
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/name-lookup.cc | 8 +++++---
gcc/testsuite/g++.dg/cpp0x/lambda/lambda-__func__3.C | 6 ++++++
2 files changed, 11 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/lambda/lambda-__func__3.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 linux.
from 9f867ba24d36 Merge tag '6.15-rc-part2-smb3-client-fixes' of git://git.s [...]
new 121df45b37a1 s390/entry: Fix setting _CIF_MCCK_GUEST with lowcore relocation
new 1f266fd704ef s390/lowcore: Remove unused machine_flags
new 8691abd3afaa s390/pci: Fix zpci_bus_is_isolated_vf() for non-VFs
new d10493787421 s390/kvm: Split kvm_host header file
new 5eeec5694514 s390/asm-offsets: Include ftrace_regs.h instead of ftrace.h
new b9be1bee2f27 s390/asm-offsets: Remove ASM_OFFSETS_C
new 3232f1c80865 s390/processor: Use bitop functions for cpu flag helper functions
new 991a20173a1f s390: Fix linker error when -no-pie option is unavailable
new 1018424ace7e s390/smp: Add support for HOTPLUG_SMT
new af6bfcd1698d s390/mm: Dump fault info in case of low address protection fault
new 807c27430354 s390/pci: Fix dev.dma_range_map missing sentinel element
new d33d729afcc8 s390/vfio-ap: Fix no AP queue sharing allowed message writ [...]
new dd9db3bff8ec Merge tag 's390-6.15-2' of git://git.kernel.org/pub/scm/li [...]
new 12e0b15b1986 crypto: inside-secure/eip93 - acquire lock on eip93_put_de [...]
new a8662bcd2ff1 Merge tag 'v6.15-p3' of git://git.kernel.org/pub/scm/linux [...]
The 15 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/admin-guide/kernel-parameters.txt | 4 +-
arch/s390/Kconfig | 1 +
arch/s390/Makefile | 2 +-
arch/s390/include/asm/kvm_host.h | 339 +--------------------
.../s390/include/asm/kvm_host_types.h | 212 +++++++++----
arch/s390/include/asm/lowcore.h | 4 +-
arch/s390/include/asm/processor.h | 19 +-
arch/s390/include/asm/thread_info.h | 3 -
arch/s390/include/asm/topology.h | 6 +
arch/s390/kernel/asm-offsets.c | 7 +-
arch/s390/kernel/dumpstack.c | 1 +
arch/s390/kernel/early.c | 1 +
arch/s390/kernel/entry.S | 2 +-
arch/s390/kernel/setup.c | 1 -
arch/s390/kernel/smp.c | 9 +-
arch/s390/kernel/stacktrace.c | 1 +
arch/s390/mm/fault.c | 1 +
arch/s390/mm/pfault.c | 1 +
arch/s390/pci/pci_bus.c | 27 +-
drivers/crypto/inside-secure/eip93/eip93-hash.c | 3 +-
drivers/s390/crypto/vfio_ap_ops.c | 72 +++--
21 files changed, 251 insertions(+), 465 deletions(-)
copy tools/testing/selftests/kvm/include/s390/sie.h => arch/s390/include/asm/kvm_h [...]
--
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 glibc.
from aaf94ec804 stdio: fix hurd link for tst-setvbuf2
new 8322e93dcd NEWS: update for GCC 12.1 requirement [BZ #32539]
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:
NEWS | 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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from 00699ca91 Add entry e90d6c2639c39266479085a5f8df443b56eca259 from https [...]
new 9004a53dd Add entry de895751d2a250fb4127e1c7ea0863dd8e234325 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:
llvm/sha1/de895751d2a250fb4127e1c7ea0863dd8e234325/jira/description | 5 +++++
llvm/sha1/de895751d2a250fb4127e1c7ea0863dd8e234325/jira/yaml | 5 +++++
llvm/sha1/de895751d2a250fb4127e1c7ea0863dd8e234325/status.txt | 5 +++++
.../llvm-aarch64-master-Os}/details.txt | 2 +-
.../llvm-aarch64-master-Os}/reproduction_instructions.txt | 0
.../llvm-aarch64-master-Os/status-summary.txt | 1 +
.../llvm-aarch64-master-Os/status.txt | 6 +++---
.../tcwg_bmk-code_size-cpu2017fast/status-summary.txt | 1 +
.../tcwg_bmk-code_size-cpu2017fast/status.txt | 6 +++---
9 files changed, 24 insertions(+), 7 deletions(-)
copy llvm/sha1/{70af83ff5f87f2b36c5dbbbb050f705ec4389e24/tcwg_bmk-code_vect-cpu201 [...]
copy llvm/sha1/{0548481856e75998e1de329f5c9722dcf1ca5c84/tcwg_bmk-code_vect-spec2k [...]
create mode 100644 llvm/sha1/de895751d2a250fb4127e1c7ea0863dd8e234325/tcwg_bmk-cod [...]
copy llvm/sha1/{aa7497a66c4272669fa63f7ec61a3f01aa9dabaf => de895751d2a250fb4127e1 [...]
create mode 100644 llvm/sha1/de895751d2a250fb4127e1c7ea0863dd8e234325/tcwg_bmk-cod [...]
copy llvm/sha1/{29b8b72117845dc3d20e70fbfa85c590fa9c7830 => de895751d2a250fb4127e1 [...]
--
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 77fe479da Add entry de895751d2a250fb4127e1c7ea0863dd8e234325 from https [...]
new 00699ca91 Add entry e90d6c2639c39266479085a5f8df443b56eca259 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:
.../jira/description | 4 +
.../jira/yaml | 4 +
.../status.txt | 4 +
.../master-thumb_m3_softfp_eabi}/details.txt | 1432 ++++++++++----------
.../reproduction_instructions.txt | 4 +-
.../status-summary.txt | 0
.../status.txt | 4 +-
.../tcwg_gnu_embed_check_gcc/status.txt | 4 +
8 files changed, 732 insertions(+), 724 deletions(-)
copy gcc/sha1/{78e0cf06c818e6293d36e52ad7a96bd9e7953c06/tcwg_gnu_embed_check_gcc/m [...]
copy gcc/sha1/{1d2257dc850d088f6d9267b4624ba08533ab2475 => e90d6c2639c39266479085a [...]
copy gcc/sha1/{31250baf81446aa4fc1b729e2fc5165a36005ebc => e90d6c2639c39266479085a [...]
copy gcc/sha1/e90d6c2639c39266479085a5f8df443b56eca259/tcwg_gnu_embed_check_gcc/{m [...]
--
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 de95ef026 Add entry e90d6c2639c39266479085a5f8df443b56eca259 from https [...]
new 77fe479da Add entry de895751d2a250fb4127e1c7ea0863dd8e234325 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_size-cpu2017fast/llvm-aarch64-master-Os}/build_url | 2 +-
.../llvm-aarch64-master-Os}/last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy llvm/sha1/{03de1cb715c9a106f3ea4139042a33afcd7ca6ae/tcwg_bmk-code_size-cpu201 [...]
copy llvm/sha1/de895751d2a250fb4127e1c7ea0863dd8e234325/{tcwg_bmk-code_size-cpu201 [...]
--
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 79fa85ecb Add entry df225ae29a147ae40bb44ba14ee979b67fd19c8e from https [...]
new de95ef026 Add entry e90d6c2639c39266479085a5f8df443b56eca259 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_gnu_embed_check_gcc/master-thumb_m3_softfp_eabi}/build_url | 2 +-
.../master-thumb_m3_softfp_eabi}/last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy {binutils/sha1/31ed3a9d691493486f6e32357d89a55229dbdc0a/tcwg_gnu_embed_check_ [...]
copy gcc/sha1/e90d6c2639c39266479085a5f8df443b56eca259/{tcwg_bootstrap_check/maste [...]
--
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 ecc2725d61f c++: lambda in requires outside template [PR99546]
new 4feaf39363b 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/DATESTAMP | 2 +-
gcc/ada/ChangeLog | 12 ++++++++++++
gcc/cp/ChangeLog | 34 ++++++++++++++++++++++++++++++++++
gcc/testsuite/ChangeLog | 28 ++++++++++++++++++++++++++++
4 files changed, 75 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.