This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_build/master-arm
in repository toolchain/ci/binutils-gdb.
from 9d5d41c405 Add new e_machine values.
adds 8d26ee1cd1 x86: Update X86_64_GOT_TYPE_P to cover more GOT relocations
adds dfbcbf85ea Rename EM_56800V4 to EM_56800EF.
adds 78110c3f77 Automatic date update in version.in
adds fd3c53675c Support symbol+offset lookup in addr2line
adds 2b53149244 Remove host_hex_value
adds 480157863b Improve Ada unchecked union type printing
adds 4a620b7e30 gdb: include jit_code_entry::symfile_addr value in names of [...]
No new revisions were added by this update.
Summary of changes:
bfd/elfxx-x86.h | 6 +-
bfd/version.h | 2 +-
binutils/addr2line.c | 75 ++++++++++++++++++++--
binutils/doc/binutils.texi | 18 ++++--
gdb/ada-typeprint.c | 59 +++++++++--------
gdb/c-lang.c | 6 +-
gdb/charset.c | 14 ----
gdb/charset.h | 5 --
gdb/jit.c | 41 ++++++++----
gdb/mi/mi-parse.c | 4 +-
gdb/python/py-objfile.c | 2 +-
gdb/testsuite/gdb.ada/unchecked_union.exp | 6 +-
.../gdb.ada/unchecked_union/unchecked_union.adb | 6 +-
gdb/testsuite/gdb.base/jit-reader.exp | 4 +-
gdb/utils.c | 4 +-
include/elf/common.h | 2 +-
16 files changed, 166 insertions(+), 88 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_gnu_native_build/master-arm
in repository toolchain/ci/base-artifacts.
discards 3dedde747 0: update: binutils-gcc-linux-glibc-gdb: 6
new 6339cbe38 0: update: binutils-gcc-linux-glibc-gdb: 6
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 (3dedde747)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_native_build/master- [...]
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.xz | Bin 1540 -> 1512 bytes
02-prepare_abe/console.log.xz | Bin 2780 -> 2752 bytes
04-build_abe-binutils/console.log.xz | Bin 52052 -> 52588 bytes
05-build_abe-gcc/console.log.xz | Bin 229872 -> 229904 bytes
06-clean_sysroot/console.log.xz | Bin 316 -> 316 bytes
07-build_abe-linux/console.log.xz | Bin 9328 -> 9152 bytes
08-build_abe-glibc/console.log.xz | Bin 231656 -> 231608 bytes
09-build_abe-gdb/console.log.xz | Bin 47196 -> 47892 bytes
10-check_regression/console.log.xz | Bin 420 -> 416 bytes
11-update_baseline/console.log | 18 +++++++++---------
jenkins/manifest.sh | 24 ++++++++++++------------
11 files changed, 21 insertions(+), 21 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 linux.
from dcb85f85fa6f gcc-plugins/stackleak: Use noinstr in favor of notrace
new 483529f3209f Fix a warning about a malformed kernel doc comment in cifs
new 489f710a738e cifs: unlock chan_lock before calling cifs_put_tcp_session
new 052e04a52dcd cifs: Transition from ->readpages() to ->readahead()
new bee9f6552321 netfs, cachefiles: Add a method to query presence of data [...]
new 0174ee9947bd cifs: Implement cache I/O by accessing the cache directly
new 46f5cbdef7d4 cifs: Fix the readahead conversion to manage the batch whe [...]
new 40c845c17695 Invalidate fscache cookie only when inode attributes are changed.
new d3b331fb51f3 cifs: fix workstation_name for multiuser mounts
new 633a8e8986ea Merge tag '5.17-rc3-smb3-client-fixes' of git://git.samba. [...]
new 22e424feb665 Revert "fs/9p: search open fids first"
new 1eb7de177d40 Merge tag '9p-for-5.17-rc3' of git://github.com/martinetd/linux
new 2ea88716369a libceph: make recv path in secure mode work the same as send path
new 038b8d1d1ab1 libceph: optionally use bounce buffer on recv path in crc mode
new cff7f2237c2b Merge tag 'ceph-for-5.17-rc3' of git://github.com/ceph/cep [...]
The 14 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:
Documentation/filesystems/netfs_library.rst | 16 ++
fs/9p/fid.c | 9 +-
fs/cachefiles/io.c | 59 +++++++
fs/cifs/connect.c | 23 ++-
fs/cifs/file.c | 221 +++++++++---------------
fs/cifs/fscache.c | 126 ++++++++++++--
fs/cifs/fscache.h | 79 +++++----
fs/cifs/inode.c | 8 +-
fs/cifs/sess.c | 6 +-
include/linux/ceph/libceph.h | 1 +
include/linux/ceph/messenger.h | 5 +
include/linux/netfs.h | 7 +
net/ceph/ceph_common.c | 7 +
net/ceph/messenger.c | 4 +
net/ceph/messenger_v1.c | 54 +++++-
net/ceph/messenger_v2.c | 250 +++++++++++++++++++++-------
16 files changed, 601 insertions(+), 274 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_gcc_check/master-arm
in repository toolchain/ci/gcc.
from 876e70d4681 tree-optimization/103641 - improve vect_synth_mult_by_constant
adds bd14cdceb9c Disable new 1/X optimization with -fnon-call-exceptions
adds 38948b77dbc Empty the base_types vector before (re)populating it
adds 24c72fb0eed Adjust LSHIFT_EXPR handling of multiple_of_p
adds 9d3236ff379 fixincludes: Update pwd.
adds 0898049ad9b tree-optimization/100499 - niter analysis and multiple_of_p
adds 6d498135016 libgomp.fortran/allocate-1.f90: Minor cleanup
adds 7e703f42b0d testsuite: -mbig/-mlittle only is valid for powerpc-linux.
adds 27ba40559cc libstdc++: Add suggestion to std::uncaught_exception() warning
adds 696ca2f6cf4 doc: Update references to "C++2a" in cpp.texi
new f62156eab7b libgomp.fortran/allocate-1.f90: Fix minor cleanup
new 1f722e35ab3 Add optmization testcase for incorrect optimization in Ada
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:
fixincludes/fixinc.in | 3 +-
gcc/doc/cpp.texi | 8 +-
gcc/dwarf2out.cc | 2 +
gcc/fold-const.cc | 109 ++++++++++++--------
gcc/fold-const.h | 2 +-
gcc/match.pd | 19 +++-
gcc/testsuite/gcc.dg/torture/pr100499-1.c | 27 +++++
gcc/testsuite/gcc.dg/torture/pr100499-2.c | 16 +++
gcc/testsuite/gcc.dg/torture/pr100499-3.c | 14 +++
gcc/testsuite/gcc.target/powerpc/builtins-1.c | 3 +-
.../gcc.target/powerpc/vsu/vec-cntlz-lsbb-0.c | 5 +-
.../gcc.target/powerpc/vsu/vec-cntlz-lsbb-1.c | 5 +-
.../gcc.target/powerpc/vsu/vec-cntlz-lsbb-2.c | 2 +-
.../gcc.target/powerpc/vsu/vec-cntlz-lsbb-3.c | 2 +-
.../gcc.target/powerpc/vsu/vec-cntlz-lsbb-4.c | 2 +-
.../gcc.target/powerpc/vsu/vec-cnttz-lsbb-0.c | 5 +-
.../gcc.target/powerpc/vsu/vec-cnttz-lsbb-1.c | 5 +-
.../gcc.target/powerpc/vsu/vec-cnttz-lsbb-2.c | 2 +-
.../gcc.target/powerpc/vsu/vec-cnttz-lsbb-3.c | 2 +-
.../gcc.target/powerpc/vsu/vec-cnttz-lsbb-4.c | 2 +-
gcc/testsuite/gnat.dg/opt97.adb | 25 +++++
gcc/tree-ssa-loop-niter.cc | 52 ++++------
libgomp/testsuite/libgomp.fortran/allocate-1.c | 2 +-
libgomp/testsuite/libgomp.fortran/allocate-1.f90 | 111 +++++++++++----------
libstdc++-v3/include/bits/allocator.h | 4 +-
libstdc++-v3/libsupc++/exception | 2 +-
26 files changed, 271 insertions(+), 160 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr100499-1.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr100499-2.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr100499-3.c
create mode 100644 gcc/testsuite/gnat.dg/opt97.adb
--
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_gcc_check/master-arm
in repository toolchain/ci/binutils-gdb.
from fd3c53675c Support symbol+offset lookup in addr2line
adds 2b53149244 Remove host_hex_value
adds 480157863b Improve Ada unchecked union type printing
adds 4a620b7e30 gdb: include jit_code_entry::symfile_addr value in names of [...]
No new revisions were added by this update.
Summary of changes:
gdb/ada-typeprint.c | 59 ++++++++++++----------
gdb/c-lang.c | 6 +--
gdb/charset.c | 14 -----
gdb/charset.h | 5 --
gdb/jit.c | 41 ++++++++++-----
gdb/mi/mi-parse.c | 4 +-
gdb/python/py-objfile.c | 2 +-
gdb/testsuite/gdb.ada/unchecked_union.exp | 6 ++-
.../gdb.ada/unchecked_union/unchecked_union.adb | 6 ++-
gdb/testsuite/gdb.base/jit-reader.exp | 4 +-
gdb/utils.c | 4 +-
11 files changed, 79 insertions(+), 72 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_gcc_check/master-arm
in repository toolchain/ci/base-artifacts.
discards 5f42851c8 0: update: binutils-gcc: 1
new bfc475632 0: update: binutils-gcc: 1
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 (5f42851c8)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_check/master-arm (bf [...]
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.xz | Bin 1528 -> 1512 bytes
02-prepare_abe/console.log.xz | Bin 2752 -> 2748 bytes
03-build_abe-binutils/console.log.xz | Bin 51744 -> 52324 bytes
04-build_abe-gcc/console.log.xz | Bin 230576 -> 229400 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3796 -> 3812 bytes
06-build_abe-check_gcc/console.log.xz | Bin 2676 -> 2368 bytes
07-check_regression/console.log.xz | Bin 2568 -> 2720 bytes
07-check_regression/results.compare | 16 +-
07-check_regression/results.compare2 | 70 +-
08-update_baseline/console.log | 360 +--
08-update_baseline/results.compare | 16 +-
08-update_baseline/results.compare2 | 70 +-
jenkins/manifest.sh | 12 +-
sumfiles/g++.log.xz | Bin 2739168 -> 2744312 bytes
sumfiles/g++.sum | 110 +-
sumfiles/gcc.log.xz | Bin 2342664 -> 2307164 bytes
sumfiles/gcc.sum | 4698 +++++++++++++++++----------------
sumfiles/gfortran.log.xz | Bin 898416 -> 892496 bytes
sumfiles/gfortran.sum | 40 +-
sumfiles/libatomic.log.xz | Bin 2176 -> 2172 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 188044 -> 187908 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2536 -> 2536 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 452308 -> 452056 bytes
sumfiles/libstdc++.sum | 10 +-
27 files changed, 2787 insertions(+), 2641 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_gnu_cross_check_gcc/master-aarch64
in repository toolchain/ci/gdb.
from fd3c53675c Support symbol+offset lookup in addr2line
new 2b53149244 Remove host_hex_value
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:
gdb/c-lang.c | 6 +++---
gdb/charset.c | 14 --------------
gdb/charset.h | 5 -----
gdb/mi/mi-parse.c | 4 ++--
gdb/python/py-objfile.c | 2 +-
gdb/utils.c | 4 ++--
6 files changed, 8 insertions(+), 27 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_gnu_cross_check_gcc/master-aarch64
in repository toolchain/ci/binutils-gdb.
from fd3c53675c Support symbol+offset lookup in addr2line
adds 2b53149244 Remove host_hex_value
No new revisions were added by this update.
Summary of changes:
gdb/c-lang.c | 6 +++---
gdb/charset.c | 14 --------------
gdb/charset.h | 5 -----
gdb/mi/mi-parse.c | 4 ++--
gdb/python/py-objfile.c | 2 +-
gdb/utils.c | 4 ++--
6 files changed, 8 insertions(+), 27 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_gnu_cross_check_gcc/master-aarch64
in repository toolchain/ci/base-artifacts.
discards 37ef65494 0: update: binutils-gcc-linux-glibc-gdb-qemu: 1
new 138b72d91 0: update: binutils-gcc-linux-glibc-gdb-qemu: 1
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 (37ef65494)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_cross_check_gcc/mast [...]
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.xz | Bin 1548 -> 1572 bytes
02-prepare_abe/console.log.xz | Bin 2760 -> 2768 bytes
03-build_abe-binutils/console.log.xz | Bin 30500 -> 30220 bytes
04-build_abe-stage1/console.log.xz | Bin 71220 -> 71372 bytes
05-clean_sysroot/console.log.xz | Bin 328 -> 328 bytes
06-build_abe-linux/console.log.xz | Bin 9104 -> 9340 bytes
07-build_abe-glibc/console.log.xz | Bin 237104 -> 237300 bytes
08-build_abe-stage2/console.log.xz | Bin 198016 -> 198436 bytes
09-build_abe-gdb/console.log.xz | Bin 37312 -> 37144 bytes
10-build_abe-qemu/console.log.xz | Bin 31164 -> 31260 bytes
11-build_abe-dejagnu/console.log.xz | Bin 3920 -> 3872 bytes
12-build_abe-check_gcc/console.log.xz | Bin 2556 -> 2584 bytes
13-check_regression/console.log.xz | Bin 18276 -> 3116 bytes
13-check_regression/fails.sum | 2 +-
13-check_regression/results.compare | 387 +-
13-check_regression/results.compare2 | 4007 +-------------------
13-check_regression/results.regressions | 101 +-
14-update_baseline/console.log | 4683 ++----------------------
14-update_baseline/fails.sum | 2 +-
14-update_baseline/results.compare | 387 +-
14-update_baseline/results.compare2 | 4007 +-------------------
14-update_baseline/results.regressions | 101 +-
jenkins/manifest.sh | 18 +-
sumfiles/g++.log.xz | Bin 3316804 -> 3337160 bytes
sumfiles/g++.sum | 202 +-
sumfiles/gcc.log.xz | Bin 2917752 -> 2896244 bytes
sumfiles/gcc.sum | 6038 ++++++++++++++++---------------
sumfiles/gfortran.log.xz | Bin 1012452 -> 1015360 bytes
sumfiles/gfortran.sum | 92 +-
sumfiles/libatomic.log.xz | Bin 2296 -> 2288 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 185024 -> 184912 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2664 -> 2660 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 402500 -> 406516 bytes
sumfiles/libstdc++.sum | 10 +-
37 files changed, 3608 insertions(+), 16455 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.