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_check_gdb/master-arm
in repository toolchain/ci/binutils-gdb.
from 2cf349be0e Do not put linkage names into .gdb_index
adds df2a5f8de7 Automatic date update in version.in
adds 3f0423f913 gdbsupport/pathstuff.h: #include <array> explicitly for std: [...]
adds 0b60b96344 PowerPC: Update expected floating point output for gdb.arch/ [...]
adds 6bdd7cf11d gdb: make some random Python files Python 3-compatible
adds c62dced2d4 bsd-kvm: Fix build after recent changes to path handling functions.
adds f93c6e0a2e i386: Pass -z noexecstack to linker tests
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/bsd-kvm.c | 24 +++++++++++-------------
gdb/contrib/test_pubnames_and_indexes.py | 30 +++++++++++++++---------------
gdb/system-gdbinit/elinos.py | 2 +-
gdb/system-gdbinit/wrs-linux.py | 4 ++--
gdb/testsuite/gdb.arch/altivec-regs.exp | 8 ++++----
gdb/testsuite/gdb.arch/vsx-regs.exp | 31 ++++++++++++++++---------------
gdbsupport/pathstuff.h | 1 +
ld/testsuite/ld-i386/i386.exp | 6 ++++--
9 files changed, 55 insertions(+), 53 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_check_gdb/master-arm
in repository toolchain/ci/base-artifacts.
discards 1f756c5a4 0: update: binutils-gcc-linux-glibc-gdb: 1
new 4be1bdf33 0: update: binutils-gcc-linux-glibc-gdb: 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 (1f756c5a4)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_native_check_gdb/mas [...]
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 1564 -> 1544 bytes
02-prepare_abe/console.log.xz | Bin 2792 -> 2776 bytes
03-build_abe-binutils/console.log.xz | Bin 53160 -> 52976 bytes
04-build_abe-gcc/console.log.xz | Bin 229880 -> 231256 bytes
05-clean_sysroot/console.log.xz | Bin 316 -> 316 bytes
06-build_abe-linux/console.log.xz | Bin 8620 -> 9040 bytes
07-build_abe-glibc/console.log.xz | Bin 231532 -> 232528 bytes
08-build_abe-gdb/console.log.xz | Bin 49572 -> 50300 bytes
09-build_abe-dejagnu/console.log.xz | Bin 3852 -> 3864 bytes
10-build_abe-check_gdb/console.log.xz | Bin 2216 -> 2192 bytes
11-check_regression/console.log.xz | Bin 9716 -> 12436 bytes
11-check_regression/extra-bisect-params | 2 +-
11-check_regression/fails.sum | 29 +-
11-check_regression/results.compare | 58 +-
11-check_regression/results.compare2 | 2448 +++++---
11-check_regression/results.regressions | 58 +-
12-update_baseline/console.log | 7594 ++++++++++++++-----------
12-update_baseline/extra-bisect-params | 2 +-
12-update_baseline/fails.sum | 29 +-
12-update_baseline/results.compare | 58 +-
12-update_baseline/results.compare2 | 2448 +++++---
12-update_baseline/results.regressions | 58 +-
jenkins/manifest.sh | 24 +-
sumfiles/gdb.log.xz | Bin 1563660 -> 1488800 bytes
sumfiles/gdb.sum | 9310 +++++++++----------------------
25 files changed, 10820 insertions(+), 11298 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 b683a0e6359 Update gcc sv.po
new 2579d6124d2 GCN: Make "gang-private data-share memory exhausted" error [...]
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/config/gcn/gcn.cc | 5 +++--
1 file changed, 3 insertions(+), 2 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-aarch64
in repository toolchain/ci/gcc.
from ad56a60f58c rs6000: Make the has_arch target selectors actually work
adds e3c5e8360b4 libstdc++: Define std::hash<std::filesystem::path> (LWG 3657)
adds 41ccd683f00 libstdc++: Add std::atomic<shared_ptr>(nullptr_t) construct [...]
adds 796b7cbac3d libphobos: Don't call free on the TLS array in the emutls d [...]
adds cd4acb8cd9e lto: use diagnostics_context in print_lto_docs_link
adds b6a48401da5 c++: decltype of non-dependent call of class type [PR105386]
No new revisions were added by this update.
Summary of changes:
gcc/cp/semantics.cc | 2 +-
gcc/lto-wrapper.cc | 20 +++++++++++++++++---
gcc/testsuite/g++.dg/cpp0x/decltype81.C | 15 +++++++++++++++
libphobos/libdruntime/gcc/emutls.d | 8 ++++----
libstdc++-v3/include/bits/fs_path.h | 10 ++++++++++
libstdc++-v3/include/bits/shared_ptr_atomic.h | 4 ++++
.../20_util/shared_ptr/atomic/atomic_shared_ptr.cc | 2 ++
.../27_io/filesystem/path/nonmember/hash_value.cc | 10 ++++++++++
8 files changed, 63 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/decltype81.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_gcc_check/master-aarch64
in repository toolchain/ci/base-artifacts.
discards cc5056b13 0: update: gcc-ad56a60f58c1ed662deaf60d5736c332ec2caabb: 1
new ed40f6b86 0: update: gcc-b6a48401da51e9042b6f0822d532b3b472492658: 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 (cc5056b13)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_check/master-aarch64 [...]
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 1492 -> 1516 bytes
02-prepare_abe/console.log.xz | Bin 2740 -> 2732 bytes
03-build_abe-binutils/console.log.xz | Bin 36864 -> 37352 bytes
04-build_abe-gcc/console.log.xz | Bin 206552 -> 207560 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3832 -> 3812 bytes
06-build_abe-check_gcc/console.log.xz | Bin 2492 -> 2556 bytes
07-check_regression/console.log.xz | Bin 3148 -> 3144 bytes
07-check_regression/extra-bisect-params | 2 +-
07-check_regression/fails.sum | 5 -
07-check_regression/results.compare | 33 +-
07-check_regression/results.compare2 | 56 +-
07-check_regression/results.regressions | 33 +-
08-update_baseline/console.log | 581 ++--
08-update_baseline/extra-bisect-params | 2 +-
08-update_baseline/fails.sum | 5 -
08-update_baseline/results.compare | 33 +-
08-update_baseline/results.compare2 | 56 +-
08-update_baseline/results.regressions | 33 +-
jenkins/manifest.sh | 8 +-
sumfiles/g++.log.xz | Bin 3495464 -> 3533168 bytes
sumfiles/g++.sum | 136 +-
sumfiles/gcc.log.xz | Bin 3003300 -> 2988072 bytes
sumfiles/gcc.sum | 5282 +++++++++++++++----------------
sumfiles/gfortran.log.xz | Bin 1029052 -> 1030352 bytes
sumfiles/gfortran.sum | 46 +-
sumfiles/libatomic.log.xz | Bin 2184 -> 2192 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 201568 -> 201528 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2544 -> 2544 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 436680 -> 428044 bytes
sumfiles/libstdc++.sum | 10 +-
33 files changed, 3156 insertions(+), 3191 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 bfdb52f83ca Handle encoding failures in Windows thread names
new 6be98d075c3 Add recording support for the ISA 3.1 PowerPC instructions.
new 1bc0d95eada GDB PowerPC record test cases for ISA 2.06 and ISA 3.1
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:
gdb/rs6000-tdep.c | 1195 +++++++++++++++++++-
.../ppc_record_test_isa_2_06.c} | 45 +-
.../gdb.reverse/ppc_record_test_isa_2_06.exp | 105 ++
.../gdb.reverse/ppc_record_test_isa_3_1.c | 95 ++
.../gdb.reverse/ppc_record_test_isa_3_1.exp | 341 ++++++
5 files changed, 1727 insertions(+), 54 deletions(-)
copy gdb/testsuite/{gdb.arch/amd64-entry-value-inline.c => gdb.reverse/ppc_record_ [...]
create mode 100644 gdb/testsuite/gdb.reverse/ppc_record_test_isa_2_06.exp
create mode 100644 gdb/testsuite/gdb.reverse/ppc_record_test_isa_3_1.c
create mode 100644 gdb/testsuite/gdb.reverse/ppc_record_test_isa_3_1.exp
--
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 d615b5416f8a Merge tag 'f2fs-fix-5.18' of git://git.kernel.org/pub/scm/ [...]
new 50ff57888d0b btrfs: fix leaked plug after failure syncing log on zoned [...]
new 50f1cff3d886 btrfs: fix and document the zoned device choice in alloc_new_bio
new 00d825258bcc btrfs: fix direct I/O read repair for split bios
new 0fdf977d4576 btrfs: fix direct I/O writes for split bios on zoned devices
new a692e13d87cb btrfs: fix assertion failure during scrub due to block gro [...]
new 5f0addf7b890 btrfs: zoned: use dedicated lock for data relocation
new fd574a2f841c Merge tag 'for-5.18-rc4-tag' of git://git.kernel.org/pub/s [...]
new e57f9af73d6b gfs2: Don't re-check for write past EOF unnecessarily
new 4fad37d595b9 Merge tag 'gfs2-v5.18-rc4-fix' of git://git.kernel.org/pub [...]
new af11f31715b5 video: fbdev: of: display_timing: Remove a redundant zeroi [...]
new aaf7dbe07385 video: fbdev: udlfb: properly check endpoint type
new b23e868d35d5 video: fbdev: pxafb: use if else instead
new d1d608ce78b3 video: fbdev: sis: fix potential NULL dereference in sisfb [...]
new f56b919fa4f1 linux/fb.h: Spelling s/palette/palette/
new 5c6d8b23cef8 video: fbdev: pm2fb: Fix a kernel-doc formatting issue
new 2a8f0934e922 video: fbdev: aty/matrox/...: Prepare cleanup of powerpc's [...]
new 7e4920bf59cb video: fbdev: omap: Make it CCF clk API compatible
new 836ffc47fa24 video: fbdev: imxfb: Fix missing of_node_put in imxfb_probe
new 85ec038b53fa video: fbdev: neofb: Fix the check of 'var->pixclock'
new 213e2df47332 video: fbdev: kyro: Error out if 'lineclock' equals zero
new f2bfd792c1ed video: fbdev: vt8623fb: Error out if 'pixclock' equals zero
new 16844e587042 video: fbdev: tridentfb: Error out if 'pixclock' equals zero
new e1e965156438 video: fbdev: arkfb: Error out if 'pixclock' equals zero
new 7015bb57c304 video: fbdev: s3fb: Error out if 'pixclock' equals zero
new 12acdbd7ca7d video: fbdev: i740fb: use memset_io() to clear screen
new 15cf0b82271b video: fbdev: i740fb: Error out if 'pixclock' equals zero
new c40b65304c36 video: fbdev: sh_mobile_lcdcfb: Remove sh_mobile_lcdc_chec [...]
new 610323d8f6f8 video: fbdev: mmp: replace usage of found with dedicated l [...]
new 6fbe0cc53a1b video: fbdev: clps711x-fb: Use syscon_regmap_lookup_by_phandle
new cf424ef014ac Merge tag 'for-5.18/fbdev-2' of git://git.kernel.org/pub/s [...]
The 30 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/video/fbdev/arkfb.c | 3 ++
drivers/video/fbdev/aty/aty128fb.c | 1 -
drivers/video/fbdev/aty/atyfb_base.c | 1 -
drivers/video/fbdev/aty/radeon_pm.c | 1 -
drivers/video/fbdev/aty/radeonfb.h | 2 +-
drivers/video/fbdev/clps711x-fb.c | 3 +-
drivers/video/fbdev/controlfb.c | 3 --
drivers/video/fbdev/i740fb.c | 5 +++-
drivers/video/fbdev/imxfb.c | 2 ++
drivers/video/fbdev/kyro/fbdev.c | 2 ++
drivers/video/fbdev/matrox/matroxfb_base.h | 1 -
drivers/video/fbdev/mb862xx/mb862xxfbdrv.c | 2 ++
drivers/video/fbdev/mmp/core.c | 11 ++++----
drivers/video/fbdev/neofb.c | 2 +-
drivers/video/fbdev/omap/hwa742.c | 6 ++--
drivers/video/fbdev/omap/lcdc.c | 6 ++--
drivers/video/fbdev/omap/sossi.c | 5 ++--
drivers/video/fbdev/platinumfb.c | 2 +-
drivers/video/fbdev/pm2fb.c | 8 ++----
drivers/video/fbdev/pxafb.c | 4 +--
drivers/video/fbdev/s3fb.c | 3 ++
drivers/video/fbdev/sh_mobile_lcdcfb.c | 3 --
drivers/video/fbdev/sis/sis_main.c | 2 +-
drivers/video/fbdev/tridentfb.c | 3 ++
drivers/video/fbdev/udlfb.c | 14 ++++++++--
drivers/video/fbdev/valkyriefb.c | 3 +-
drivers/video/fbdev/vt8623fb.c | 3 ++
drivers/video/of_display_timing.c | 2 +-
fs/btrfs/ctree.h | 1 +
fs/btrfs/dev-replace.c | 7 ++++-
fs/btrfs/disk-io.c | 1 +
fs/btrfs/extent_io.c | 44 ++++++++++++++++++++----------
fs/btrfs/inode.c | 18 ++++++------
fs/btrfs/scrub.c | 26 +++++++++++++++++-
fs/btrfs/tree-log.c | 1 +
fs/btrfs/volumes.h | 3 ++
fs/btrfs/zoned.h | 4 +--
fs/gfs2/file.c | 2 +-
include/uapi/linux/fb.h | 2 +-
39 files changed, 137 insertions(+), 75 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_check_gcc/master-aarch64
in repository toolchain/ci/base-artifacts.
discards 130412a90 0: update: linux-af2d861d4cd2a4da5137f795ee3509e6f944a25b: 1
new b69a4669d 0: update: gcc-b6a48401da51e9042b6f0822d532b3b472492658: 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 (130412a90)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_native_check_gcc/mas [...]
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 1492 -> 1500 bytes
02-prepare_abe/console.log.xz | Bin 2736 -> 2744 bytes
03-build_abe-binutils/console.log.xz | Bin 36784 -> 37388 bytes
04-build_abe-gcc/console.log.xz | Bin 207548 -> 208056 bytes
05-clean_sysroot/console.log.xz | Bin 312 -> 312 bytes
06-build_abe-linux/console.log.xz | Bin 8632 -> 10436 bytes
07-build_abe-glibc/console.log.xz | Bin 235216 -> 235796 bytes
08-build_abe-gdb/console.log.xz | Bin 34240 -> 34300 bytes
09-build_abe-dejagnu/console.log.xz | Bin 3816 -> 3816 bytes
10-build_abe-check_gcc/console.log.xz | Bin 2680 -> 2632 bytes
11-check_regression/console.log.xz | Bin 3152 -> 4800 bytes
11-check_regression/extra-bisect-params | 2 +-
11-check_regression/fails.sum | 6 +-
11-check_regression/results.compare | 33 +-
11-check_regression/results.compare2 | 477 +++-
11-check_regression/results.regressions | 33 +-
12-update_baseline/console.log | 866 ++++--
12-update_baseline/extra-bisect-params | 2 +-
12-update_baseline/fails.sum | 6 +-
12-update_baseline/results.compare | 33 +-
12-update_baseline/results.compare2 | 477 +++-
12-update_baseline/results.regressions | 33 +-
jenkins/manifest.sh | 8 +-
sumfiles/g++.log.xz | Bin 3627700 -> 3666532 bytes
sumfiles/g++.sum | 176 +-
sumfiles/gcc.log.xz | Bin 3171440 -> 3158752 bytes
sumfiles/gcc.sum | 4658 ++++++++++++++++---------------
sumfiles/gfortran.log.xz | Bin 1064504 -> 1066632 bytes
sumfiles/gfortran.sum | 57 +-
sumfiles/libatomic.log.xz | Bin 2268 -> 2276 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 213360 -> 213428 bytes
sumfiles/libgomp.sum | 360 +--
sumfiles/libitm.log.xz | Bin 2668 -> 2668 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 432576 -> 435392 bytes
sumfiles/libstdc++.sum | 16 +-
37 files changed, 4293 insertions(+), 2960 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.