This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-13
in repository gcc.
from be704715d00 AVR: Add some more devices: AVR16DD*, AVR32DD*, AVR64DD*, A [...]
new e15cd6f0d81 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 | 15 +++++++++++++++
gcc/DATESTAMP | 2 +-
2 files changed, 16 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-arm
in repository toolchain/ci/base-artifacts.
from 7c9e08b5d44 onsuccess: #334: 7: [TCWG CI] https://ci.linaro.org/job/tcw [...]
new 32b4cfcde9b onsuccess: #335: 7: [TCWG CI] https://ci.linaro.org/job/tcw [...]
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:
01-reset_artifacts/console.log.xz | Bin 2316 -> 2308 bytes
02-prepare_abe/console.log.xz | Bin 2596 -> 2600 bytes
04-build_abe-binutils/console.log.xz | Bin 27164 -> 27184 bytes
04-build_abe-binutils/make-binutils.log.xz | Bin 17700 -> 17768 bytes
05-build_abe-stage1/console.log.xz | Bin 90936 -> 90840 bytes
05-build_abe-stage1/make-gcc-stage1.log.xz | Bin 71308 -> 71488 bytes
07-build_abe-linux/console.log.xz | Bin 9184 -> 8860 bytes
08-build_abe-glibc/console.log.xz | Bin 233652 -> 232748 bytes
08-build_abe-glibc/make-glibc.log.xz | Bin 186144 -> 186312 bytes
09-build_abe-stage2/console.log.xz | Bin 229788 -> 228164 bytes
09-build_abe-stage2/make-gcc-stage2.log.xz | Bin 196272 -> 195992 bytes
10-build_abe-gdb/console.log.xz | Bin 34628 -> 34668 bytes
10-build_abe-gdb/make-gdb.log.xz | Bin 26352 -> 26564 bytes
11-build_abe-qemu/console.log.xz | Bin 33044 -> 31880 bytes
11-build_abe-qemu/make-qemu.log.xz | Bin 22020 -> 20896 bytes
12-check_regression/console.log.xz | Bin 1452 -> 1456 bytes
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
git/gdb_rev | 2 +-
git/linux_rev | 2 +-
git/qemu_rev | 2 +-
jenkins/build-name | 2 +-
jenkins/rewrite.log | 6 +-
jenkins/run-build.env | 14 +-
manifest.sh | 12 +-
notify/jira/comments.txt | 2 +-
notify/mail-body.txt | 58 +++--
notify/mail-subject.txt | 2 +-
notify/notify-full.log | 399 +++++++++++++++--------------
notify/notify-init.log | 128 ++++-----
30 files changed, 327 insertions(+), 306 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 linux.
from e6fda526d9db Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...]
new 16e95a62eed1 powercap: intel_rapl: Fix a sparse warning in TPMI interface
new ea4f142ffa87 Merge tag 'pm-6.5-rc5' of git://git.kernel.org/pub/scm/lin [...]
new 8c82d2bf5944 selftests/riscv: fix potential build failure during the "e [...]
new 25696067202f selftests: riscv: Fix compilation error with vstate_exec_nolibc.c
new 568701fee366 RISC-V: ACPI: Fix acpi_os_ioremap to return iomem address
new fbe7d19d2b7f riscv: Export va_kernel_pa_offset in vmcoreinfo
new 640c503d7dbd Documentation: kdump: Add va_kernel_pa_offset for RISCV64
new e661f98c8283 Merge tag 'riscv-for-linus-6.5-rc5' of git://git.kernel.or [...]
new a6fe04388082 Drivers: hv: Change hv_free_hyperv_page() to take void * argument
new 55e544e1a922 x86/hyperv: Improve code for referencing hyperv_pcpu_input_arg
new d5ace2a77644 x86/hyperv: Disable IBT when hypercall page lacks ENDBR in [...]
new 060f2b979c4e x86/hyperv: fix a warning in mshyperv.h
new ed0cf84e9cc4 vmbus_testing: fix wrong python syntax for integer value c [...]
new 9e2d0c336524 x86/hyperv: add noop functions to x86_init mpparse functions
new 6ad0f2f91ad1 Drivers: hv: vmbus: Remove unused extern declaration vmbus [...]
new 024ff300db33 Merge tag 'hyperv-fixes-signed-20230804' of git://git.kern [...]
The 16 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/kdump/vmcoreinfo.rst | 6 +++
arch/riscv/include/asm/acpi.h | 2 +-
arch/riscv/kernel/acpi.c | 4 +-
arch/riscv/kernel/crash_core.c | 2 +
arch/x86/hyperv/hv_apic.c | 4 +-
arch/x86/hyperv/hv_init.c | 21 ++++++++++
arch/x86/hyperv/hv_vtl.c | 4 ++
arch/x86/hyperv/ivm.c | 7 ++--
arch/x86/hyperv/mmu.c | 12 +-----
arch/x86/hyperv/nested.c | 11 +----
arch/x86/include/asm/mshyperv.h | 2 +-
drivers/hv/connection.c | 13 +++---
drivers/hv/hv_balloon.c | 2 +-
drivers/hv/hv_common.c | 10 ++---
drivers/powercap/intel_rapl_common.c | 14 +++----
drivers/powercap/intel_rapl_msr.c | 49 +++++++++++-----------
drivers/powercap/intel_rapl_tpmi.c | 17 ++++----
.../intel/int340x_thermal/processor_thermal_rapl.c | 16 +++----
include/asm-generic/mshyperv.h | 2 +-
include/linux/hyperv.h | 3 --
include/linux/intel_rapl.h | 14 +++++--
tools/hv/vmbus_testing | 4 +-
.../selftests/riscv/vector/vstate_exec_nolibc.c | 2 -
23 files changed, 118 insertions(+), 103 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 releases/gcc-12
in repository gcc.
from 913dc14bc63 Daily bump.
new d09eb410720 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 +-
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 releases/gcc-11
in repository gcc.
from c77473e0e3b Daily bump.
new d85f89d2e84 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 +-
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 gcc.
from 4e87c953d16 [PATCH v3] [RISC-V] Generate Zicond instruction for select [...]
new 5b42ee2cded 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 | 274 +++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/analyzer/ChangeLog | 44 +++
gcc/c-family/ChangeLog | 5 +
gcc/c/ChangeLog | 7 +
gcc/cp/ChangeLog | 16 +
gcc/testsuite/ChangeLog | 802 ++++++++++++++++++++++++++++++++++++++++++++++++
7 files changed, 1149 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.