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-arm-lts-defconfig
in repository toolchain/ci/binutils-gdb.
from 2ccee230f8 Fix off-by-one error in ada_fold_name
adds 1006702837 [gdb/testsuite] Fix gdb.tui/new-layout.exp with tcl 8.5
adds 33e06c75aa Automatic date update in version.in
adds 4483a8e72a gdb/testsuite: fix race condition in gdb.multi/multi-arch-exec.exp
adds 9cd7a95a2b [gdb/testsuite] Fix gdb.base/float128.exp with --with-mpfr=no
adds b143e2d506 Fix a build problem when using FreeBSD 12.
adds a9f14fa549 Handle CPU offset for Ravenscar
adds 15f4dddd8a Use thread_info_ref in enable_thread_stack_temporaries
adds 51107df53a Change current_inferior_ to be a inferior_ref
adds d634cd0bce Use thread_info_ref in stop_context
adds bfcb9db853 Remove scoped_inc_dec_ref
adds b6433ede07 Make bp_location derive from refcounted_object
adds 2c1413a98c Use htab_t in varobj
adds 76deb5d918 Change varobj.c:rootlist to a std::list
adds d8f168ddd0 Change all_root_varobjs to take a function_view
adds 54746ce37a C++-ify varobj iteration
adds 60ee72f6d3 Change varobj_iter::next to return unique_ptr
adds 7446266408 Change varobj_dynamic::saved_item to unique_ptr
adds 24fd95b4cd Change varobj_dynamic::child_iter to unique_ptr
adds 1110649507 Change varobj_item::value to a value_ref_ptr
adds 446d2c032d Remove varobj_clear_saved_item
adds 1345dee280 Use gdbpy_ref in instantiate_pretty_printer
adds 07d9937a20 install_variable cannot fail
adds 14a772212b Add support for the .bss pseudo-op to the Z80 assembler.
adds 02c727013c Avoid side effects in expression lexers
adds 346e7e1923 [gdb/testsuite] Update gdb.arch/i386-mpx-call.exp for -m32
adds 74b773fcd6 gdb: factor out debug_prefixed_printf_cond
adds 94ba44a68d gdb: make debug_infrun a bool
new 9664849417 gdbsupport: make use of safe-ctype functions from libiberty
new 1536146f30 gdb: don't warn about deprecated aliases during tab completion
new 9ef6d4a1b4 gdb: give deprecated command warning for aliases with a prefix
new 44c77c3272 gdb: make deprecated_cmd_warning i18n friendly
new 19c659f164 gdb: improve the warning given for deprecated aliases with a prefix
The 5 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 | 6 +
binutils/ar.c | 2 +-
binutils/arsup.c | 2 +-
binutils/objcopy.c | 2 +-
gas/ChangeLog | 7 +
gas/config/tc-z80.c | 10 ++
gdb/ChangeLog | 213 +++++++++++++++++++++++
gdb/ada-lang.c | 2 +-
gdb/ada-tasks.c | 22 ++-
gdb/breakpoint.c | 43 +----
gdb/breakpoint.h | 30 +++-
gdb/cli/cli-decode.c | 253 +++++++++++++--------------
gdb/command.h | 54 +++++-
gdb/completer.c | 5 +-
gdb/displaced-stepping.h | 7 +-
gdb/dwarf2/read.c | 16 +-
gdb/f-exp.y | 10 +-
gdb/gdbthread.h | 10 +-
gdb/inferior.c | 11 +-
gdb/infrun.c | 32 +---
gdb/infrun.h | 9 +-
gdb/inline-frame.c | 2 +-
gdb/linux-nat.c | 7 +-
gdb/m2-exp.y | 8 +-
gdb/mi/mi-cmd-var.c | 26 +--
gdb/p-exp.y | 48 +++---
gdb/python/py-varobj.c | 87 ++++------
gdb/python/python-internal.h | 4 +-
gdb/testsuite/ChangeLog | 38 +++++
gdb/testsuite/gdb.arch/i386-mpx-call.exp | 31 +++-
gdb/testsuite/gdb.base/commands.exp | 21 ++-
gdb/testsuite/gdb.base/completion.exp | 13 ++
gdb/testsuite/gdb.base/float128.exp | 22 ++-
gdb/testsuite/gdb.multi/multi-arch-exec.c | 7 +
gdb/testsuite/gdb.tui/new-layout.exp | 16 +-
gdb/thread.c | 41 +----
gdb/top.c | 2 +-
gdb/varobj-iter.h | 43 +----
gdb/varobj.c | 273 ++++++++----------------------
gdb/varobj.h | 3 +-
gdbserver/ChangeLog | 4 +
gdbserver/Makefile.in | 2 +-
gdbsupport/ChangeLog | 17 ++
gdbsupport/common-debug.h | 17 ++
gdbsupport/common-utils.cc | 22 +--
gdbsupport/event-loop.h | 8 +-
47 files changed, 836 insertions(+), 674 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-arm-lts-defconfig
in repository toolchain/ci/base-artifacts.
discards 2def46b6 2: update: binutils-gcc-linux: 5370
new 768af1fb 2: update: binutils-gcc-linux: 5370
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 (2def46b6)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-lt [...]
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 | 226 +-
02-prepare_abe/console.log | 436 +-
03-build_abe-binutils/console.log | 11929 ++++++-----
04-build_abe-stage1/console.log | 20487 +++++++++---------
05-build_linux/console.log | 1114 +-
07-check_regression/console.log | 26 +-
07-check_regression/results.regressions | 20 +-
08-update_baseline/console.log | 142 +-
08-update_baseline/results.regressions | 20 +-
console.log | 34360 +++++++++++++++---------------
jenkins/manifest.sh | 18 +-
11 files changed, 34381 insertions(+), 34397 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 94801e5c6d46 Merge tag 'pinctrl-v5.10-3' of git://git.kernel.org/pub/sc [...]
new 16c0cc0ce305 revert "mm/filemap: add static for function __add_to_page_ [...]
new 40d6366e9d86 proc: use untagged_addr() for pagemap_read addresses
new 84edc2eff827 selftest/fpu: avoid clang warning
new 14dc3983b5df kbuild: avoid static_assert for genksyms
new 55d5b7dd6451 initramfs: fix clang build failure
new 6e7b64b9dd6d elfcore: fix building with clang
new 6c82d45c7f03 kasan: fix object remaining in offline per-cpu quarantine
new ba9c1201beaa mm/hugetlb: clear compound_nr before freeing gigantic pages
new a06caa4a68ce Merge branch 'akpm' (patches from Andrew)
new b7906b70a233 bpf: Fix enum names for bpf_this_cpu_ptr() and bpf_per_cpu [...]
new 6bea0225a4bf zonefs: fix page reference and BIO leak
new 782598ecea73 Merge tag 'zonefs-5.10-rc7' of git://git.kernel.org/pub/sc [...]
new c0a2074ac575 mmc: mediatek: Fix system suspend/resume support for CQHCI
new 903a72eca4ab mmc: mediatek: Extend recheck_sdio_irq fix to more variants
new a42a7ec9bb99 mmc: sdhci-of-arasan: Fix clock registration error for Kee [...]
new 32a9e0c445fa mmc: tmio: improve bringing HW to a sane state with MMC_POWER_OFF
new 6246d7c9d15a mmc: block: Fixup condition for CMD13 polling for RPMB requests
new c0d638a03bc5 mmc: mediatek: mark PM functions as __maybe_unused
new 1de5d12b7690 Merge tag 'mmc-v5.10-rc4-2' of git://git.kernel.org/pub/sc [...]
new 249a9599c912 mtd: rawnand: ams-delta: Do not force a particular softwar [...]
new 52277269c406 mtd: rawnand: au1550: Do not force a particular software E [...]
new bd47fa451315 mtd: rawnand: gpio: Do not force a particular software ECC engine
new f49bde9fe25c mtd: rawnand: mpc5121: Do not force a particular software [...]
new f87b720a2164 mtd: rawnand: orion: Do not force a particular software EC [...]
new 9506ab943db4 mtd: rawnand: pasemi: Do not force a particular software E [...]
new 148b4f16159f mtd: rawnand: plat_nand: Do not force a particular softwar [...]
new cf75f00fc802 mtd: rawnand: socrates: Do not force a particular software [...]
new 33d974e76e21 mtd: rawnand: xway: Do not force a particular software ECC engine
new 7f376f1917d7 Merge tag 'mtd/fixes-for-5.10-rc8' of git://git.kernel.org [...]
The 29 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/mmc/core/block.c | 2 +-
drivers/mmc/host/mtk-sd.c | 39 ++++++++++++++++++++++++++----------
drivers/mmc/host/sdhci-of-arasan.c | 3 +++
drivers/mmc/host/tmio_mmc_core.c | 6 +++---
drivers/mtd/nand/raw/ams-delta.c | 4 +++-
drivers/mtd/nand/raw/au1550nd.c | 4 +++-
drivers/mtd/nand/raw/gpio.c | 4 +++-
drivers/mtd/nand/raw/mpc5121_nfc.c | 4 +++-
drivers/mtd/nand/raw/orion_nand.c | 4 +++-
drivers/mtd/nand/raw/pasemi_nand.c | 4 +++-
drivers/mtd/nand/raw/plat_nand.c | 4 +++-
drivers/mtd/nand/raw/socrates_nand.c | 4 +++-
drivers/mtd/nand/raw/xway_nand.c | 4 +++-
fs/proc/task_mmu.c | 8 ++++++--
fs/zonefs/super.c | 14 +++++++------
include/linux/build_bug.h | 5 +++++
include/linux/elfcore.h | 22 ++++++++++++++++++++
include/uapi/linux/bpf.h | 4 ++--
init/initramfs.c | 2 +-
kernel/Makefile | 1 -
kernel/bpf/helpers.c | 4 ++--
kernel/elfcore.c | 26 ------------------------
kernel/trace/bpf_trace.c | 4 ++--
lib/Makefile | 3 ++-
mm/filemap.c | 2 +-
mm/hugetlb.c | 1 +
mm/kasan/quarantine.c | 39 ++++++++++++++++++++++++++++++++++++
tools/include/uapi/linux/bpf.h | 4 ++--
28 files changed, 155 insertions(+), 70 deletions(-)
delete mode 100644 kernel/elfcore.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_bmk_tx1/gnu-release-aarch64-spec2k6-O2_LTO
in repository toolchain/ci/glibc.
from 24c0d68815 AArch64: Use __memcpy_simd on Neoverse N2/V1
adds 61e8ae9b66 aarch64: Fix DT_AARCH64_VARIANT_PCS handling [BZ #26798]
No new revisions were added by this update.
Summary of changes:
sysdeps/aarch64/dl-machine.h | 12 ++++--------
1 file changed, 4 insertions(+), 8 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_bmk_tx1/gnu-release-aarch64-spec2k6-O2_LTO
in repository toolchain/ci/binutils-gdb.
from 3730a015c0 Re: Fix tight loop on recursively-defined symbols
adds 29e6ea430d gas, arm: PR26858 Fix availability of single precision vmul/ [...]
No new revisions were added by this update.
Summary of changes:
gas/config/tc-arm.c | 4 ++--
gas/testsuite/gas/arm/{immed2.d => pr26858.d} | 6 +++---
gas/testsuite/gas/arm/pr26858.s | 6 ++++++
3 files changed, 11 insertions(+), 5 deletions(-)
copy gas/testsuite/gas/arm/{immed2.d => pr26858.d} (51%)
create mode 100644 gas/testsuite/gas/arm/pr26858.s
--
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_bmk_tx1/gnu-release-aarch64-spec2k6-O2_LTO
in repository toolchain/ci/base-artifacts.
discards 81e9fbe6 2: update: binutils-gcc-glibc: 1
new 1979c026 2: update: binutils-gcc-glibc: 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 (81e9fbe6)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_tx1/gnu-release-aarc [...]
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 | 181 +-
02-prepare_abe/console.log | 412 +-
03-build_abe-binutils/console.log | 10520 +--
04-build_abe-stage1/console.log | 13953 ++--
05-build_abe-linux/console.log | 267 +-
06-build_abe-glibc/console.log | 39361 +++++------
07-build_abe-stage2/console.log | 36602 +++++-----
09-benchmark--O2_LTO/benchmark-start.log | 2 +-
09-benchmark--O2_LTO/benchmark.log | 32 +-
09-benchmark--O2_LTO/console.log | 156 +-
10-check_regression/console.log | 1096 +-
10-check_regression/results-0.csv | 170 +-
10-check_regression/results-1.csv | 166 +-
10-check_regression/results-brief.csv | 58 +-
10-check_regression/results-full.csv | 174 +-
10-check_regression/results.csv | 70 +-
10-check_regression/results.log | 3894 +-
11-update_baseline/console.log | 2521 +-
11-update_baseline/results-1.csv | 166 +-
11-update_baseline/results-brief.csv | 58 +-
11-update_baseline/results-full.csv | 166 +-
11-update_baseline/results.csv | 70 +-
11-update_baseline/results.log | 2828 +-
11-update_baseline/results.regressions | 2 +-
console.log | 105949 ++++++++++++++--------------
jenkins/manifest.sh | 20 +-
results_id | 2 +-
27 files changed, 109502 insertions(+), 109394 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/gnu-master-aarch64-bootstrap_O1
in repository toolchain/ci/base-artifacts.
discards 547f3af0 0: update: gcc-0aa1786d34b891c8e1e219fb11255af5358013c4: 1
new ae3a98c2 0: update: gcc-262784be3dcf91a712502b1f4f73e72155171f20: 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 (547f3af0)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-master-aarch64-b [...]
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 | 80 +-
02-prepare_abe/console.log | 172 +-
04-build_abe-bootstrap_O1/console.log | 67774 ++++++++++++++++---------------
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 14 +-
console.log | 68042 ++++++++++++++++----------------
jenkins/manifest.sh | 10 +-
7 files changed, 68041 insertions(+), 68053 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.