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-master-aarch64-spec2k6-O2_LTO
in repository toolchain/ci/glibc.
from 2de7fe6253 parse_tunables: Fix typo in comment
adds dcf46d3fe5 nscd: add cache dumper
adds 4315f45c93 manual: Fix inconsistent declaration of wcsrchr [BZ #24655]
adds 28b4928b1b Fix nscd/cachedumper.c compile errors
adds cbd1569904 nscd/cachedumper.c : fix whitespace
adds 49348beafe Fix build with GCC 10 when long double = double.
new 1fabdb9908 x86: Remove ARCH_CET_LEGACY_BITMAP [BZ #25397]
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:
manual/string.texi | 2 +-
math/Makefile | 122 +++++++
nscd/Makefile | 2 +-
nscd/cachedumper.c | 375 +++++++++++++++++++++
nscd/nscd.c | 13 +
nscd/nscd.h | 2 +
sysdeps/unix/sysv/linux/x86/dl-cet.h | 20 --
sysdeps/unix/sysv/linux/x86/include/asm/prctl.h | 5 -
sysdeps/x86/Makefile | 9 +-
sysdeps/x86/dl-cet.c | 217 ++++--------
sysdeps/x86/dl-procruntime.c | 11 -
sysdeps/x86/tst-cet-legacy-4.c | 19 +-
sysdeps/x86/tst-cet-legacy-5.c | 3 +-
sysdeps/x86/tst-cet-legacy-6.c | 3 +-
.../x86/tst-cet-legacy-7.c | 26 +-
.../tst-cet-legacy-8.c} | 50 ++-
16 files changed, 629 insertions(+), 250 deletions(-)
create mode 100644 nscd/cachedumper.c
copy elf/tst-filterobj.c => sysdeps/x86/tst-cet-legacy-7.c (65%)
copy sysdeps/{powerpc/tst-cache-ppc-static-dlopen.c => x86/tst-cet-legacy-8.c} (53%)
--
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-master-aarch64-spec2k6-O2_LTO
in repository toolchain/ci/base-artifacts.
discards 348f04c10 2: update: binutils-gcc-glibc: 1
new bf675fa47 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 (348f04c10)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_tx1/gnu-master-aarch [...]
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 | 230 +-
02-prepare_abe/console.log | 430 +-
03-build_abe-binutils/console.log | 11463 +-
04-build_abe-stage1/console.log | 15056 +--
05-build_abe-linux/console.log | 136 +-
06-build_abe-glibc/console.log | 39243 +++----
07-build_abe-stage2/console.log | 36646 +++---
09-benchmark--O2_LTO/benchmark-start.log | 2 +-
09-benchmark--O2_LTO/benchmark.log | 20 +-
09-benchmark--O2_LTO/console.log | 176 +-
10-check_regression/console.log | 693 +-
10-check_regression/extra-bisect-params | 1 +
.../results-0.csv | 0
10-check_regression/results-1.csv | 95 +
10-check_regression/results-brief.csv | 30 +
.../results-compare.csv | 2 +-
10-check_regression/results-full.csv | 95 +
10-check_regression/results.csv | 36 +
.../results.log | 4244 +-
11-update_baseline/console.log | 2187 +-
11-update_baseline/results-1.csv | 170 +-
11-update_baseline/results-brief.csv | 58 +-
11-update_baseline/results-full.csv | 170 +-
11-update_baseline/results.csv | 70 +-
11-update_baseline/results.log | 3156 +-
console.log | 106294 +++++++++---------
jenkins/manifest.sh | 20 +-
results | 4 +-
results_id | 2 +-
29 files changed, 111782 insertions(+), 108947 deletions(-)
create mode 100644 10-check_regression/extra-bisect-params
copy 11-update_baseline/results-1.csv => 10-check_regression/results-0.csv (100%)
create mode 100644 10-check_regression/results-1.csv
create mode 100644 10-check_regression/results-brief.csv
copy {11-update_baseline => 10-check_regression}/results-compare.csv (97%)
create mode 100644 10-check_regression/results-full.csv
create mode 100644 10-check_regression/results.csv
copy {11-update_baseline => 10-check_regression}/results.log (54%)
--
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 release/2.30/master
in repository glibc.
from da97c6b88e Fix use-after-free in glob when expanding ~user (bug 25414)
new fb266e65cc Fix array overflow in backtrace on PowerPC (bug 25423)
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:
debug/tst-backtrace5.c | 12 ++++++++++++
sysdeps/powerpc/powerpc32/backtrace.c | 2 ++
sysdeps/powerpc/powerpc64/backtrace.c | 2 ++
3 files changed, 16 insertions(+)
--
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/llvm-master-aarch64-next-allnoconfig
in repository toolchain/ci/base-artifacts.
discards d4d433c9a 0: update: llvm-940ba1465b2c573a4c8aeb7f0a08fb1f46606954: boot
new b81cbaec9 0: reset: linux-58fe03d6dec908a1bec07eea7e94907af5c07eec: 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 (d4d433c9a)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-aarch [...]
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 | 130 +-
02-build_llvm/console.log | 12694 ++++++++++++++++++-----------------
03-build_linux/console.log | 654 +-
04-boot_linux/console.log | 4 +-
05-check_regression/console.log | 6 +-
06-update_baseline/console.log | 75 +-
console.log | 13563 +++++++++++++++++++-------------------
jenkins/manifest.sh | 10 +-
regressions.txt | 3 -
reset-baseline | 0
results | 2 +-
11 files changed, 13488 insertions(+), 13653 deletions(-)
create mode 100644 reset-baseline
--
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-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 5c8417a94 0: update: binutils-gcc-linux: all
new 10c301a72 0: update: binutils-gcc-linux: all
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 (5c8417a94)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-aarch [...]
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 | 68 +-
02-prepare_abe/console.log | 406 +-
03-build_abe-binutils/console.log | 10524 ++++++++-------
04-build_abe-stage1/console.log | 13769 ++++++++++---------
05-build_linux/console.log | 870 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 12 +-
08-update_baseline/console.log | 12 +-
console.log | 25663 ++++++++++++++++++------------------
jenkins/manifest.sh | 14 +-
regressions.txt | 2 +-
11 files changed, 25636 insertions(+), 25706 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.