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 f8eeab9c 2: update: binutils-gcc-glibc: 1
new 8a2b8391 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 (f8eeab9c)
\
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 | 191 +-
02-prepare_abe/console.log | 436 +-
03-build_abe-binutils/console.log | 11307 +--
04-build_abe-stage1/console.log | 15852 ++--
05-build_abe-linux/console.log | 310 +-
06-build_abe-glibc/console.log | 40216 +++++-----
07-build_abe-stage2/console.log | 37919 +++++-----
09-benchmark--O2_LTO/benchmark-start.log | 2 +-
09-benchmark--O2_LTO/benchmark.log | 4 +-
09-benchmark--O2_LTO/console.log | 108 +-
10-check_regression/console.log | 1090 +-
10-check_regression/results-0.csv | 171 +-
10-check_regression/results-1.csv | 170 +-
10-check_regression/results-brief.csv | 58 +-
10-check_regression/results-full.csv | 174 +-
10-check_regression/results.csv | 70 +-
10-check_regression/results.log | 3884 +-
11-update_baseline/console.log | 2340 +-
11-update_baseline/extra-bisect-params | 2 +-
11-update_baseline/results-1.csv | 170 +-
11-update_baseline/results-brief.csv | 58 +-
11-update_baseline/results-compare.csv | 2 +-
11-update_baseline/results-full.csv | 170 +-
11-update_baseline/results.csv | 70 +-
11-update_baseline/results.log | 2944 +-
11-update_baseline/results.regressions | 1 +
console.log | 109789 ++++++++++++++--------------
jenkins/manifest.sh | 18 +-
results_id | 2 +-
29 files changed, 113966 insertions(+), 113562 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 aaa2faab4ed8 Merge tag 'for-linus-5.8-ofs1' of git://git.kernel.org/pub [...]
new 6f1a1d103b48 ima: Switch to ima_hash_algo for boot aggregate
new e144d6b26541 ima: Evaluate error in init_ima()
new 7ca79645a1f8 ima: Store template digest directly in ima_template_entry
new aa724fe18a8a ima: Switch to dynamically allocated buffer for template digests
new 6d94809af6b0 ima: Allocate and initialize tfm for each PCR bank
new 1ea973df6e21 ima: Calculate and extend PCR with digests in ima_template_entry
new 2592677c0486 ima: Use ima_hash_algo for collision detection in the meas [...]
new 1129d31b55d5 ima: Fix ima digest hash table key calculation
new 6ee28442a465 ima: Remove redundant policy rule set in add_rules()
new b59fda449cf0 ima: Set again build_ima_appraise variable
new 0c4395fb2aa7 evm: Fix possible memory leak in evm_calc_hmac_or_hash()
new 8eb613c0b8f1 ima: verify mprotect change is consistent with mmap policy
new 067a436b1b0a ima: Directly assign the ima_default_policy pointer to ima_rules
new 6cc7c266e5b4 ima: Call ima_calc_boot_aggregate() in ima_eventdigest_init()
new 42413b49804b ima: Directly free *entry in ima_alloc_init_template() if [...]
new 3c0ad98c2eda Merge tag 'integrity-v5.8' of git://git.kernel.org/pub/scm [...]
new 6b6ebb34744b cgroup: Remove stale comments
new 936f2a70f207 cgroup: add cpu.stat file to root cgroup
new 4a7e89c5ec02 Merge branch 'for-5.8' of git://git.kernel.org/pub/scm/lin [...]
new f187b6974f6d workqueue: Use IS_ERR and PTR_ERR instead of PTR_ERR_OR_ZERO.
new b92b36eadf4d workqueue: Fix an use after free in init_rescuer()
new 342ed2400b78 workqueue: Remove unnecessary kfree() call in rcu_free_wq()
new d8bb65ab70f7 workqueue: Use rcuwait for wq_manager_wait
new a9b8a985294d workqueue: Convert the pool::lock and wq_mayday_lock to ra [...]
new 4f3f4cf388f8 workqueue: void unneeded requeuing the pwq in rescuer thread
new b8f06b0444ec workqueue: remove useless unlock() and lock() in series
new c39ba6b3a8d4 workqueue: fix a piece of comment about reserved bits for [...]
new 10cdb1575954 workqueue: use BUILD_BUG_ON() for compile time test instea [...]
new fe3bc8a988a4 Merge branch 'for-5.8' of git://git.kernel.org/pub/scm/lin [...]
new 9fa88c5d3f5e hpfs: fix warning due to superfluous semicolon
The 30 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/cgroup-v2.rst | 6 +-
fs/hpfs/buffer.c | 2 +-
include/linux/ima.h | 7 +
include/linux/workqueue.h | 2 +-
kernel/cgroup/cgroup.c | 10 +-
kernel/cgroup/rstat.c | 60 ++++++-
kernel/workqueue.c | 207 ++++++++++++------------
security/integrity/evm/evm_crypto.c | 2 +-
security/integrity/ima/ima.h | 20 ++-
security/integrity/ima/ima_api.c | 23 +--
security/integrity/ima/ima_crypto.c | 252 +++++++++++++++++++++++++-----
security/integrity/ima/ima_fs.c | 4 +-
security/integrity/ima/ima_init.c | 24 ++-
security/integrity/ima/ima_main.c | 54 +++++++
security/integrity/ima/ima_policy.c | 12 +-
security/integrity/ima/ima_queue.c | 36 +++--
security/integrity/ima/ima_template.c | 25 ++-
security/integrity/ima/ima_template_lib.c | 18 +++
security/security.c | 7 +-
19 files changed, 563 insertions(+), 208 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-10
in repository gcc.
from 7eb958eb4b5 Daily bump.
new 03da8723569 coroutines: Improve error recovery [PR94817, PR94829, PR95087].
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/coroutines.cc | 34 ++++++++++++---
gcc/cp/decl.c | 20 ++++-----
.../coroutines/co-return-syntax-08-bad-return.C | 2 +-
.../g++.dg/coroutines/coro-missing-final-suspend.C | 19 +++++++++
.../coroutines/coro-missing-initial-suspend.C | 19 +++++++++
.../g++.dg/coroutines/coro-missing-promise-yield.C | 6 +++
.../g++.dg/coroutines/coro-missing-promise.C | 6 +++
.../g++.dg/coroutines/coro-missing-ret-value.C | 6 +++
.../g++.dg/coroutines/coro-missing-ret-void.C | 6 +++
.../g++.dg/coroutines/coro-missing-ueh-3.C | 6 +++
.../g++.dg/coroutines/coro1-ret-int-yield-int.h | 6 +++
gcc/testsuite/g++.dg/coroutines/pr94817.C | 10 +++++
gcc/testsuite/g++.dg/coroutines/pr94829.C | 49 ++++++++++++++++++++++
13 files changed, 172 insertions(+), 17 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/coroutines/coro-missing-final-suspend.C
create mode 100644 gcc/testsuite/g++.dg/coroutines/coro-missing-initial-suspend.C
create mode 100644 gcc/testsuite/g++.dg/coroutines/pr94817.C
create mode 100644 gcc/testsuite/g++.dg/coroutines/pr94829.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 releases/gcc-9
in repository gcc.
from bded95b1f8c Daily bump.
new a47259fa773 pr94833, fix vec_first_match_index for nulls
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/config/rs6000/vsx.md | 4 +-
.../gcc.target/powerpc/builtins-8-p9-runnable.c | 118 +++++++++++++++++++++
2 files changed, 120 insertions(+), 2 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 binutils-gdb.
from 1424c35d071 Power10 tidies
new 90c14f0c3ac ELF: Add target_os to elf_link_hash_table/elf_backend_data
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:
bfd/ChangeLog | 108 +++++++++++++++++++++++++++++++++++++++++++++++
bfd/elf-bfd.h | 15 +++++++
bfd/elf32-arm.c | 109 ++++++++++++++++++++++++------------------------
bfd/elf32-i386.c | 55 ++++++++----------------
bfd/elf32-mips.c | 3 ++
bfd/elf32-ppc.c | 37 ++++++++---------
bfd/elf32-sh.c | 29 +++++++------
bfd/elf32-sparc.c | 24 +----------
bfd/elf64-x86-64.c | 33 ++++-----------
bfd/elflink.c | 1 +
bfd/elfxx-mips.c | 120 +++++++++++++++++++++++++++++------------------------
bfd/elfxx-sparc.c | 29 +++++++------
bfd/elfxx-target.h | 5 +++
bfd/elfxx-x86.c | 20 ++++-----
bfd/elfxx-x86.h | 21 ----------
15 files changed, 338 insertions(+), 271 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_gnu/gnu-release-aarch64-bootstrap_ubsan
in repository toolchain/ci/base-artifacts.
discards 3f23b4c0 0: update: gcc-2b65b10c4c678b294aa1c2ac918d57f2de7f9af1: 1
new ea4a9220 0: update: gcc-bded95b1f8c9180428d0d6e247f1c07645203075: 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 (3f23b4c0)
\
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 | 130 +-
02-prepare_abe/console.log | 432 +-
04-build_abe-bootstrap_ubsan/console.log | 71488 ++++++++++++++--------------
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 2 +-
console.log | 72090 +++++++++++++++--------------
jenkins/manifest.sh | 8 +-
7 files changed, 72159 insertions(+), 71993 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.