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 43c08aed0 0: update: binutils-gcc-linux: boot
new 4b80ebb48 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 (43c08aed0)
\
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 | 68 +-
02-prepare_abe/console.log | 80 +-
03-build_abe-binutils/console.log | 11191 ++++++-------
04-build_abe-stage1/console.log | 19376 +++++++++++----------
05-build_linux/console.log | 726 +-
06-boot_linux/console.log | 470 +-
console.log | 32340 ++++++++++++++++++------------------
jenkins/manifest.sh | 14 +-
8 files changed, 32152 insertions(+), 32113 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/llvm-release-arm-spec2k6-O3_LTO
in repository toolchain/ci/base-artifacts.
discards 4398ab390 0: update: binutils-gcc-glibc-llvm: -1
new 15239021b 0: update: binutils-gcc-glibc-llvm: -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 (4398ab390)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk/llvm-release-arm-spe [...]
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 | 137 +-
02-prepare_abe/console.log | 240 +-
03-build_abe-binutils/console.log | 10150 +--
04-build_abe-stage1/console.log | 17415 ++---
05-build_abe-linux/console.log | 236 +-
06-build_abe-glibc/console.log | 38033 +++++------
07-build_abe-stage2/console.log | 46610 ++++++-------
08-build_llvm-true/console.log | 11600 ++--
09-benchmark/benchmark-start.log | 2 +-
09-benchmark/benchmark.log | 12 +-
09-benchmark/console.log | 140 +-
console.log | 124757 +++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
13 files changed, 124662 insertions(+), 124686 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 80e713c9e94 [Darwin] Revert one hunk from r273016 (TLC for older Darwin [...]
new 5c77f6d698a * omp-expand.c (expand_omp_for_static_nochunk): Don't emit [...]
new edb8aafcc02 PR middle-end/78884 * gimplify.c (struct gimplify_omp_ctx [...]
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/ChangeLog | 15 ++++++++++
gcc/gimplify.c | 24 ++++++++++++++--
gcc/omp-expand.c | 7 +++--
gcc/testsuite/ChangeLog | 5 ++++
gcc/testsuite/gcc.dg/gomp/pr78884.c | 16 +++++++++++
libgomp/ChangeLog | 5 ++++
.../testsuite/libgomp.c/{scan-5.c => scan-10.c} | 33 +++++++++++-----------
libgomp/testsuite/libgomp.c/{scan-1.c => scan-9.c} | 33 +++++++++++-----------
8 files changed, 101 insertions(+), 37 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/gomp/pr78884.c
copy libgomp/testsuite/libgomp.c/{scan-5.c => scan-10.c} (59%)
copy libgomp/testsuite/libgomp.c/{scan-1.c => scan-9.c} (59%)
--
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 llvm.
from 54b24f6f26b [docs] [tools] Fix see also links
new 7b335e79d9e [NFC] Make some ObjectFormatType switches covering
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:
include/llvm/Support/TargetRegistry.h | 4 +++-
1 file changed, 3 insertions(+), 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.
unknown user pushed a change to branch master
in repository clang.
from 794aa0aa0d [modules] Add PP callbacks for entering and leaving a submodule.
new 3c483a1858 [NFC] Make some ObjectFormatType switches covering
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:
lib/CodeGen/CGObjCMac.cpp | 6 +++++-
1 file changed, 5 insertions(+), 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-mainline-allmodconfig
in repository toolchain/ci/linux.
from eca94432934f Bluetooth: Fix faulty expression for minimum encryption ke [...]
adds fbbf145a0e0a gpio/spi: Fix spi-gpio regression on active high CS
adds 179c96d9f715 Merge tag 'gpio-v5.2-4' of git://git.kernel.org/pub/scm/li [...]
adds d5b844a2cf50 ftrace/x86: Remove possible deadlock between register_kpro [...]
adds 39611265edc1 ftrace/x86: Add a comment to why we take text_mutex in ftr [...]
adds d122ed6288d9 tracing: Fix memory leak in tracing_err_log_open()
adds 46cc0b44428d tracing/snapshot: Resize spare buffer if size changed
adds 074376ac0e1d ftrace/x86: Anotate text_mutex split between ftrace_arch_c [...]
adds 550d1f5bda33 Merge tag 'trace-v5.2-rc5' of git://git.kernel.org/pub/scm [...]
adds 6994eefb0053 ptrace: Fix ->ptracer_cred handling for PTRACE_TRACEME
adds 503d90b30602 ALSA: hda/realtek: Add quirks for several Clevo notebook b [...]
adds 2acf5a3e6e93 ALSA: usb-audio: fix sign unintended sign extension on lef [...]
adds bef33e19203d ALSA: hda/realtek - Change front mic location for Lenovo M710q
adds c3ea60c23144 ALSA: seq: fix incorrect order of dest_client/dest_ports a [...]
adds 7fbd1753b64e ALSA: firewire-lib/fireworks: fix miss detection of receiv [...]
adds 98482377dc72 ALSA: hda: Fix widget_mutex incomplete protection
adds 3450121997ce ALSA: line6: Fix write on zero-sized buffer
adds c212ddaee2fd Merge tag 'sound-5.2' of git://git.kernel.org/pub/scm/linu [...]
No new revisions were added by this update.
Summary of changes:
arch/x86/kernel/ftrace.c | 10 ++++++++++
drivers/gpio/gpiolib-of.c | 9 ++++++++-
kernel/ptrace.c | 4 +---
kernel/trace/ftrace.c | 10 +---------
kernel/trace/trace.c | 24 +++++++++++++++++++-----
sound/core/seq/oss/seq_oss_ioctl.c | 2 +-
sound/core/seq/oss/seq_oss_rw.c | 2 +-
sound/firewire/amdtp-am824.c | 2 +-
sound/hda/hdac_device.c | 18 ++++++++++++------
sound/pci/hda/patch_realtek.c | 8 +++++---
sound/usb/line6/pcm.c | 5 +++++
sound/usb/mixer_quirks.c | 4 ++--
12 files changed, 66 insertions(+), 32 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-mainline-allmodconfig
in repository toolchain/ci/binutils-gdb.
from 2ab3145b4f Automatic date update in version.in
adds 88fb66ef25 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.