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-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards b60432f8b 0: update: binutils-gcc-linux: all
new 32591ad4d 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 (b60432f8b)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-st [...]
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 | 128 +-
02-prepare_abe/console.log | 428 +-
03-build_abe-binutils/console.log | 11330 +++++------
04-build_abe-stage1/console.log | 19575 ++++++++++---------
05-build_linux/console.log | 6222 +++---
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 2 +-
08-update_baseline/console.log | 2 +-
console.log | 37704 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
10 files changed, 37667 insertions(+), 37738 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-mainline-allmodconfig
in repository toolchain/ci/linux.
from bf8d1cd43865 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...]
adds 7935799e041a cifs: Adjust indentation in smb2_open_file
adds 046aca3c25fd cifs: Optimize readdir on reparse points
adds cc2f36ec7188 Merge tag '5.5-rc3-smb3-fixes' of git://git.samba.org/sfre [...]
adds 98ca480a8f22 locks: print unsigned ino in /proc/locks
adds d75663868d60 Merge tag 'locks-v5.5-1' of git://git.kernel.org/pub/scm/l [...]
adds 4d47ce158efb riscv: fix compile failure with EXPORT_SYMBOL() & !MMU
adds 556f47ac6083 riscv: reject invalid syscalls below -1
adds 1833e327a5ea riscv: export flush_icache_all to modules
adds a99efa00891b Merge tag 'riscv/for-v5.5-rc4' of git://git.kernel.org/pub [...]
adds fd6988496e79 Linux 5.5-rc4
No new revisions were added by this update.
Summary of changes:
Makefile | 2 +-
arch/riscv/kernel/entry.S | 1 +
arch/riscv/kernel/riscv_ksyms.c | 3 --
arch/riscv/lib/uaccess.S | 4 +++
arch/riscv/mm/cacheflush.c | 1 +
fs/cifs/cifsglob.h | 1 +
fs/cifs/readdir.c | 63 +++++++++++++++++++++++++++++++++++------
fs/cifs/smb2file.c | 2 +-
fs/locks.c | 2 +-
9 files changed, 64 insertions(+), 15 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-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards b83624e79 0: update: llvm-linux: all
new d48af3286 0: update: llvm-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 (b83624e79)
\
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 | 220 +-
02-build_llvm/console.log | 11984 +++++++++++++++++------------------
03-build_linux/console.log | 756 +--
04-boot_linux/console.log | 2 +-
05-check_regression/console.log | 10 +-
06-update_baseline/console.log | 29 +
console.log | 13001 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
8 files changed, 13034 insertions(+), 12976 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-arm-next-allmodconfig
in repository toolchain/ci/gcc.
from 0248902c912 Daily bump.
adds 9577eace3e8 Daily bump.
adds 8a969c076ad Catch division by zero errors in array sizes.
adds 8541e44c90a 2019-12-30 Thomas Koenig <tkoenig(a)gcc.gnu.org>
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
gcc/fortran/ChangeLog | 11 ++++++++++
gcc/fortran/arith.c | 6 ++++++
gcc/fortran/decl.c | 31 ++++++++++++++++++++++++----
gcc/fortran/gfortran.h | 2 ++
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gfortran.dg/arith_divide_2.f90 | 9 ++++++++
7 files changed, 62 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/arith_divide_2.f90
--
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-arm-next-allmodconfig
in repository toolchain/ci/base-artifacts.
discards bd4fad377 6: update: binutils-gcc-linux: 20126
new 55b9ad19b 6: update: binutils-gcc-linux: 20126
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 (bd4fad377)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-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 | 334 +-
02-prepare_abe/console.log | 422 +-
03-build_abe-binutils/console.log | 10792 ++++++-------
04-build_abe-stage1/console.log | 18669 ++++++++++-----------
05-build_linux/console.log | 1016 +-
07-check_regression/console.log | 10 +-
08-update_baseline/console.log | 70 +-
console.log | 31313 ++++++++++++++++++------------------
jenkins/manifest.sh | 8 +-
9 files changed, 31328 insertions(+), 31306 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-aarch64-mainline-defconfig
in repository toolchain/ci/linux.
from bf8d1cd43865 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...]
adds 7935799e041a cifs: Adjust indentation in smb2_open_file
adds 046aca3c25fd cifs: Optimize readdir on reparse points
adds cc2f36ec7188 Merge tag '5.5-rc3-smb3-fixes' of git://git.samba.org/sfre [...]
adds 98ca480a8f22 locks: print unsigned ino in /proc/locks
adds d75663868d60 Merge tag 'locks-v5.5-1' of git://git.kernel.org/pub/scm/l [...]
adds 4d47ce158efb riscv: fix compile failure with EXPORT_SYMBOL() & !MMU
adds 556f47ac6083 riscv: reject invalid syscalls below -1
adds 1833e327a5ea riscv: export flush_icache_all to modules
adds a99efa00891b Merge tag 'riscv/for-v5.5-rc4' of git://git.kernel.org/pub [...]
adds fd6988496e79 Linux 5.5-rc4
No new revisions were added by this update.
Summary of changes:
Makefile | 2 +-
arch/riscv/kernel/entry.S | 1 +
arch/riscv/kernel/riscv_ksyms.c | 3 --
arch/riscv/lib/uaccess.S | 4 +++
arch/riscv/mm/cacheflush.c | 1 +
fs/cifs/cifsglob.h | 1 +
fs/cifs/readdir.c | 63 +++++++++++++++++++++++++++++++++++------
fs/cifs/smb2file.c | 2 +-
fs/locks.c | 2 +-
9 files changed, 64 insertions(+), 15 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-aarch64-mainline-defconfig
in repository toolchain/ci/base-artifacts.
discards 783d597f6 0: update: llvm-linux: boot
new d3f843e68 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 (783d597f6)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-aarc [...]
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 | 168 +-
02-build_llvm/console.log | 12006 +++++++++++++++++-----------------
03-build_linux/console.log | 676 +-
04-boot_linux/console.log | 358 +-
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 2 +-
console.log | 13212 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
8 files changed, 13216 insertions(+), 13216 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.