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-stable-allmodconfig
in repository toolchain/ci/gcc.
from 0248902c912 Daily bump.
adds 9577eace3e8 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-arm-stable-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 4608422ff 0: update: binutils-gcc-linux: all
new 3ca0e99df 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 (4608422ff)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-s [...]
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 | 438 +-
03-build_abe-binutils/console.log | 10850 ++++++-------
04-build_abe-stage1/console.log | 18426 ++++++++++-----------
05-build_linux/console.log | 1208 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 2 +-
08-update_baseline/console.log | 2 +-
console.log | 31054 ++++++++++++++++++------------------
jenkins/manifest.sh | 8 +-
10 files changed, 31063 insertions(+), 31055 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 08edd2515e5 2019-12-30 Thomas Koenig <tkoenig(a)gcc.gnu.org>
new f6926fe5580 2019-12-30 Thomas Koenig <tkoenig(a)gcc.gnu.org>
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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/index_3.f90 | 2 +-
2 files changed, 6 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-master-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/gnu-master-aarch64-mainline-defconfig
in repository toolchain/ci/binutils-gdb.
from 4383e1fc3b ubsan: sparc: left shift cannot be represented in type 'int'
adds c296cbe681 Fix setting breakpoints or stepping on line 65535
adds 2c5b6e1a1c Re: Usage of unitialized heap in tic4x_print_cond
adds 5ad8755225 Re: Revise sleb128 and uleb128 reader
adds 61b3df8f5b Automatic date update in version.in
adds 6a89db5c95 archive.c bfd_zalloc
No new revisions were added by this update.
Summary of changes:
bfd/ChangeLog | 11 ++++++
bfd/archive.c | 46 ++++++++++------------
bfd/version.h | 2 +-
binutils/ChangeLog | 6 +++
binutils/od-macho.c | 43 ++++++++++----------
gdb/ChangeLog | 5 +++
gdb/buildsym.c | 6 ---
gdb/testsuite/ChangeLog | 5 +++
.../gdb.base/{source-dir.c => line65535.c} | 7 +---
.../{source-execution.exp => line65535.exp} | 19 ++++-----
opcodes/ChangeLog | 5 +++
opcodes/tic4x-dis.c | 2 +-
12 files changed, 86 insertions(+), 71 deletions(-)
copy gdb/testsuite/gdb.base/{source-dir.c => line65535.c} (93%)
copy gdb/testsuite/gdb.base/{source-execution.exp => line65535.exp} (67%)
--
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-master-aarch64-mainline-defconfig
in repository toolchain/ci/base-artifacts.
discards 530020796 0: update: binutils-gcc-linux: boot
new c43a83b0e 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 (530020796)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
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 | 106 +-
02-prepare_abe/console.log | 422 +-
03-build_abe-binutils/console.log | 11834 +++++++-------
04-build_abe-stage1/console.log | 15085 +++++++++---------
05-build_linux/console.log | 2638 ++--
06-boot_linux/console.log | 442 +-
07-check_regression/console.log | 10 +-
08-update_baseline/console.log | 10 +-
console.log | 30570 ++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
10 files changed, 30557 insertions(+), 30576 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-defconfig
in repository toolchain/ci/gcc.
from 0248902c912 Daily bump.
adds 9577eace3e8 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-arm-next-defconfig
in repository toolchain/ci/base-artifacts.
discards 4a609325e 0: update: binutils-gcc-linux: boot
new 5dac758e6 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 (4a609325e)
\
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 | 120 +-
02-prepare_abe/console.log | 32 +-
03-build_abe-binutils/console.log | 10578 ++++++-------
04-build_abe-stage1/console.log | 18209 +++++++++++-----------
05-build_linux/console.log | 492 +-
06-boot_linux/console.log | 478 +-
07-check_regression/console.log | 2 +-
08-update_baseline/console.log | 2 +-
console.log | 29940 ++++++++++++++++++------------------
jenkins/manifest.sh | 8 +-
10 files changed, 29915 insertions(+), 29946 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.