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-master-aarch64-stable-defconfig
in repository toolchain/ci/base-artifacts.
discards e0797da4 0: update: binutils-gcc-linux-qemu: boot
new 4d3ffd36 0: update: binutils-gcc-linux-qemu: boot
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 (e0797da4)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
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 | 141 +-
02-prepare_abe/console.log | 216 +-
03-build_abe-binutils/console.log | 12029 +++++-----
04-build_abe-stage1/console.log | 14498 ++++++------
05-build_abe-qemu/console.log | 7136 +++---
06-build_linux/console.log | 805 +-
07-boot_linux/console.log | 494 +-
08-check_regression/console.log | 2 +-
08-check_regression/results.regressions | 20 +-
09-update_baseline/console.log | 2 +-
09-update_baseline/results.regressions | 20 +-
console.log | 35347 +++++++++++++++---------------
jenkins/manifest.sh | 22 +-
13 files changed, 34915 insertions(+), 35817 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 f0eb870a8422 Merge tag 'xfs-5.14-fixes-1' of git://git.kernel.org/pub/s [...]
new 49afa7f6c714 perf pmu: Skip invalid hybrid pmu
new 490e9a8fb4a3 perf tests: Fix 'Parse event definition strings' on core-o [...]
new 212f3d97abc8 perf tests: Fix 'Roundtrip evsel->name' on core-only system
new de3d5fd83c9b perf tests: Fix 'Convert perf time to TSC' on core-only system
new e0a7ef2a62e4 perf stat: Merge uncore events by default for hybrid platform
new 376a947653f6 tools headers UAPI: Sync files changed by the memfd_secret [...]
new 50e98924d72d libperf: Fix build error with LIBPFM4=1
new d08c84e01afa perf sched: Cast PTHREAD_STACK_MIN to int as it may turn i [...]
new fa2c02e5798c tools headers: Remove broken definition of __LITTLE_ENDIAN
new 83d1fc92d4cd perf cs-etm: Split Coresight decode by aux records
new 0967ebffe098 perf inject: Fix dso->nsinfo refcounting
new 2d6b74baa714 perf map: Fix dso->nsinfo refcounting
new dedeb4be203b perf probe: Fix dso->nsinfo refcounting
new 42db3d9ded55 perf env: Fix sibling_dies memory leak
new 233f2dc1c284 perf test session_topology: Delete session->evlist
new fc56f54f6fcd perf test event_update: Fix memory leak of evlist
new dccfca926c35 perf test event_update: Fix memory leak of unit
new 581e295a0f6b perf dso: Fix memory leak in dso__new_map()
new 244d1797c8c8 perf test maps__merge_in: Fix memory leak of maps
new da6b7c6c0626 perf env: Fix memory leak of cpu_pmu_caps
new a37338aad8c4 perf report: Free generated help strings for sort option
new 02e6246f5364 perf inject: Close inject.output on exit
new 423b9174f5f7 perf session: Cleanup trace_event
new 1b1f57cf9e4c perf script: Release zstd data
new faf3ac305d61 perf script: Fix memory 'threads' and 'cpus' leaks on exit
new f8cbb0f926ae perf lzma: Close lzma stream on exit
new 6c7f0ab04707 perf trace: Free malloc'd trace fields on exit
new f2ebf8ffe7af perf trace: Free syscall->arg_fmt
new 3cb4d5e00e03 perf trace: Free syscall tp fields in evsel->priv
new 659ede7d13f1 perf trace: Free strings in trace__parse_events_option()
new 937654ce497f perf test bpf: Free obj_buf
new e0fa7ab42232 perf probe-file: Delete namelist in del_events() on the er [...]
new d4b3eedce151 perf data: Close all files in close_dir()
new 22a665513b34 perf probe: Fix add event failure when running 32-bit perf [...]
new b0f008551f0b perf sched: Fix record failure when CONFIG_SCHEDSTATS is not set
new 8c25c4476496 Merge tag 'perf-tools-fixes-for-v5.14-2021-07-18' of git:/ [...]
The 36 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:
tools/arch/arm64/include/uapi/asm/unistd.h | 1 +
tools/include/linux/kconfig.h | 6 -
tools/include/uapi/asm-generic/unistd.h | 7 +-
tools/perf/arch/x86/entry/syscalls/syscall_64.tbl | 1 +
tools/perf/builtin-inject.c | 13 +-
tools/perf/builtin-report.c | 33 +++--
tools/perf/builtin-sched.c | 35 ++++-
tools/perf/builtin-script.c | 8 ++
tools/perf/builtin-stat.c | 3 -
tools/perf/builtin-trace.c | 45 +++++-
tools/perf/tests/bpf.c | 2 +
tools/perf/tests/event_update.c | 6 +-
tools/perf/tests/evsel-roundtrip-name.c | 3 +-
tools/perf/tests/maps.c | 2 +
tools/perf/tests/parse-events.c | 16 ++-
tools/perf/tests/perf-time-to-tsc.c | 3 +-
tools/perf/tests/topology.c | 1 +
tools/perf/util/cs-etm.c | 168 +++++++++++++++++++++-
tools/perf/util/data.c | 2 +-
tools/perf/util/dso.c | 4 +-
tools/perf/util/dwarf-aux.c | 8 +-
tools/perf/util/dwarf-aux.h | 2 +-
tools/perf/util/env.c | 2 +
tools/perf/util/lzma.c | 8 +-
tools/perf/util/map.c | 2 +
tools/perf/util/pfm.c | 2 +-
tools/perf/util/pmu.c | 9 +-
tools/perf/util/probe-event.c | 53 ++++---
tools/perf/util/probe-event.h | 4 +-
tools/perf/util/probe-file.c | 4 +-
tools/perf/util/probe-finder.c | 15 +-
tools/perf/util/probe-finder.h | 2 +-
tools/perf/util/session.c | 1 +
tools/perf/util/sort.c | 2 +-
tools/perf/util/sort.h | 2 +-
tools/perf/util/stat-display.c | 14 +-
36 files changed, 391 insertions(+), 98 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 5586e7e85de x86: Don't issue vzeroupper if callee returns AVX register
new f527b823349 Fortran: reject FORMAT tag of unknown type.
new 6ae8aac19cd x86: Enable the GPR only instructions for -mgeneral-regs-only
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/common/config/i386/i386-common.c | 27 ++++++++++++++++++++--
gcc/fortran/io.c | 2 +-
gcc/testsuite/gcc.target/i386/pr101492-1.c | 10 ++++++++
gcc/testsuite/gcc.target/i386/pr101492-2.c | 10 ++++++++
gcc/testsuite/gcc.target/i386/pr101492-3.c | 10 ++++++++
.../gcc.target/i386/{pr87198.c => pr101492-4.c} | 7 +++---
gcc/testsuite/gfortran.dg/fmt_nonchar_3.f90 | 7 ++++++
7 files changed, 66 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr101492-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr101492-2.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr101492-3.c
copy gcc/testsuite/gcc.target/i386/{pr87198.c => pr101492-4.c} (50%)
create mode 100644 gcc/testsuite/gfortran.dg/fmt_nonchar_3.f90
--
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/gnu-release-aarch64-bootstrap_O3
in repository toolchain/ci/gcc.
from 419201f566b libstdc++: Use function object for __decay_copy helper
adds 2e63d08cb9b c++: fn parm pack expansion inside constraint [PR100138]
adds 9107b139f44 c++: alias CTAD in unevaluated context [PR101233]
adds 955ceda03da Daily bump.
adds e9844603541 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
gcc/cp/ChangeLog | 22 +++++++++++++++++++
gcc/cp/constraint.cc | 6 +++++-
gcc/cp/pt.c | 10 ++++++++-
gcc/testsuite/ChangeLog | 16 ++++++++++++++
.../g++.dg/cpp2a/class-deduction-alias10.C | 10 +++++++++
gcc/testsuite/g++.dg/cpp2a/concepts-ctad4.C | 25 ++++++++++++++++++++++
libstdc++-v3/ChangeLog | 15 +++++++++++++
8 files changed, 103 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/class-deduction-alias10.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-ctad4.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_gnu/gnu-release-aarch64-bootstrap_O3
in repository toolchain/ci/binutils-gdb.
at 84fd26d820 Backport patch to fix a quadratic slow down in the BFD library.
No new revisions were added by this update.
--
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/gnu-release-aarch64-bootstrap_O3
in repository toolchain/ci/base-artifacts.
discards f532a071 0: update: gcc-419201f566bbc1359de669ba693d7628c247e7c8: 1
new dba4793d 0: update: binutils-gcc: 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 (f532a071)
\
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 | 122 +-
02-prepare_abe/console.log | 190 +-
04-build_abe-bootstrap_O3/console.log | 56729 ++++++++++++++++---------------
05-check_regression/console.log | 18 +-
06-update_baseline/console.log | 16 +-
console.log | 57075 ++++++++++++++++----------------
jenkins/manifest.sh | 10 +-
7 files changed, 56925 insertions(+), 57235 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.