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 905ca345f 0: update: binutils-gcc-linux: all
new 9a8d7e402 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 (905ca345f)
\
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 | 166 +-
02-prepare_abe/console.log | 412 +-
03-build_abe-binutils/console.log | 11773 ++++++-------
04-build_abe-stage1/console.log | 13850 ++++++++--------
05-build_linux/console.log | 686 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 16 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 12 +-
08-update_baseline/results.regressions | 2 +-
console.log | 26739 +++++++++++++++---------------
jenkins/manifest.sh | 11 +-
12 files changed, 26848 insertions(+), 26823 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/llvm-release-arm-lts-defconfig
in repository toolchain/ci/llvm-project.
from 3de89abf189 [PowerPC] Do not attempt to reuse load for 64-bit FP_TO_UIN [...]
adds f3164f75270 [ARM] Only produce qadd8b under hasV6Ops
adds f79cd71e145 [arm] Add big-endian version of pcrel fixups for adr instructions
No new revisions were added by this update.
Summary of changes:
llvm/lib/Target/ARM/ARMISelLowering.cpp | 2 +-
llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp | 20 ++++++++------------
llvm/test/CodeGen/ARM/sadd_sat.ll | 1 +
llvm/test/MC/ARM/pcrel-global.s | 2 ++
4 files changed, 12 insertions(+), 13 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/llvm-release-arm-lts-defconfig
in repository toolchain/ci/base-artifacts.
discards 23d9a23cd 0: update: llvm-linux: boot
new 4481cb24d 0: update: llvm-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 (23d9a23cd)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-arm- [...]
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 | 136 +-
02-build_llvm/console.log | 12594 ++++++++++++++++----------------
03-build_linux/console.log | 1762 ++---
04-boot_linux/console.log | 466 +-
05-check_regression/console.log | 16 +-
06-update_baseline/console.log | 32 +-
console.log | 15006 +++++++++++++++++++-------------------
jenkins/manifest.sh | 16 +-
8 files changed, 15017 insertions(+), 15011 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 glibc.
from cad64f778a ldconfig: Default to the new format for ld.so.cache
new 63ff4a6d17 y2038: linux: Provide __clock_adjtime64 implementation
new 8f8a6cae48 y2038: linux: Provide ___adjtimex64 implementation
new 0308077e3a y2038: linux: Provide __adjtime64 implementation
new df4289508a y2038: Introduce struct __ntptimeval64 - new internal glibc type
new 10ae49d2ce y2038: Provide conversion helpers for struct __ntptimeval64
new 5613afe9e3 y2038: linux: Provide __ntp_gettime64 implementation
new 4c4fc04826 y2038: linux: Provide __ntp_gettimex64 implementation
The 7 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/sys/time.h | 9 ++++
sysdeps/unix/sysv/linux/Makefile | 2 +-
sysdeps/unix/sysv/linux/adjtime.c | 26 +++++++--
sysdeps/unix/sysv/linux/adjtimex.c | 21 +++++++-
.../linux/{timerfd_gettime.c => clock_adjtime.c} | 53 +++++++++---------
sysdeps/unix/sysv/linux/include/sys/timex.h | 63 ++++++++++++++++++++++
sysdeps/unix/sysv/linux/ntp_gettime.c | 26 +++++++--
sysdeps/unix/sysv/linux/ntp_gettimex.c | 26 +++++++--
sysdeps/unix/sysv/linux/syscalls.list | 1 -
9 files changed, 189 insertions(+), 38 deletions(-)
copy sysdeps/unix/sysv/linux/{timerfd_gettime.c => clock_adjtime.c} (50%)
--
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 2033e41b925 Remove dangling line from gcc/ChangeLog.
new 1e46a443f25 x86: Update VPCLMULQDQ check
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:
libgcc/config/i386/cpuinfo.c | 4 ++--
1 file changed, 2 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-arm-lts-allyesconfig
in repository toolchain/ci/base-artifacts.
discards c006565af 0: update: llvm-linux: 16
new 498419753 0: update: llvm-linux: 16
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 (c006565af)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-l [...]
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 | 208 +-
02-build_llvm/console.log | 13040 +++++++++++++--------------
03-build_linux/console.log | 834 +-
05-check_regression/console.log | 14 +-
05-check_regression/results.regressions | 20 +-
06-update_baseline/console.log | 24 +-
06-update_baseline/results.regressions | 20 +-
console.log | 14120 +++++++++++++++---------------
jenkins/manifest.sh | 16 +-
9 files changed, 14151 insertions(+), 14145 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.