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_build/master-arm
in repository toolchain/ci/base-artifacts.
discards 76adc376 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
new 4e63e92c 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
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 (76adc376)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_cross_build/master-a [...]
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 1624 -> 1632 bytes
02-prepare_abe/console.log.xz | Bin 2748 -> 2768 bytes
04-build_abe-binutils/console.log.xz | Bin 31600 -> 30540 bytes
05-build_abe-stage1/console.log.xz | Bin 91652 -> 91264 bytes
06-clean_sysroot/console.log.xz | Bin 332 -> 332 bytes
07-build_abe-linux/console.log.xz | Bin 8848 -> 9324 bytes
08-build_abe-glibc/console.log.xz | Bin 233940 -> 233976 bytes
09-build_abe-stage2/console.log.xz | Bin 224916 -> 222804 bytes
10-build_abe-gdb/console.log.xz | Bin 38792 -> 37832 bytes
11-build_abe-qemu/console.log.xz | Bin 31320 -> 30660 bytes
12-check_regression/console.log.xz | Bin 416 -> 416 bytes
13-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 26 +++++++++++++-------------
13 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-aarch64
in repository toolchain/ci/qemu.
from cc42559ab1 Merge tag 'pull-ppc-20220728' of https://gitlab.com/danielhb [...]
new feb6cb9369 tests: refresh to latest libvirt-ci module
new 998f334722 gitlab: show testlog.txt contents when cirrus/custom-runner [...]
new ca58b4931e gitlab: drop 'containers-layer2' stage
new 6ad5208661 .cirrus.yml: Change winsymlinks to 'native'
new 93a02e822f .gitlab-ci.d/windows.yml: Enable native Windows symlink
new aed04e6357 semihosting: Don't return negative values on qemu_semihostin [...]
new 45704e8904 semihosting: Don't copy buffer after console_write()
new fed49cdf6a semihosting: Check for errors on SET_ARG()
new 9b1268f55c semihosting: Fix handling of buffer in TARGET_SYS_TMPNAM
new 0882caf4d6 qapi: Add exit-failure PanicAction
new 503e549e44 tests/tcg/s390x: Test unaligned accesses to lowcore
new 28053143ab docs/devel: fix description of OBJECT_DECLARE_SIMPLE_TYPE
new 1235cf7d31 qemu-options: bring the kernel and image options together
new 0279d0e6b5 Merge tag 'pull-testing-next-290722-1' of https://github.com [...]
new d82b11f699 ui: dbus-display requires CONFIG_GBM
new 37e7b86766 vga: fix incorrect line height in 640x200x2 mode
new bb7e03cb56 stubs: update replay-tools to match replay.h types
new 705c881f7d configure: Fix ppc container_cross_cc substitution
new 47c182fe8b kvm: don't use perror() without useful errno
new ebc55f523c configure: pass correct cflags to container-based cross compilers
new 9fac07bea8 Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu [...]
The 21 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:
.cirrus.yml | 2 +-
.gitlab-ci.d/cirrus/build.yml | 3 +-
.gitlab-ci.d/cirrus/freebsd-12.vars | 3 +-
.gitlab-ci.d/cirrus/freebsd-13.vars | 3 +-
.gitlab-ci.d/cirrus/macos-11.vars | 4 +-
.gitlab-ci.d/container-cross.yml | 24 +++---
.../custom-runners/centos-stream-8-x86_64.yml | 2 +
.../custom-runners/ubuntu-20.04-aarch32.yml | 2 +
.../custom-runners/ubuntu-20.04-aarch64.yml | 12 +++
.gitlab-ci.d/custom-runners/ubuntu-20.04-s390x.yml | 12 +++
.gitlab-ci.d/stages.yml | 1 -
.gitlab-ci.d/windows.yml | 2 +
accel/kvm/kvm-all.c | 2 +-
configure | 3 +-
docs/devel/qom.rst | 3 +-
hw/display/vga.c | 3 +-
include/sysemu/sysemu.h | 2 +-
meson.build | 4 +-
qapi/run-state.json | 5 +-
qemu-options.hx | 98 +++++++++++++++++-----
semihosting/arm-compat-semi.c | 29 +++++--
semihosting/console.c | 3 +-
semihosting/syscalls.c | 2 +-
softmmu/main.c | 6 +-
softmmu/runstate.c | 17 +++-
stubs/replay-tools.c | 9 +-
target/arm/kvm.c | 2 +-
tests/docker/dockerfiles/alpine.docker | 4 +-
tests/docker/dockerfiles/centos8.docker | 6 +-
tests/docker/dockerfiles/debian-amd64.docker | 2 +
tests/docker/dockerfiles/debian-arm64-cross.docker | 2 +
tests/docker/dockerfiles/debian-armel-cross.docker | 2 +
tests/docker/dockerfiles/debian-armhf-cross.docker | 2 +
.../dockerfiles/debian-mips64el-cross.docker | 2 +
.../docker/dockerfiles/debian-mipsel-cross.docker | 2 +
.../docker/dockerfiles/debian-ppc64el-cross.docker | 2 +
tests/docker/dockerfiles/debian-s390x-cross.docker | 2 +
tests/docker/dockerfiles/fedora.docker | 3 +-
tests/docker/dockerfiles/opensuse-leap.docker | 7 +-
tests/docker/dockerfiles/ubuntu2004.docker | 2 +
tests/lcitool/libvirt-ci | 2 +-
tests/lcitool/projects/qemu.yml | 6 +-
tests/lcitool/refresh | 4 +-
tests/tcg/s390x/Makefile.softmmu-target | 9 ++
tests/tcg/s390x/unaligned-lowcore.S | 19 +++++
ui/meson.build | 2 +-
46 files changed, 256 insertions(+), 82 deletions(-)
create mode 100644 tests/tcg/s390x/Makefile.softmmu-target
create mode 100644 tests/tcg/s390x/unaligned-lowcore.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_gnu_cross_build/master-aarch64
in repository toolchain/ci/gdb.
from b44cfc5de1 Stop the linker from complaining about unrecognised DW_FORM- [...]
adds 76a4c1e063 libopcodes/aarch64: add support for disassembler styling
adds 10948fb9fd Re: PR16005, avr linker crash on a particular instruction se [...]
adds 5ec878132b [gdb/testsuite] Fix gdb.ada/convvar_comp.exp with broken debug info
No new revisions were added by this update.
Summary of changes:
bfd/elf32-avr.c | 7 +-
gas/config/tc-aarch64.c | 45 +++-
gdb/testsuite/gdb.ada/convvar_comp.exp | 10 +-
include/opcode/aarch64.h | 28 ++-
opcodes/aarch64-dis.c | 247 +++++++++++++++---
opcodes/aarch64-opc.c | 445 ++++++++++++++++++++++-----------
opcodes/disassemble.c | 1 +
7 files changed, 600 insertions(+), 183 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_build/master-aarch64
in repository toolchain/ci/glibc.
from 35363b53ce stdlib: Tuned down tst-arc4random-thread internal parameters
adds 325ba824b0 tst-pidfd.c: UNSUPPORTED if we get EPERM on valid pidfd_getfd call
No new revisions were added by this update.
Summary of changes:
sysdeps/unix/sysv/linux/tst-pidfd.c | 7 +++++++
1 file changed, 7 insertions(+)
--
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_build/master-aarch64
in repository toolchain/ci/linux.
from 6e2c0490769e Merge tag 'drm-fixes-2022-07-29' of git://anongit.freedesk [...]
adds be640317a1d0 powerpc/64s: Disable stack variable initialisation for prom_init
adds 3c69a99b62fd Merge tag 'v5.19-rc7' into fixes
adds c653c591789b drm/amdgpu: Re-enable DCN for 64-bit powerpc
new 9d928d9b78be Merge tag 'powerpc-5.19-6' of git://git.kernel.org/pub/scm [...]
new d8e7f201a4cf LoongArch: Use ABI names of registers where appropriate
new 07b480695d24 LoongArch: Use the "jr" pseudo-instruction where applicable
new 57ce5d3eefac LoongArch: Use the "move" pseudo-instruction where applicable
new d47b2dc87c58 LoongArch: Simplify "BEQ/BNE foo, zero" with BEQZ/BNEZ
new d1bc75d7595b LoongArch: Simplify "BLT foo, zero" with BLTZ
new 1fdb9a92495a LoongArch: Simplify "BGT foo, zero" with BGTZ
new f5c3c22f21b6 LoongArch: Re-tab the assembly files
new ab6e57a69df5 LoongArch: Remove several syntactic sugar macros for branches
new f62b7626cb79 LoongArch: Remove useless header compiler.h
new 71610ab1d017 LoongArch: Remove clock setting during cpu hotplug stage
new 3a3a4f7a65e3 LoongArch: Remove unused variables
new 317980e6b4d0 LoongArch: Disable executable stack by default
new 1aea29d7c356 LoongArch: Fix shared cache size calculation
new b0f3bdc00240 LoongArch: Fix missing fcsr in ptrace's fpr_set
new 45b53c905177 LoongArch: Fix wrong "ROM Size" of boardinfo
new a95eb1d086dc Merge tag 'loongarch-fixes-5.19-5' of git://git.kernel.org [...]
adds 88bd24d73d5b riscv: compat: vdso: Fix vdso_install target
new e4d8b09d671f Merge tag 'riscv-for-linus-5.19-rc9' of git://git.kernel.o [...]
adds d295ad34f236 intel_idle: Fix false positive RCU splats due to incorrect [...]
new 506e6dfb0f11 Merge tag 'pm-5.19-rc9' of git://git.kernel.org/pub/scm/li [...]
new 46a4d679ef88 workqueue: Avoid a false warning in unbind_workers()
new 4b20426d0441 Merge tag 'wq-for-5.19-rc8-fixes' of git://git.kernel.org/ [...]
new 553de6e1157d tools headers cpufeatures: Sync with the kernel sources
new b226521923ae perf scripts python: Let script to be python2 compliant
new 2d86612aacb7 perf symbol: Correct address for bss symbols
new 882528d2e776 perf symbol: Skip symbols if SHF_ALLOC flag is not set
new 9a241805673e perf bpf: Remove undefined behavior from bpf_perf_object__next()
new bb83c99d3d0a Merge tag 'perf-tools-fixes-for-v5.19-2022-07-29' of git:/ [...]
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/loongarch/Kconfig | 1 -
arch/loongarch/include/asm/asmmacro.h | 12 --
arch/loongarch/include/asm/atomic.h | 37 +++--
arch/loongarch/include/asm/barrier.h | 4 +-
arch/loongarch/include/asm/cmpxchg.h | 4 +-
arch/loongarch/include/asm/compiler.h | 15 --
arch/loongarch/include/asm/elf.h | 2 -
arch/loongarch/include/asm/futex.h | 11 +-
arch/loongarch/include/asm/irqflags.h | 1 -
arch/loongarch/include/asm/local.h | 1 -
arch/loongarch/include/asm/loongson.h | 16 +--
arch/loongarch/include/asm/stacktrace.h | 12 +-
arch/loongarch/include/asm/thread_info.h | 4 +-
arch/loongarch/include/asm/uaccess.h | 2 +-
arch/loongarch/kernel/cacheinfo.c | 11 +-
arch/loongarch/kernel/entry.S | 4 +-
arch/loongarch/kernel/env.c | 20 ---
arch/loongarch/kernel/fpu.S | 174 +++++++++++------------
arch/loongarch/kernel/genex.S | 12 +-
arch/loongarch/kernel/head.S | 8 +-
arch/loongarch/kernel/ptrace.c | 12 +-
arch/loongarch/kernel/reset.c | 1 -
arch/loongarch/kernel/setup.c | 2 +-
arch/loongarch/kernel/smp.c | 113 ++-------------
arch/loongarch/kernel/switch.S | 4 +-
arch/loongarch/lib/clear_user.S | 2 +-
arch/loongarch/lib/copy_user.S | 2 +-
arch/loongarch/lib/delay.c | 1 -
arch/loongarch/mm/page.S | 118 +++++++--------
arch/loongarch/mm/tlbex.S | 98 ++++++-------
arch/powerpc/Kconfig | 4 +
arch/powerpc/kernel/Makefile | 1 +
arch/riscv/Makefile | 2 +-
drivers/gpu/drm/amd/display/Kconfig | 2 +-
drivers/idle/intel_idle.c | 8 +-
include/linux/cpuhotplug.h | 1 -
kernel/workqueue.c | 5 +-
tools/arch/x86/include/asm/cpufeatures.h | 1 +
tools/perf/scripts/python/arm-cs-trace-disasm.py | 34 ++---
tools/perf/util/bpf-loader.c | 18 +--
tools/perf/util/symbol-elf.c | 56 +++++++-
41 files changed, 373 insertions(+), 463 deletions(-)
delete mode 100644 arch/loongarch/include/asm/compiler.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-aarch64
in repository toolchain/ci/binutils-gdb.
from b44cfc5de1 Stop the linker from complaining about unrecognised DW_FORM- [...]
adds 76a4c1e063 libopcodes/aarch64: add support for disassembler styling
adds 10948fb9fd Re: PR16005, avr linker crash on a particular instruction se [...]
adds 5ec878132b [gdb/testsuite] Fix gdb.ada/convvar_comp.exp with broken debug info
No new revisions were added by this update.
Summary of changes:
bfd/elf32-avr.c | 7 +-
gas/config/tc-aarch64.c | 45 +++-
gdb/testsuite/gdb.ada/convvar_comp.exp | 10 +-
include/opcode/aarch64.h | 28 ++-
opcodes/aarch64-dis.c | 247 +++++++++++++++---
opcodes/aarch64-opc.c | 445 ++++++++++++++++++++++-----------
opcodes/disassemble.c | 1 +
7 files changed, 600 insertions(+), 183 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_build/master-aarch64
in repository toolchain/ci/base-artifacts.
discards a1b6c242 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
new d63bc60b 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
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 (a1b6c242)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_cross_build/master-a [...]
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 1604 -> 1624 bytes
02-prepare_abe/console.log.xz | Bin 2756 -> 2756 bytes
04-build_abe-binutils/console.log.xz | Bin 30436 -> 30764 bytes
05-build_abe-stage1/console.log.xz | Bin 72700 -> 72604 bytes
07-build_abe-linux/console.log.xz | Bin 9064 -> 9164 bytes
08-build_abe-glibc/console.log.xz | Bin 238936 -> 239760 bytes
09-build_abe-stage2/console.log.xz | Bin 202800 -> 202472 bytes
10-build_abe-gdb/console.log.xz | Bin 37704 -> 37928 bytes
11-build_abe-qemu/console.log.xz | Bin 31204 -> 32208 bytes
12-check_regression/console.log.xz | Bin 416 -> 420 bytes
13-update_baseline/console.log | 2 +-
jenkins/manifest.sh | 26 +++++++++++++-------------
12 files changed, 14 insertions(+), 14 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 85fe7e7dd1f Add libgomp.c-c++-common/pr106449-2.c
adds 8f4d9c1deda amdgcn: 64-bit not
adds 6e0ca3fe88d amdgcn: 64-bit vector shifts
No new revisions were added by this update.
Summary of changes:
gcc/config/gcn/gcn-valu.md | 18 ++++++++++--------
gcc/config/gcn/gcn.md | 20 ++++++++++++++++++++
2 files changed, 30 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_gcc_check/master-aarch64
in repository toolchain/ci/binutils-gdb.
from b44cfc5de1 Stop the linker from complaining about unrecognised DW_FORM- [...]
adds 76a4c1e063 libopcodes/aarch64: add support for disassembler styling
adds 10948fb9fd Re: PR16005, avr linker crash on a particular instruction se [...]
adds 5ec878132b [gdb/testsuite] Fix gdb.ada/convvar_comp.exp with broken debug info
No new revisions were added by this update.
Summary of changes:
bfd/elf32-avr.c | 7 +-
gas/config/tc-aarch64.c | 45 +++-
gdb/testsuite/gdb.ada/convvar_comp.exp | 10 +-
include/opcode/aarch64.h | 28 ++-
opcodes/aarch64-dis.c | 247 +++++++++++++++---
opcodes/aarch64-opc.c | 445 ++++++++++++++++++++++-----------
opcodes/disassemble.c | 1 +
7 files changed, 600 insertions(+), 183 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/base-artifacts.
discards eaf53868 0: update: binutils-gcc: 1
new 87f135e7 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 (eaf53868)
\
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 1588 -> 1588 bytes
02-prepare_abe/console.log.xz | Bin 2728 -> 2732 bytes
03-build_abe-binutils/console.log.xz | Bin 37828 -> 38568 bytes
04-build_abe-gcc/console.log.xz | Bin 211152 -> 213120 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3832 -> 3852 bytes
06-build_abe-check_gcc/console.log.xz | Bin 2540 -> 2456 bytes
07-check_regression/console.log.xz | Bin 2816 -> 2348 bytes
07-check_regression/results.compare | 16 +-
07-check_regression/results.compare2 | 61 +-
08-update_baseline/console.log | 438 ++-
08-update_baseline/results.compare | 16 +-
08-update_baseline/results.compare2 | 61 +-
jenkins/manifest.sh | 14 +-
sumfiles/g++.log.xz | Bin 3537668 -> 3573332 bytes
sumfiles/g++.sum | 140 +-
sumfiles/gcc.log.xz | Bin 3058864 -> 3051680 bytes
sumfiles/gcc.sum | 4898 ++++++++++++++++-----------------
sumfiles/gfortran.log.xz | Bin 1035012 -> 1038576 bytes
sumfiles/gfortran.sum | 94 +-
sumfiles/libatomic.log.xz | Bin 2184 -> 2184 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 205028 -> 205368 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2548 -> 2544 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 441464 -> 436444 bytes
sumfiles/libstdc++.sum | 10 +-
27 files changed, 2813 insertions(+), 2961 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.