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 15f287de 2: update: binutils-gcc-linux: 18954
new 071ed528 2: update: binutils-gcc-linux: 18954
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 (15f287de)
\
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 | 438 +-
03-build_abe-binutils/console.log | 11255 ++++++++--------
04-build_abe-stage1/console.log | 12523 +++++++++---------
05-build_linux/console.log | 626 +-
08-update_baseline/console.log | 36 +-
console.log | 25646 ++++++++++++++++++------------------
jenkins/manifest.sh | 8 +-
8 files changed, 25353 insertions(+), 25345 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 43b815c6a8e7 Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/l [...]
adds 2cf2aa6a69db dma-mapping: fix false positivse warnings in dma_common_fr [...]
adds 7cdb85df6061 Merge tag 'dma-mapping-5.4-1' of git://git.infradead.org/u [...]
adds b212921b13bd elf: don't use MAP_FIXED_NOREPLACE for elf executable mappings
adds da0c9ea146cb Linux 5.4-rc2
No new revisions were added by this update.
Summary of changes:
Makefile | 4 ++--
fs/binfmt_elf.c | 13 +++----------
kernel/dma/remap.c | 4 ++--
3 files changed, 7 insertions(+), 14 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-aarch64-next-defconfig
in repository toolchain/ci/base-artifacts.
discards 854dd5a4 0: update: llvm-linux: boot
new c00ba7a2 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 (854dd5a4)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-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-build_llvm/console.log | 12218 +++++++++++++++++------------------
03-build_linux/console.log | 628 +-
04-boot_linux/console.log | 438 +-
console.log | 13450 +++++++++++++++++++--------------------
jenkins/manifest.sh | 8 +-
6 files changed, 13454 insertions(+), 13454 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 6cb6aea2df Automatic date update in version.in
adds 225f296a02 Change gdb/version.in to 9.0.50.DATE-git (new version number [...]
adds 816228ed09 Automatic date update in version.in
new 518fe38cd9 Renaming of ctf (the trace format) files
new 30d1f01849 gdb: CTF support
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:
Makefile.def | 1 +
Makefile.in | 1 +
bfd/version.h | 2 +-
gdb/ChangeLog | 28 +
gdb/Makefile.in | 13 +-
gdb/ctfread.c | 1486 ++++++++++++++++++++++++++++++
gdb/{ctf.h => ctfread.h} | 12 +-
gdb/elfread.c | 18 +-
gdb/mi/mi-main.c | 1 -
gdb/testsuite/ChangeLog | 10 +
gdb/testsuite/gdb.base/ctf-constvars.c | 116 +++
gdb/testsuite/gdb.base/ctf-constvars.exp | 114 +++
gdb/testsuite/gdb.base/ctf-cvexpr.exp | 495 ++++++++++
gdb/testsuite/gdb.base/ctf-ptype.c | 305 ++++++
gdb/testsuite/gdb.base/ctf-ptype.exp | 288 ++++++
gdb/testsuite/gdb.base/ctf-whatis.c | 282 ++++++
gdb/testsuite/gdb.base/ctf-whatis.exp | 413 +++++++++
gdb/{ctf.c => tracectf.c} | 2 +-
gdb/{ctf.h => tracectf.h} | 0
gdb/tracefile.c | 2 +-
gdb/tracepoint.c | 1 -
gdb/version.in | 2 +-
22 files changed, 3575 insertions(+), 17 deletions(-)
create mode 100644 gdb/ctfread.c
copy gdb/{ctf.h => ctfread.h} (76%)
create mode 100644 gdb/testsuite/gdb.base/ctf-constvars.c
create mode 100644 gdb/testsuite/gdb.base/ctf-constvars.exp
create mode 100644 gdb/testsuite/gdb.base/ctf-cvexpr.exp
create mode 100644 gdb/testsuite/gdb.base/ctf-ptype.c
create mode 100644 gdb/testsuite/gdb.base/ctf-ptype.exp
create mode 100644 gdb/testsuite/gdb.base/ctf-whatis.c
create mode 100644 gdb/testsuite/gdb.base/ctf-whatis.exp
rename gdb/{ctf.c => tracectf.c} (99%)
rename gdb/{ctf.h => tracectf.h} (100%)
--
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 bfa597c2 0: update: binutils-gcc-linux: boot
new 4b4abe5c 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 (bfa597c2)
\
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 | 400 +-
03-build_abe-binutils/console.log | 9804 ++++++-------
04-build_abe-stage1/console.log | 15530 ++++++++++-----------
05-build_linux/console.log | 674 +-
07-check_regression/console.log | 8 +-
08-update_baseline/console.log | 8 +-
console.log | 26514 ++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
9 files changed, 26580 insertions(+), 26444 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 clang.
from 231ea99987 Fix behavior of __builtin_bit_cast when the From and To type [...]
new c6e0b35a0b [c++20] Check for a class-specific operator delete when dele [...]
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/AST/ExprConstant.cpp | 19 +++++++++++++++++++
test/SemaCXX/constant-expression-cxx2a.cpp | 19 +++++++++++++++++++
2 files changed, 38 insertions(+)
--
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-mainline-allyesconfig
in repository toolchain/ci/linux.
from 43b815c6a8e7 Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/l [...]
adds 2cf2aa6a69db dma-mapping: fix false positivse warnings in dma_common_fr [...]
adds 7cdb85df6061 Merge tag 'dma-mapping-5.4-1' of git://git.infradead.org/u [...]
adds b212921b13bd elf: don't use MAP_FIXED_NOREPLACE for elf executable mappings
adds da0c9ea146cb Linux 5.4-rc2
No new revisions were added by this update.
Summary of changes:
Makefile | 4 ++--
fs/binfmt_elf.c | 13 +++----------
kernel/dma/remap.c | 4 ++--
3 files changed, 7 insertions(+), 14 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-mainline-allyesconfig
in repository toolchain/ci/gcc.
from fb9199f3761 Daily bump.
adds 9655d83ee5d 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.