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-allyesconfig
in repository toolchain/ci/binutils-gdb.
from e691a46f7d Automatic date update in version.in
adds e9f8e3f109 [GDB, Hurd] Fix build; 'target_waitstatus_to_string' call
adds aae9718e4d Add extended mnemonics for bctar. Fix setting of 'at' branch hints.
adds 82477cd28a Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gas/ChangeLog | 25 ++++
gas/testsuite/gas/ppc/a2.d | 29 ++--
gas/testsuite/gas/ppc/a2.s | 12 +-
gas/testsuite/gas/ppc/power8.d | 126 ++++++++++++++++-
gas/testsuite/gas/ppc/power8.s | 118 ++++++++++++++++
gdb/ChangeLog | 5 +
gdb/gnu-nat.c | 2 +-
opcodes/ChangeLog | 36 +++++
opcodes/ppc-opc.c | 311 ++++++++++++++++++++++++++++++++++-------
10 files changed, 591 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_kernel/gnu-master-aarch64-mainline-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 55e57e2 0: good: binutils-gcc-linux: all
new 6eda785 0: good: binutils-gcc-linux: all
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 (55e57e2)
\
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 | 126 +-
02-prepare_abe/console.log | 90 +-
03-build_abe-binutils/console.log | 8055 +++----
04-build_abe-stage1/console.log | 14018 +++++------
05-build_linux/console.log | 24465 ++++++++++---------
06-boot_linux/console.log | 2 +-
console.log | 46777 ++++++++++++++++++------------------
jenkins/manifest.sh | 18 +-
8 files changed, 46784 insertions(+), 46767 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 compiler-rt.
from e24b19564 [libFuzzer] Another follow up fix for Data Flow scripts in Py3.
new 2d4b83275 [TSan][libdispatch] Make test work on Linux, pt. 2
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:
test/tsan/libdispatch/dispatch_once_deadlock.c | 4 ++--
1 file changed, 2 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.
unknown user pushed a change to branch master
in repository binutils-gdb.
from bec858ea4d PowerPC conditional branch test
new e3980ce2a9 Make increase_expout_size static
new 1201a264c8 Remove parser_state "initial_size" parameter
new fa9f5be683 Turn parse_gdbarch into a method
new 73923d7eed Turn parse_language into a method
new 37eedb3982 Make base class for parser_state
new 1e58a4a4db Move expression_context_* globals to parser_state
new 28aaf3fdf9 Remove paren_depth global
new 8621b685bf Move comma_terminates global to parser_state
new 5776fca307 Move lexptr and prev_lexptr to parser_state
new 43476f0b1b Move arglist_len et al to parser_state
new 2a61252965 Move completion parsing to parser_state
new dac43e327d Move type stack handling to a new class
new 699bd4cfa8 Move innermost_block_tracker global to parse_state
The 13 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/ChangeLog | 299 +++++++++++++++++++++++++++
gdb/Makefile.in | 2 +
gdb/ada-exp.y | 25 +--
gdb/ada-lang.c | 44 ++--
gdb/ada-lex.l | 26 ++-
gdb/amd64-linux-tdep.c | 32 +--
gdb/breakpoint.c | 15 +-
gdb/c-exp.y | 436 ++++++++++++++++++++-------------------
gdb/d-exp.y | 113 +++++-----
gdb/dtrace-probe.c | 17 +-
gdb/expression.h | 12 +-
gdb/f-exp.y | 112 +++++-----
gdb/gdbarch.c | 4 +-
gdb/gdbarch.h | 6 +-
gdb/gdbarch.sh | 4 +-
gdb/go-exp.y | 94 +++++----
gdb/language.h | 8 +-
gdb/m2-exp.y | 99 +++++----
gdb/objc-lang.c | 2 +-
gdb/p-exp.y | 126 ++++++------
gdb/parse.c | 546 ++++++++-----------------------------------------
gdb/parser-defs.h | 306 ++++++++++++++-------------
gdb/printcmd.c | 10 +-
gdb/rust-exp.y | 330 ++++++++++++++++--------------
gdb/stap-probe.c | 2 +-
gdb/stap-probe.h | 7 +-
gdb/type-stack.c | 209 +++++++++++++++++++
gdb/type-stack.h | 203 ++++++++++++++++++
gdb/varobj.c | 9 +-
29 files changed, 1781 insertions(+), 1317 deletions(-)
create mode 100644 gdb/type-stack.c
create mode 100644 gdb/type-stack.h
--
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 145f47c7381d Merge tag '5.1-rc3-smb3-fixes' of git://git.samba.org/sfre [...]
new 20bb907f7dc8 mfd: twl-core: Disable IRQ while suspended
new 1d71670e5e09 mfd: sc27xx: Use SoC compatible string for PMIC devices
new a05a2e7998ab mfd: sun6i-prcm: Allow to compile with COMPILE_TEST
new 9db6ce4ecefb Merge tag 'mfd-fixes-5.1' of git://git.kernel.org/pub/scm/ [...]
new c8b1917c8987 ACPICA: Clear status of GPEs before enabling them
new b59fb7ef5240 Merge branch 'acpica' into acpi
new b512f71221d0 Merge tag 'acpi-5.1-rc4' of git://git.kernel.org/pub/scm/l [...]
new 4ab526468344 cpufreq/intel_pstate: Load only on Intel hardware
new df2f677dee3c tools/power turbostat: Restore ability to execute in topol [...]
new 562855eeb113 tools/power turbostat: Cleanup CC3-skip code
new 31a1f15cea5e tools/power turbostat: Cleanup CNL-specific code
new 937807d355a3 tools/power turbostat: Add Icelake support
new 6de68fe15a0f tools/power turbostat: Add Die column
new 0a42d235e50d tools/power turbostat: Do not display an error on systems [...]
new 9392bd98bba7 tools/power turbostat: Add support for AMD Fam 17h (Zen) RAPL
new 3316f99a9f1b tools/power turbostat: Also read package power on AMD F17h (Zen)
new 8173c336989c tools/power turbostat: Add checks for failure of fgets() a [...]
new 5ea7647b333f tools/power turbostat: Warn on bad ACPI LPIT data
new 0f71d089c912 tools/power turbostat: update version number
new 59cc8cd60c78 Merge branch 'turbostat' of git://git.kernel.org/pub/scm/l [...]
new 58b0cf8e2418 Merge branch 'pm-tools'
new 20ad549488d5 Merge tag 'pm-5.1-rc4' of git://git.kernel.org/pub/scm/lin [...]
new dbee9c9c4584 riscv: fix accessing 8-byte variable from RV32
new 387181dcdb6c RISC-V: Always compile mm/init.c with cmodel=medany and notrace
new ff0e2a7bd13f RISC-V: Fix FIXMAP_TOP to avoid overlap with VMALLOC area
new da4ed3787391 RISC-V: Use IS_ENABLED(CONFIG_CMODEL_MEDLOW)
new 8e22ba96d44c Merge tag 'riscv-for-linus-5.1-rc4' of git://git.kernel.or [...]
The 27 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:
arch/riscv/include/asm/fixmap.h | 2 +-
arch/riscv/include/asm/uaccess.h | 2 +-
arch/riscv/kernel/Makefile | 3 -
arch/riscv/kernel/module.c | 2 +-
arch/riscv/kernel/setup.c | 8 -
arch/riscv/mm/Makefile | 6 +
arch/riscv/mm/init.c | 28 ++++
drivers/acpi/acpica/evgpe.c | 6 +-
drivers/cpufreq/intel_pstate.c | 5 +-
drivers/mfd/Kconfig | 2 +-
drivers/mfd/sprd-sc27xx-spi.c | 42 +++---
drivers/mfd/twl-core.c | 23 +++
tools/power/x86/turbostat/turbostat.c | 277 +++++++++++++++++++++++++++-------
13 files changed, 310 insertions(+), 96 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 tested
in repository toolchain/jenkins-scripts.
from 6dfaa63 tcwg-cleanup-stale-containers.sh: Don't fail on dev machines
adds 8536e24 abe-bisect.sh: Save interesting output in mail-body.txt
No new revisions were added by this update.
Summary of changes:
abe-bisect.sh | 16 ++++++++++------
1 file changed, 10 insertions(+), 6 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 0c37c825f4 [IR] Refactor attribute methods in Function class (NFC)
new 85d44b1057 [test] Specify an explicit darwin version in a triple in `te [...]
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:
test/Driver/debug-options.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.