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-lts-allnoconfig
in repository toolchain/ci/base-artifacts.
discards aac7df04a 0: update: binutils-gcc-linux: boot
new 3ec94d604 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 (aac7df04a)
\
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 | 176 +-
02-prepare_abe/console.log | 440 +-
03-build_abe-binutils/console.log | 12026 ++++++------
04-build_abe-stage1/console.log | 15979 ++++++++--------
05-build_linux/console.log | 704 +-
06-boot_linux/console.log | 4 +-
07-check_regression/console.log | 2 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 2 +-
08-update_baseline/results.regressions | 2 +-
console.log | 29545 +++++++++++++++---------------
jenkins/manifest.sh | 12 +-
12 files changed, 29438 insertions(+), 29456 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 4919ed711c1 Improve abs with overflow implementations
new 0cab70604cf Fix templatized C++ OpenACC 'cache' directive ICEs
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/cp/pt.c | 2 ++
gcc/testsuite/c-c++-common/goacc/cache-1.c | 18 +++++++++++-------
gcc/testsuite/c-c++-common/goacc/cache-2.c | 10 +++++-----
gcc/testsuite/g++.dg/goacc/cache-1.C | 15 +++++++++++++++
.../goacc/cache-2.c => g++.dg/goacc/cache-2.C} | 15 +++++++++++----
libgomp/testsuite/libgomp.oacc-c++/cache-1.C | 13 +++++++++++++
libgomp/testsuite/libgomp.oacc-c-c++-common/cache-1.c | 12 +++++++++++-
7 files changed, 68 insertions(+), 17 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/goacc/cache-1.C
copy gcc/testsuite/{c-c++-common/goacc/cache-2.c => g++.dg/goacc/cache-2.C} (90%)
create mode 100644 libgomp/testsuite/libgomp.oacc-c++/cache-1.C
--
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-next-allyesconfig
in repository toolchain/ci/binutils-gdb.
from 891615f060 [gdb/testsuite] Fix minimal encodings KPASSes
adds 15a491af3c gdb/testsuite: show evaluation errors in gdb_assert
adds fc23d4728d Automatic date update in version.in
adds 4fbb7ccebe Fix stack smashing error during gdb_mpq_write_fixed_point selftest
adds 987b670356 change and rename gmp_string_asprintf to return an std::string
adds c9f0b43fe4 gmp-utils: Convert the read/write methods to using gdb::array_view
adds 2a12c336b9 gdbtypes.h: Get rid of the TYPE_FIXED_POINT_INFO macro
adds d19937a74c Make fixed_point_type_base_type a method of struct type
adds e6fcee3a73 Make function fixed_point_scaling_factor a method of struct type
adds af619ce989 valarith.c: Replace INIT_VAL_WITH_FIXED_POINT_VAL macro by lambda
adds 4afa9fd9b0 Add TYPE_CODE_FIXED_POINT handling in print_type_scalar
adds 0fb8bb022e gdb/NEWS: Document that building GDB now requires GMP
adds fa123c3281 gdb/NEWS: Document that GDB now supports DWARF-based fixed p [...]
adds c609df6474 gdb/README: Document the --with-libgmp-prefix configure option
adds 2c20a6018c gdb/README: Fix the URL of the MPFR website (now https).
adds 50757f95a8 gdb/testsuite: do not hard-code location indices in condbrea [...]
adds 1c64f6cbcf gdb: remove struct cached_reg typedef
adds d0089f12f6 ld/x86-64: Add PR gold/26939 tests
adds eac5c6d392 Automatic date update in version.in
adds e54ae97fb7 gas output_file_close error message
adds 6595cf3ce8 nm ifunc test tweaks
adds 21401fc7bf Duplicate output sections in scripts
new af30c400ea Do not include parser-defs.h from c-lang.h
new cbfa382abb Remove two unnecessary variables from evaluate_subexp_standard
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:
bfd/version.h | 2 +-
binutils/ChangeLog | 4 +
binutils/testsuite/binutils-all/nm.exp | 8 +-
gas/ChangeLog | 6 +
gas/output-file.c | 3 +-
gas/testsuite/gas/mips/reginfo-2.l | 2 +-
gdb/ChangeLog | 101 +++++++++++
gdb/NEWS | 12 ++
gdb/README | 7 +-
gdb/ada-valprint.c | 2 +-
gdb/c-lang.h | 1 -
gdb/d-lang.c | 1 +
gdb/dwarf2/read.c | 4 +-
gdb/eval.c | 12 +-
gdb/gdbtypes.c | 26 +--
gdb/gdbtypes.h | 54 ++++--
gdb/gmp-utils.c | 42 +++--
gdb/gmp-utils.h | 42 ++---
gdb/regcache.h | 4 +-
gdb/rust-lang.c | 1 +
gdb/testsuite/ChangeLog | 15 ++
gdb/testsuite/gdb.base/condbreak-multi-context.exp | 190 +++++++++++++--------
gdb/testsuite/gdb.dwarf2/dw2-fixed-point.exp | 28 +--
gdb/testsuite/lib/gdb.exp | 9 +-
gdb/typeprint.c | 9 +-
gdb/unittests/gmp-utils-selftests.c | 18 +-
gdb/valarith.c | 43 +++--
gdb/valops.c | 16 +-
gdb/valprint.c | 10 +-
gdb/value.c | 7 +-
ld/ChangeLog | 19 +++
ld/ldlang.c | 72 ++++----
ld/ldlang.h | 4 +-
ld/testsuite/ld-x86-64/pr26939-x32.d | 13 ++
ld/testsuite/ld-x86-64/pr26939.d | 12 ++
.../{ld-sh/fdpic-stack.s => ld-x86-64/pr26939.s} | 2 +-
ld/testsuite/ld-x86-64/x86-64.exp | 2 +
37 files changed, 547 insertions(+), 256 deletions(-)
create mode 100644 ld/testsuite/ld-x86-64/pr26939-x32.d
create mode 100644 ld/testsuite/ld-x86-64/pr26939.d
copy ld/testsuite/{ld-sh/fdpic-stack.s => ld-x86-64/pr26939.s} (60%)
--
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-next-allyesconfig
in repository toolchain/ci/base-artifacts.
from 28c95eb38 1: reset: linux-49a3f51dfeeecb52c5aa28c5cb9592fe5e39bf95: 19210
new 0515b1551 2: update: binutils-gcc-linux: 19331
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 | 142 +-
02-prepare_abe/console.log | 250 +-
03-build_abe-binutils/console.log | 11703 ++++++-----
04-build_abe-stage1/console.log | 15959 +++++++-------
05-build_linux/console.log | 5407 +----
07-check_regression/console.log | 80 +-
07-check_regression/results.regressions | 20 +-
07-check_regression/trigger-bisect | 3 -
08-update_baseline/console.log | 57 +-
08-update_baseline/results.regressions | 20 +-
console.log | 33378 ++++++++++++++----------------
jenkins/manifest.sh | 22 +-
reset-baseline | 0
results | 13 +-
14 files changed, 30126 insertions(+), 36928 deletions(-)
delete mode 100644 07-check_regression/trigger-bisect
delete mode 100644 reset-baseline
--
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 127c501a03d5 Merge tag '5.10-rc5-smb3-fixes' of git://git.samba.org/sfr [...]
new 46233e91fa24 media: mtk-vcodec: move firmware implementations into thei [...]
new 2da185d6fe96 media: mtk-vcodec: fix build breakage when one of VPU or S [...]
new e6fcf468c51d media: media/platform/marvell-ccic: fix warnings when CONF [...]
new 9ac924b98728 media: cedrus: h264: Fix check for presence of scaling matrix
new a7a20f721e81 media: venus: venc: Fix setting of profile and level
new 9215f6bb4705 media: venus: pm_helpers: Fix kernel module reload
new fa02fcd94b0c Merge tag 'media/v5.10-2' of git://git.kernel.org/pub/scm/ [...]
The 7 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:
drivers/media/platform/Kconfig | 28 +++-
drivers/media/platform/marvell-ccic/mmp-driver.c | 2 +
drivers/media/platform/mtk-vcodec/Makefile | 10 +-
.../media/platform/mtk-vcodec/mtk_vcodec_dec_drv.c | 2 +-
.../media/platform/mtk-vcodec/mtk_vcodec_enc_drv.c | 2 +-
drivers/media/platform/mtk-vcodec/mtk_vcodec_fw.c | 174 +--------------------
drivers/media/platform/mtk-vcodec/mtk_vcodec_fw.h | 7 +-
.../media/platform/mtk-vcodec/mtk_vcodec_fw_priv.h | 52 ++++++
.../media/platform/mtk-vcodec/mtk_vcodec_fw_scp.c | 73 +++++++++
.../media/platform/mtk-vcodec/mtk_vcodec_fw_vpu.c | 110 +++++++++++++
drivers/media/platform/qcom/venus/core.h | 15 +-
drivers/media/platform/qcom/venus/pm_helpers.c | 4 +-
drivers/media/platform/qcom/venus/venc.c | 31 +++-
drivers/media/platform/qcom/venus/venc_ctrls.c | 14 +-
drivers/staging/media/sunxi/cedrus/cedrus_h264.c | 2 +-
15 files changed, 338 insertions(+), 188 deletions(-)
create mode 100644 drivers/media/platform/mtk-vcodec/mtk_vcodec_fw_priv.h
create mode 100644 drivers/media/platform/mtk-vcodec/mtk_vcodec_fw_scp.c
create mode 100644 drivers/media/platform/mtk-vcodec/mtk_vcodec_fw_vpu.c
--
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 aec2d684916 PR middle-end/97956 - ICE due to type mismatch in pointer_p [...]
new f76cad692a6 libstdc++: Fix testsuite helper functions [PR 97936]
new 7d2a98a7273 libstdc++: Encapsulate __gthread_cond_t as std::__condvar
new dfc537e554a libstdc++: Remove redundant clock conversions in atomic waits
new 4919ed711c1 Improve abs with overflow implementations
The 4 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:
libgcc/libgcc2.c | 42 +++------
libstdc++-v3/include/bits/atomic_timed_wait.h | 104 +++++++++++----------
libstdc++-v3/include/bits/atomic_wait.h | 50 ++++------
libstdc++-v3/include/bits/std_mutex.h | 70 ++++++++++++++
libstdc++-v3/include/std/condition_variable | 18 +---
libstdc++-v3/src/c++11/condition_variable.cc | 33 +------
.../29_atomics/atomic/wait_notify/bool.cc | 1 -
.../29_atomics/atomic/wait_notify/generic.cc | 1 -
.../29_atomics/atomic/wait_notify/pointers.cc | 1 -
.../29_atomics/atomic_flag/wait_notify/1.cc | 1 -
.../29_atomics/atomic_float/wait_notify.cc | 1 -
.../29_atomics/atomic_integral/wait_notify.cc | 1 -
.../testsuite/util/atomic/wait_notify_util.h | 24 ++++-
13 files changed, 185 insertions(+), 162 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-allmodconfig
in repository toolchain/ci/linux.
from d5beb3140f91 Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pu [...]
adds 78aec9bb1f3c ARC: bitops: Remove unecessary operation and value
adds 5f840df591a9 ARC: mm: fix spelling mistakes
adds e42404fa10fd ARC: stack unwinding: don't assume non-current task is sleeping
adds f737561c7096 ARC: stack unwinding: reorganize how initial register state setup
adds b1489422041b Merge tag 'arc-5.10-rc6' of git://git.kernel.org/pub/scm/l [...]
adds 1179f170b6f0 s390: fix fpu restore in entry.S
adds 80145ac2f739 Merge tag 's390-5.10-5' of git://git.kernel.org/pub/scm/li [...]
adds 073861ed77b6 mm: fix VM_BUG_ON(PageTail) and BUG_ON(PageWriteback)
adds 98128572084c cifs: fix a memleak with modefromsid
adds de9ac0a6e9ef smb3: Call cifs reconnect from demultiplex thread
adds ac873aa3dc21 smb3: Avoid Mid pending list corruption
adds 1254100030b3 smb3: Handle error case during offload read path
adds 127c501a03d5 Merge tag '5.10-rc5-smb3-fixes' of git://git.samba.org/sfr [...]
No new revisions were added by this update.
Summary of changes:
arch/arc/include/asm/bitops.h | 4 +-
arch/arc/kernel/stacktrace.c | 56 +++++++++++++++------------
arch/arc/mm/tlb.c | 24 ++++++------
arch/s390/kernel/asm-offsets.c | 10 ++---
arch/s390/kernel/entry.S | 2 +
fs/cifs/cifsacl.c | 1 +
fs/cifs/smb2ops.c | 88 +++++++++++++++++++++++++++++++++++-------
mm/filemap.c | 8 ++++
mm/page-writeback.c | 6 ---
9 files changed, 133 insertions(+), 66 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-allmodconfig
in repository toolchain/ci/gcc.
from b5eabef5daa [testsuite] Emit 'warning' instead of 'error' diagnostics f [...]
adds 19323ea3e93 c++: Fix FE devirt with diamond inheritance [PR95158]
adds 196716c10bc dwarf2: ICE with local class in unused function [PR97918]
adds b22f1b34c49 changelog: fix parsing of a revert commit
adds 8476cfe5ab1 Daily bump.
No new revisions were added by this update.
Summary of changes:
contrib/ChangeLog | 5 +++++
contrib/gcc-changelog/git_commit.py | 27 ++++++++++++++-------------
gcc/ChangeLog | 6 ++++++
gcc/DATESTAMP | 2 +-
gcc/cp/ChangeLog | 9 +++++++++
gcc/cp/call.c | 20 +++++++++-----------
gcc/cp/class.c | 14 ++++++++++++++
gcc/cp/cp-tree.h | 3 ++-
gcc/dwarf2out.c | 6 +++---
gcc/testsuite/ChangeLog | 28 ++++++++++++++++++++++++++++
gcc/testsuite/g++.dg/debug/localclass2.C | 24 ++++++++++++++++++++++++
gcc/testsuite/g++.dg/template/virtual5.C | 31 +++++++++++++++++++++++++++++++
12 files changed, 146 insertions(+), 29 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/debug/localclass2.C
create mode 100644 gcc/testsuite/g++.dg/template/virtual5.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.