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-arm-lts-defconfig
in repository toolchain/ci/base-artifacts.
discards 8d909aef 0: update: binutils-gcc-linux: boot
new d39f92f7 0: update: binutils-gcc-linux: 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 (8d909aef)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-lt [...]
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 | 16 +-
02-prepare_abe/console.log | 347 +-
03-build_abe-binutils/console.log | 10831 ++++---
04-build_abe-stage1/console.log | 19686 ++++++------
05-build_linux/console.log | 30232 +++++++++---------
06-boot_linux/console.log | 394 +-
console.log | 61287 ++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
8 files changed, 61405 insertions(+), 61404 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 6203838dec05 Merge tag 'powerpc-5.1-7' of git://git.kernel.org/pub/scm/ [...]
new 46c874419652 securityfs: fix use-after-free on symlink traversal
new f51dcd0f621c apparmorfs: fix use-after-free on symlink traversal
new ee948837d7fa [fix] get rid of checking for absent device name in vfs_ge [...]
new f69e749a4935 Abort file_remove_privs() for non-reg. files
new 4e9036042fed ufs: fix braino in ufs_get_inode_gid() for solaris UFS flavour
new 51987affd626 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
new b51ce3744f11 x86/mm/mem_encrypt: Disable all instrumentation for early [...]
new 13369e831173 Merge branch 'x86-urgent-for-linus' of git://git.kernel.or [...]
new 9a4f26cc98d8 sched/cpufreq: Fix kobject memleak
new 70c9fb570b7c Merge branch 'sched-urgent-for-linus' of git://git.kernel. [...]
new 0e3b74e26280 perf/x86/amd: Update generic hardware cache events for Family 17h
new 1804569d87de MAINTAINERS: Include vendor specific files under arch/*/events/*
new 2e712675ffd1 perf bpf: Return value with unlocking in perf_env__find_btf()
new 24e45b49eef0 tools uapi x86: Sync vmx.h with the kernel
new 01e985e900d3 perf annotate: Fix build on 32 bit for BPF annotation
new 5f05182fab9a tools lib traceevent: Change tag string for error
new bf561d3c1342 perf bench numa: Add define for RUSAGE_THREAD if not present
new 167e418fa087 perf report: Report OOM in status line in the GTK UI
new cf0c37b6dbf7 perf cs-etm: Don't check cs_etm_queue::prev_packet validity
new 35bb59c10a6d perf cs-etm: Always allocate memory for cs_etm_queue::prev_packet
new c638417e1a64 tools build: Add -ldl to the disassembler-four-args feature test
new 18f90d372cf3 tools arch uapi: Copy missing unistd.h headers for arc, he [...]
new 7e221b811f14 perf tools: Remove needless asm/unistd.h include fixing bu [...]
new 221856b16e8e Merge tag 'perf-urgent-for-mingo-5.1-20190502' of git://gi [...]
new 26ae4f4406f8 perf/ring_buffer: Fix AUX software double buffering
new 72e830f68428 perf/x86/intel/pt: Remove software double buffering PMU ca [...]
new 6f55967ad9d9 perf/x86/intel: Fix race in intel_pmu_disable_event()
new 7178fb0b239d Merge branch 'perf-urgent-for-linus' of git://git.kernel.o [...]
The 28 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:
MAINTAINERS | 1 +
arch/x86/events/amd/core.c | 111 ++++++++++++++++++++-
arch/x86/events/intel/core.c | 10 +-
arch/x86/events/intel/pt.c | 3 +-
arch/x86/lib/Makefile | 12 +++
fs/inode.c | 9 +-
fs/super.c | 5 -
fs/ufs/util.h | 2 +-
include/linux/perf_event.h | 1 -
kernel/events/ring_buffer.c | 3 +-
kernel/sched/cpufreq_schedutil.c | 1 +
lib/Makefile | 11 ++
security/apparmor/apparmorfs.c | 13 ++-
security/inode.c | 13 ++-
{arch => tools/arch}/arc/include/uapi/asm/unistd.h | 0
.../arch}/hexagon/include/uapi/asm/unistd.h | 0
.../arch}/riscv/include/uapi/asm/unistd.h | 0
tools/arch/x86/include/uapi/asm/vmx.h | 1 +
tools/lib/traceevent/parse-utils.c | 2 +-
tools/perf/Makefile.config | 2 +-
tools/perf/bench/numa.c | 4 +
tools/perf/util/annotate.c | 8 +-
tools/perf/util/cloexec.c | 1 -
tools/perf/util/cs-etm.c | 14 +--
tools/perf/util/env.c | 2 +-
tools/perf/util/session.c | 8 +-
26 files changed, 189 insertions(+), 48 deletions(-)
copy {arch => tools/arch}/arc/include/uapi/asm/unistd.h (100%)
copy {arch => tools/arch}/hexagon/include/uapi/asm/unistd.h (100%)
copy {arch => tools/arch}/riscv/include/uapi/asm/unistd.h (100%)
--
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-arm-next-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 52e49db4 2: update: llvm-linux: 19489
new 938fcfc5 2: update: llvm-linux: 19489
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 (52e49db4)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-n [...]
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 | 102 +-
02-build_llvm/console.log | 11692 +++++++++++++++----------------
03-build_linux/console.log | 2548 +++----
05-check_regression/console.log | 6 +-
06-update_baseline/console.log | 54 +-
console.log | 14402 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
7 files changed, 14406 insertions(+), 14406 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-allyesconfig
in repository toolchain/ci/gcc.
from b09466c5d7e Daily bump.
adds fbab4bee9ef Daily bump.
No new revisions were added by this update.
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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-next-allyesconfig
in repository toolchain/ci/binutils-gdb.
from aae6e5207d Automatic date update in version.in
adds 0a2260d693 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-next-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 87f70583 0: update: binutils-gcc-linux: all
new de46ab6d 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 (87f70583)
\
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 | 24 +-
02-prepare_abe/console.log | 400 +-
03-build_abe-binutils/console.log | 9692 +++++++-------
04-build_abe-stage1/console.log | 13692 ++++++++++----------
05-build_linux/console.log | 986 +-
06-boot_linux/console.log | 6 +-
07-check_regression/console.log | 2 +-
08-update_baseline/console.log | 49 +-
console.log | 24886 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
10 files changed, 24823 insertions(+), 24926 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 clang-tools-extra.
from 77dd14cd [clangd] Fix header-guard check for include insertion, and do [...]
new fc53191b [clang-tidy] openmp-exception-escape check: point to the stru [...]
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:
clang-tidy/openmp/ExceptionEscapeCheck.cpp | 2 +-
test/clang-tidy/openmp-exception-escape.cpp | 14 +++++++-------
2 files changed, 8 insertions(+), 8 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-arm-bootstrap_lto
in repository toolchain/ci/gcc.
from 0e79fadf5e5 2019-05-03 Richard Biener <rguenther(a)suse.de>
adds b09466c5d7e Daily bump.
adds fbab4bee9ef Daily bump.
No new revisions were added by this update.
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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-release-arm-bootstrap_lto
in repository toolchain/ci/base-artifacts.
discards 951f2bd5 0: update: gcc-0e79fadf5e5f11da8c97cfa11485ec6952c6f3cb: -5
new 254f0a48 0: update: gcc-fbab4bee9ef48a20f34a2a9157ad03c87b061a73: -5
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 (951f2bd5)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-release-arm-boot [...]
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 | 79 +-
02-prepare_abe/console.log | 438 +-
03-build_abe-bootstrap_lto/console.log | 87758 +++++++++++++++---------------
console.log | 88275 +++++++++++++++----------------
jenkins/manifest.sh | 8 +-
5 files changed, 88182 insertions(+), 88376 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.