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-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 71b10186 0: update: binutils-gcc-linux: all
new eeb29415 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 (71b10186)
\
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 | 222 +-
02-prepare_abe/console.log | 348 +-
03-build_abe-binutils/console.log | 10980 +++++++-------
04-build_abe-stage1/console.log | 14057 ++++++++---------
05-build_linux/console.log | 3918 ++---
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 8 +-
08-update_baseline/console.log | 8 +-
console.log | 29549 +++++++++++++++++-------------------
jenkins/manifest.sh | 16 +-
results | 2 +-
11 files changed, 27850 insertions(+), 31260 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-allnoconfig
in repository toolchain/ci/linux.
from 9e8312f5e160 Merge tag 'nfs-for-5.3-3' of git://git.linux-nfs.org/proje [...]
adds 2a1a3fa0f292 kallsyms: Don't let kallsyms_lookup_size_offset() fail on [...]
adds d4a8061a7c5f KVM: arm/arm64: vgic: Fix potential deadlock when ap_list is long
adds 82e40f558de5 KVM: arm/arm64: vgic-v2: Handle SGI bits in GICD_I{S,C}PEN [...]
adds 9cf6b756cdf2 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...]
No new revisions were added by this update.
Summary of changes:
kernel/kallsyms.c | 6 ++++--
virt/kvm/arm/vgic/vgic-mmio.c | 18 ++++++++++++++++++
virt/kvm/arm/vgic/vgic-v2.c | 5 ++++-
virt/kvm/arm/vgic/vgic-v3.c | 5 ++++-
virt/kvm/arm/vgic/vgic.c | 7 +++++++
5 files changed, 37 insertions(+), 4 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-allnoconfig
in repository toolchain/ci/binutils-gdb.
from 72dd1784ef Automatic date update in version.in
adds a1c110a3fe Add a --source-comment=<text> option to objdump which provid [...]
adds fa463e9fc6 Add an option to objcopy to change the alignment of sections.
adds 1f20c35ea4 gdb/fortran: Implement la_print_typedef for Fortran
adds d8f27c6018 gdb/fortran: Don't include module symbols when searching for types
adds 8ae0786c30 Fix Gnulib glob.c resource leaks found by Coverity
adds a78fca7b57 Segfault in ld building SPEC CPU2017 527.cam4_r with -flto
adds 48352473b1 [gdb/testsuite] Fix info-var.exp for debug info from other files
adds 83cf0d04dc PR24891, objdump memory leaks when parsing malformed archive
adds a85eba51f6 Tidy check_uvalue
adds 09c721040c Automatic date update in version.in
adds 507685a390 RISC-V: Fix a gp relaxation reloc overflow error.
new dd9b12c245 PowerPC64 xlate_pcrel_opt
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:
bfd/ChangeLog | 24 ++
bfd/archive.c | 10 +-
bfd/bfd-in2.h | 3 +
bfd/bfd.c | 3 +
bfd/elf64-ppc.c | 41 +--
bfd/elfnn-riscv.c | 17 +-
bfd/version.h | 2 +-
binutils/ChangeLog | 32 +++
binutils/NEWS | 5 +
binutils/doc/binutils.texi | 21 +-
binutils/dwarf.c | 9 +-
binutils/objcopy.c | 50 +++-
binutils/objdump.c | 18 +-
binutils/testsuite/binutils-all/objdump.exp | 40 +++
gdb/ChangeLog | 11 +
gdb/f-lang.c | 2 +-
gdb/f-lang.h | 5 +
gdb/f-typeprint.c | 11 +
gdb/symtab.c | 3 +-
gdb/testsuite/ChangeLog | 16 ++
gdb/testsuite/gdb.base/info-var.exp | 10 +-
.../gdb.fortran/{max-depth.exp => info-types.exp} | 26 +-
.../gdb.fortran/{max-depth.f90 => info-types.f90} | 36 ++-
gdb/testsuite/lib/fortran.exp | 12 +
gnulib/ChangeLog | 6 +
gnulib/import/glob.c | 84 +++++--
.../patches/0003-Fix-glob-c-Coverity-issues.patch | 279 +++++++++++++++++++++
gnulib/update-gnulib.sh | 1 +
ld/ChangeLog | 6 +
ld/plugin.c | 2 +-
30 files changed, 681 insertions(+), 104 deletions(-)
copy gdb/testsuite/gdb.fortran/{max-depth.exp => info-types.exp} (63%)
copy gdb/testsuite/gdb.fortran/{max-depth.f90 => info-types.f90} (67%)
create mode 100644 gnulib/patches/0003-Fix-glob-c-Coverity-issues.patch
--
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-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 3bf86825 0: update: binutils-gcc-linux: boot
new bfc3dd00 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 (3bf86825)
\
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 | 70 +-
02-prepare_abe/console.log | 428 +-
03-build_abe-binutils/console.log | 11384 +++++++--------
04-build_abe-stage1/console.log | 15717 ++++++++++----------
05-build_linux/console.log | 658 +-
07-check_regression/console.log | 8 +-
08-update_baseline/console.log | 8 +-
console.log | 28265 ++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
9 files changed, 28352 insertions(+), 28202 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 binutils-gdb.
from 507685a390 RISC-V: Fix a gp relaxation reloc overflow error.
new dd9b12c245 PowerPC64 xlate_pcrel_opt
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:
bfd/ChangeLog | 7 +++++++
bfd/elf64-ppc.c | 41 ++++++++++++++++++++++-------------------
2 files changed, 29 insertions(+), 19 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.