This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-release-aarch64-bootstrap_debug
in repository toolchain/ci/base-artifacts.
discards f5b63d1e 0: update: gcc-8d3636923a309074eb19240ebaa30c1a0801eaaf: 1
new e54c44e2 0: update: gcc-ed0aa6151e79353d621d983e56866c27d392d0fe: 1
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (f5b63d1e)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-release-aarch64- [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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 | 30 +-
02-prepare_abe/console.log | 174 +-
04-build_abe-bootstrap_debug/console.log | 68328 ++++++++++++++--------------
05-check_regression/console.log | 4 +-
06-update_baseline/console.log | 2 +-
console.log | 68530 ++++++++++++++---------------
jenkins/manifest.sh | 10 +-
7 files changed, 68521 insertions(+), 68557 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 users/ARM/morello-binutils-gdb-master
in repository binutils-gdb.
from a2d62a17dd0 Fix compact printing format and sealed check
new de9f6060765 Don't print parenthesis if there are no capability attributes
new feb7ecf31ca Don't show extra __capability modifier
new 2d13fda6b6d Adjust testcase for new CHERI printing option
new 2243afcc2a3 Fix include file define.
new a3eae5bec74 Add PTRACE_POKECAP request and move things to a Morello-spe [...]
new d2746b652cc Handle unavailable LR/PC
new c7c3ac5d096 Read capability tags from memory
new 206353a755e Remove spurious newline in fault message
new f5f4a6b0108 Enable Morello register set writes
The 9 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/ChangeLog | 72 +++++++++++++++++++
gdb/Makefile.in | 1 +
gdb/aarch64-linux-nat.c | 91 ++++++++++++++++++++++---
gdb/aarch64-linux-tdep.c | 20 +++++-
gdb/aarch64-tdep.c | 27 +++++---
gdb/arch-utils.c | 7 ++
gdb/arch-utils.h | 4 ++
gdb/arch/aarch64-cap-linux.h | 6 +-
gdb/configure.nat | 2 +-
gdb/gdbarch.c | 23 +++++++
gdb/gdbarch.h | 6 ++
gdb/gdbarch.sh | 3 +
gdb/{aarch32-tdep.c => nat/aarch64-cap-linux.c} | 29 ++++----
gdb/nat/aarch64-cap-linux.h | 68 ++++++++++++++++++
gdb/nat/aarch64-linux.h | 24 -------
gdb/regcache.c | 15 +++-
gdb/remote.c | 42 ++++++++++++
gdb/target-delegates.c | 28 ++++++++
gdb/target.c | 8 +++
gdb/target.h | 9 +++
gdb/testsuite/ChangeLog | 4 ++
gdb/testsuite/gdb.base/options.exp | 1 +
gdb/valprint.c | 7 +-
gdb/value.c | 7 ++
gdbserver/ChangeLog | 24 +++++++
gdbserver/configure.srv | 1 +
gdbserver/linux-aarch64-low.cc | 75 +++++++++++++++++++-
gdbserver/server.cc | 18 +++++
gdbserver/target.cc | 15 ++++
gdbserver/target.h | 8 +++
gdbsupport/ChangeLog | 5 ++
gdbsupport/capability.cc | 4 +-
32 files changed, 582 insertions(+), 72 deletions(-)
copy gdb/{aarch32-tdep.c => nat/aarch64-cap-linux.c} (63%)
create mode 100644 gdb/nat/aarch64-cap-linux.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 gcc.
from 9beb6d88eff c++: Fix qualified array-type construction [PR 98538]
new b90e4a97419 fortran: Fixes a bug in ISO_Fortran_binding.c.
new c029fcb5680 Reset force_source_line in final.c
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/final.c | 1 +
.../iso_fortran_binding_uint8_array.f90 | 11 ++++++++++
.../iso_fortran_binding_uint8_array_driver.c | 25 ++++++++++++++++++++++
libgfortran/runtime/ISO_Fortran_binding.c | 3 +--
4 files changed, 38 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/iso_fortran_binding_uint8_array.f90
create mode 100644 gcc/testsuite/gfortran.dg/iso_fortran_binding_uint8_array_driver.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 linaro-local/ci/tcwg_bmk_tx1/gnu-release-aarch64-spec2k6-O2_LTO
in repository toolchain/ci/glibc.
from 61e8ae9b66 aarch64: Fix DT_AARCH64_VARIANT_PCS handling [BZ #26798]
adds 369b47aaf7 x86-64: Avoid rep movsb with short distance [BZ #27130]
adds 8113182a97 x86: Set header.feature_1 in TCB for always-on CET [BZ #27177]
adds d811d240c0 x86: Check IFUNC definition in unrelocated executable [BZ #20019]
No new revisions were added by this update.
Summary of changes:
NEWS | 3 +++
elf/Makefile | 2 ++
elf/ifuncmain6pie.c | 14 +++-----------
elf/ifuncmod6.c | 8 ++++----
sysdeps/i386/dl-machine.h | 16 +++++++++++-----
sysdeps/x86/Makefile | 6 ++++++
sysdeps/x86/dl-cet.c | 6 +++++-
sysdeps/x86/tst-setjmp-cet.c | 1 +
sysdeps/x86_64/dl-machine.h | 16 +++++++++++-----
.../x86_64/multiarch/memmove-vec-unaligned-erms.S | 21 +++++++++++++++++++++
10 files changed, 67 insertions(+), 26 deletions(-)
create mode 100644 sysdeps/x86/tst-setjmp-cet.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 f4e087c666f5 Merge tag 'acpi-5.11-rc4' of git://git.kernel.org/pub/scm/ [...]
new 4d4f9c1a17a3 MIPS: boot: Fix unaligned access with CONFIG_MIPS_RAW_APPE [...]
new 698222457465 MIPS: Fix malformed NT_FILE and NT_SIGINFO in 32bit coredumps
new 69e976831cd5 MIPS: relocatable: fix possible boot hangup with KASLR enabled
new 7b490a8ab0f2 MIPS: OCTEON: fix unreachable code in octeon_irq_init_ciu
new f288c895622f Merge tag 'mips_fixes_5.11.1' of git://git.kernel.org/pub/ [...]
new d78050ee3544 arm64: Remove arm64_dma32_phys_limit and its uses
new df06824767cc arm64: entry: remove redundant IRQ flag tracing
new b90d72a6bfdb Revert "arm64: Enable perf events based hard lockup detector"
new 71e70184f1d1 arm64: rename S_FRAME_SIZE to PT_REGS_SIZE
new c35a824c3183 arm64: make atomic helpers __always_inline
new dca5244d2f5b compiler.h: Raise minimum version of GCC to 5.1 for arm64
new b6d8878d24e3 arm64: syscall: include prototype for EL0 SVC functions
new 3a57a643a851 arm64: selftests: Fix spelling of 'Mismatch'
new 82821be8a2e1 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...]
The 14 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/Kconfig | 2 --
arch/arm64/include/asm/atomic.h | 10 +++----
arch/arm64/include/asm/processor.h | 3 +-
arch/arm64/kernel/asm-offsets.c | 2 +-
arch/arm64/kernel/entry-ftrace.S | 12 ++++----
arch/arm64/kernel/entry.S | 14 ++++-----
arch/arm64/kernel/perf_event.c | 41 ++------------------------
arch/arm64/kernel/probes/kprobes_trampoline.S | 6 ++--
arch/arm64/kernel/signal.c | 7 -----
arch/arm64/kernel/syscall.c | 10 ++-----
arch/arm64/mm/init.c | 33 +++++++++++----------
arch/mips/boot/compressed/decompress.c | 3 +-
arch/mips/cavium-octeon/octeon-irq.c | 2 +-
arch/mips/kernel/binfmt_elfn32.c | 7 +++++
arch/mips/kernel/binfmt_elfo32.c | 7 +++++
arch/mips/kernel/relocate.c | 10 +++++--
drivers/perf/arm_pmu.c | 5 ----
include/asm-generic/bitops/atomic.h | 6 ++--
include/linux/compiler-gcc.h | 6 ++++
include/linux/perf/arm_pmu.h | 2 --
tools/testing/selftests/arm64/fp/fpsimd-test.S | 2 +-
tools/testing/selftests/arm64/fp/sve-test.S | 2 +-
22 files changed, 81 insertions(+), 111 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tx1/gnu-release-aarch64-spec2k6-O2_LTO
in repository toolchain/ci/base-artifacts.
discards 2e5826d5 2: update: binutils-gcc-glibc: 1
new 1d39154f 2: update: binutils-gcc-glibc: 1
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (2e5826d5)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_tx1/gnu-release-aarc [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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 | 111 +-
02-prepare_abe/console.log | 418 +-
03-build_abe-binutils/console.log | 11349 ++--
04-build_abe-stage1/console.log | 13607 ++--
05-build_abe-linux/console.log | 1994 +-
06-build_abe-glibc/console.log | 36584 +++++------
07-build_abe-stage2/console.log | 31916 +++++-----
09-benchmark--O2_LTO/benchmark-start.log | 2 +-
09-benchmark--O2_LTO/benchmark.log | 82 +-
09-benchmark--O2_LTO/console.log | 227 +-
10-check_regression/console.log | 1092 +-
10-check_regression/results-0.csv | 164 +-
10-check_regression/results-1.csv | 169 +-
10-check_regression/results-brief.csv | 58 +-
10-check_regression/results-full.csv | 185 +-
10-check_regression/results.csv | 70 +-
10-check_regression/results.log | 3834 +-
11-update_baseline/console.log | 1446 +-
11-update_baseline/results-1.csv | 169 +-
11-update_baseline/results-brief.csv | 58 +-
11-update_baseline/results-full.csv | 169 +-
11-update_baseline/results.csv | 70 +-
11-update_baseline/results.log | 2862 +-
11-update_baseline/results.regressions | 2 +-
console.log | 98964 +++++++++++++++--------------
jenkins/manifest.sh | 16 +-
results_id | 2 +-
27 files changed, 102939 insertions(+), 102681 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-next-defconfig
in repository toolchain/ci/gcc.
from d697bf91a54 [gcn offloading] Only supported in 64-bit configurations
adds ed0aa6151e7 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 8 ++++++++
gcc/DATESTAMP | 2 +-
gcc/c-family/ChangeLog | 8 ++++++++
gcc/cp/ChangeLog | 8 ++++++++
gcc/objc/ChangeLog | 7 +++++++
libgomp/ChangeLog | 12 ++++++++++++
6 files changed, 44 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.