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-allnoconfig
in repository toolchain/ci/binutils-gdb.
from eeb2b9c679 Automatic date update in version.in
adds 31ac293c04 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 8eb72e09 0: update: binutils-gcc-linux: all
new 326f44de 0: update: 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 (8eb72e09)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-m [...]
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 | 16 +-
02-prepare_abe/console.log | 228 +-
03-build_abe-binutils/console.log | 10416 ++++++-------
04-build_abe-stage1/console.log | 17124 +++++++++++-----------
05-build_linux/console.log | 628 +-
06-boot_linux/console.log | 2 +-
console.log | 28447 ++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
results | 2 +-
9 files changed, 28463 insertions(+), 28416 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 ef75bd71c5d3 Merge tag 'gfs2-for-5.2' of git://git.kernel.org/pub/scm/l [...]
new b8f3b15a7ba0 MIPS: entry: Remove unneeded need_resched() loop
new 0d1d17b9ff8e MIPS: uasm: Add div, mul and sel instructions for mipsr6
new 6c2c8a188868 MIPS: eBPF: Provide eBPF support for MIPS64R6
new 716850ab104d MIPS: eBPF: Initial eBPF support for MIPS32 architecture.
new 371a415153be arch: mips: Kconfig: pedantic formatting
new e6331a321aaf MIPS: KVM: Use prandom_u32_max() to generate tlbwr index
new e6046b5e69a0 MIPS: ralink: fix cpu clock of mt7621 and add dt clk devices
new ec86e545c19a Merge tag 'mips_fixes_5.1_1' into mips-next
new c838b580ca9d MIPS: jump_label: Remove redundant nops
new 9b6584e35f40 MIPS: jump_label: Use compact branches for >= r6
new 3e3d1dfda4d6 MIPS: generic: Enable CONFIG_JUMP_LABEL
new 16b22f85bca2 Revert "MIPS: ralink: fix cpu clock of mt7621 and add dt c [...]
new 1e0221374e30 mips: vdso: drop unnecessary cc-ldoption
new a703db3d5b4b mips: Make sure kernel .bss exists in boot mem pool
new 6ea3ba6fac31 mips: Discard rudiments from bootmem_init
new cf0c4876684d mips: Combine memblock init and memory reservation loops
new f995adb0ac5b MIPS: Use memblock_phys_alloc() for exception vector
new 172dcd935c34 MIPS: Always allocate exception vector for MIPSr2+
new 783454e2bc7c MIPS: Sync icache for whole exception vector
new de56d4c1da3e MIPS: Remove duplicate EBase configuration
new b93ddc4f9156 mips: Reserve memory for the kernel image resources
new eadb6925efeb mips: Discard post-CMA-init foreach loop
new 4e50a35de4cc mips: Use memblock to reserve the __nosave memory range
new 9b9a59db8481 mips: Add reserve-nomap memory type support
new 30c8f4e411fb mips: Dump memblock regions for debugging
new 2f5bd0367e7a mips: Perform early low memory test
new 93fa5b280761 mips: Make sure dt memory regions are valid
new 3751cbda8f22 mips: Manually call fdt_init_reserved_mem() method
new 92fab77b6b30 Merge tag 'mips_5.2' of git://git.kernel.org/pub/scm/linux [...]
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:
arch/mips/Kconfig | 64 +-
arch/mips/bcm47xx/Kconfig | 8 +-
arch/mips/bcm63xx/boards/Kconfig | 2 +-
arch/mips/configs/generic_defconfig | 1 +
arch/mips/include/asm/bootinfo.h | 1 +
arch/mips/include/asm/jump_label.h | 15 +-
arch/mips/include/asm/uasm.h | 8 +
arch/mips/include/uapi/asm/inst.h | 6 +-
arch/mips/kernel/entry.S | 5 +-
arch/mips/kernel/jump_label.c | 30 +-
arch/mips/kernel/prom.c | 18 +-
arch/mips/kernel/setup.c | 129 +---
arch/mips/kernel/traps.c | 63 +-
arch/mips/kvm/emulate.c | 4 +-
arch/mips/mm/uasm-mips.c | 14 +
arch/mips/mm/uasm.c | 39 +-
arch/mips/net/Makefile | 1 -
arch/mips/net/bpf_jit.c | 1270 -----------------------------------
arch/mips/net/bpf_jit_asm.S | 285 --------
arch/mips/net/ebpf_jit.c | 191 ++++--
arch/mips/pic32/Kconfig | 8 +-
arch/mips/vdso/Makefile | 4 +-
22 files changed, 341 insertions(+), 1825 deletions(-)
delete mode 100644 arch/mips/net/bpf_jit.c
delete mode 100644 arch/mips/net/bpf_jit_asm.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/llvm-release-arm-spec2k6-Oz
in repository toolchain/ci/binutils-gdb.
from eeb2b9c679 Automatic date update in version.in
adds 31ac293c04 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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/llvm-release-arm-spec2k6-Oz
in repository toolchain/ci/base-artifacts.
discards 2f18202f 0: update: binutils-gcc-glibc-llvm: 0
new de740612 0: update: binutils-gcc-glibc-llvm: 0
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 (2f18202f)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk/llvm-release-arm-spe [...]
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 | 220 +-
02-prepare_abe/console.log | 438 +-
03-build_abe-binutils/console.log | 10758 +--
04-build_abe-stage1/console.log | 17557 ++---
05-build_abe-linux/console.log | 296 +-
06-build_abe-glibc/console.log | 38211 ++++++-----
07-build_abe-stage2/console.log | 46561 ++++++-------
08-build_llvm-true/console.log | 11730 ++--
09-benchmark/benchmark-start.log | 2 +-
09-benchmark/benchmark.log | 4 +-
09-benchmark/console.log | 182 +-
10-check_regression/console.log | 198 +-
11-update_baseline/console.log | 32 +-
console.log | 126301 ++++++++++++++++++-----------------
jenkins/manifest.sh | 14 +-
results.csv | 16 +-
results_id | 2 +-
17 files changed, 126312 insertions(+), 126210 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-aarch64-mainline-defconfig
in repository toolchain/ci/binutils-gdb.
from eeb2b9c679 Automatic date update in version.in
adds 31ac293c04 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.