This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-arm-lts-allmodconfig
in repository toolchain/ci/binutils-gdb.
from a7eb3ff36c Automatic date update in version.in
adds 80d0c46a72 Automatic date update in version.in
adds 6ecf41172c Automatic date update in version.in
adds 0adfd3a88e Automatic date update in version.in
adds ad9a2bd65c Automatic date update in version.in
adds af42a868ef Automatic date update in version.in
adds 2cfc66bc46 Automatic date update in version.in
adds ed2f2f45c2 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/llvm-release-arm-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
discards bad4404 0: update: binutils-llvm-linux-qemu: all
new 11abad6 0: update: binutils-llvm-linux-qemu: 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 (bad4404)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-arm- [...]
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 | 68 +-
02-prepare_abe/console.log | 436 +-
03-build_abe-binutils/console.log | 11654 ++++++-------
04-build_llvm/console.log | 13772 +++++++--------
05-build_abe-qemu/console.log | 6920 ++++----
06-build_linux/console.log | 930 +-
07-boot_linux/console.log | 6 +-
08-check_regression/console.log | 12 +-
09-update_baseline/console.log | 12 +-
console.log | 33810 ++++++++++++++++++------------------
jenkins/manifest.sh | 22 +-
11 files changed, 33813 insertions(+), 33829 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 9269d27e519a Merge tag 'timers-nohz-2021-06-28' of git://git.kernel.org [...]
new b1efd0ff4bd1 x86/cpu: Init AP exception handling from cpu_init_secondary()
new 1dcc917a0eed x86/idt: Rework IDT setup for boot CPU
new e5a0fc4e20d3 Merge tag 'x86-apic-2021-06-28' of git://git.kernel.org/pu [...]
new be5bb8021c97 x86/asm: Have the __ASM_FORM macros handle commas in arguments
new d88be187a6e6 x86/asm: Add _ASM_BYTES() macro for a .byte ... opcode sequence
new eef23e72b78b x86/asm: Use _ASM_BYTES() in <asm/nops.h>
new 6627eb25e40c x86/entry: Unify definitions from <asm/calling.h> and <asm [...]
new 3e5e7f7736b0 x86/entry: Reverse arguments to do_syscall_64()
new dce0aa3b2ef2 x86/syscall: Unconditionally prototype {ia32,x32}_sys_call [...]
new 6de4ac1d03f7 x86/syscall: Maximize MSR_SYSCALL_MASK
new 29e9758966f4 x86/entry: Split PUSH_AND_CLEAR_REGS into two submacros
new 9ddcb87b9218 x86/regs: Syscall_get_nr() returns -1 for a non-system call
new 41f45fb045bc x86/asm: Make <asm/asm.h> valid on cross-builds as well
new 909489bf9f88 Merge tag 'x86-asm-2021-06-28' of git://git.kernel.org/pub [...]
new f279b49f13bd x86/boot: Modernize genimage script; hdimage+EFI support
new 1b98ed0e8357 Merge tag 'x86-boot-2021-06-28' of git://git.kernel.org/pu [...]
new f9b871c89ae6 x86/resctrl: Fix kernel-doc in pseudo_lock.c
new fd2afa70eff0 x86/resctrl: Fix kernel-doc in internal.h
new 98e62da8b3ee Merge tag 'x86-cache-2021-06-28' of git://git.kernel.org/p [...]
new 64e1f5872a8c x86/alternatives: Make the x86nops[] symbol static
new 1bc67873d401 x86/asm: Simplify __smp_mb() definition
new 6f0d271d21c5 Merge branch 'linus' into x86/cleanups, to pick up depende [...]
new c43426334b31 x86: Fix leftover comment typos
new 7ee0e638a526 x86/alternative: Align insn bytes vertically
new 0a5f38c81e50 Merge tag 'v5.13-rc5' into x86/cleanups
new 1a6a9044b967 x86/setup: Remove CONFIG_X86_RESERVE_LOW and reservelow= options
new 23721c8e92f7 x86/crash: Remove crash_reserve_low_1M()
new ec35d1d93bf8 x86/setup: Document that Windows reserves the first MiB
new 0e5a89dbb499 doc: Remove references to IBM Calgary
new 1d3156396cf6 x86/sgx: Correct kernel-doc's arg name in sgx_encl_release()
new 8e4d7a78f08a Merge tag 'x86-cleanups-2021-06-28' of git://git.kernel.or [...]
new d06aca989c24 x86/elf: Use _BITUL() macro in UAPI headers
new e98e8864b0b5 Merge tag 'x86-misc-2021-06-28' of git://git.kernel.org/pu [...]
new 314a1e1eabea x86/pkeys: Skip 'init_pkru' debugfs file creation when pke [...]
new 5f498328a91b Merge tag 'x86-mm-2021-06-28' of git://git.kernel.org/pub/ [...]
new 1897907cca5a Documentation/x86: Add buslock.rst
new ef4ae6e44131 x86/bus_lock: Set rate limit for bus lock
new 9d839c280b64 Documentation/admin-guide: Add bus lock ratelimit
new d28397eaf4c2 Documentation/x86: Add ratelimit in buslock.rst
new 1b1cf8fe9983 Merge tag 'x86-splitlock-2021-06-28' of git://git.kernel.o [...]
The 40 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:
Documentation/admin-guide/kernel-parameters.txt | 13 +-
Documentation/x86/buslock.rst | 126 ++++++++++
Documentation/x86/index.rst | 1 +
Documentation/x86/x86_64/boot-options.rst | 31 +--
arch/x86/Kconfig | 29 ---
arch/x86/Makefile | 5 +-
arch/x86/boot/.gitignore | 1 +
arch/x86/boot/Makefile | 44 ++--
arch/x86/boot/genimage.sh | 303 +++++++++++++++++-------
arch/x86/boot/mtools.conf.in | 3 +
arch/x86/entry/calling.h | 45 +---
arch/x86/entry/common.c | 2 +-
arch/x86/entry/entry_64.S | 4 +-
arch/x86/hyperv/hv_init.c | 2 +-
arch/x86/include/asm/asm.h | 27 ++-
arch/x86/include/asm/barrier.h | 7 +-
arch/x86/include/asm/crash.h | 6 -
arch/x86/include/asm/desc.h | 2 -
arch/x86/include/asm/nops.h | 24 +-
arch/x86/include/asm/processor.h | 1 +
arch/x86/include/asm/sgx.h | 2 +-
arch/x86/include/asm/stackprotector.h | 2 +-
arch/x86/include/asm/syscall.h | 13 +-
arch/x86/include/uapi/asm/hwcap2.h | 6 +-
arch/x86/kernel/alternative.c | 6 +-
arch/x86/kernel/cpu/common.c | 40 ++--
arch/x86/kernel/cpu/intel.c | 42 +++-
arch/x86/kernel/cpu/resctrl/internal.h | 21 +-
arch/x86/kernel/cpu/resctrl/pseudo_lock.c | 10 +-
arch/x86/kernel/cpu/sgx/encl.c | 2 +-
arch/x86/kernel/crash.c | 13 -
arch/x86/kernel/head_64.S | 6 +-
arch/x86/kernel/idt.c | 40 +---
arch/x86/kernel/kprobes/core.c | 2 +-
arch/x86/kernel/ptrace.c | 2 +-
arch/x86/kernel/setup.c | 45 +---
arch/x86/kernel/signal.c | 4 +-
arch/x86/kernel/smpboot.c | 3 +-
arch/x86/kernel/traps.c | 9 +-
arch/x86/kvm/mmu/mmu.c | 2 +-
arch/x86/kvm/mmu/tdp_mmu.c | 2 +-
arch/x86/mm/pkeys.c | 4 +
{arch => tools/arch}/x86/include/asm/asm.h | 27 ++-
tools/arch/x86/include/asm/nops.h | 24 +-
44 files changed, 598 insertions(+), 405 deletions(-)
create mode 100644 Documentation/x86/buslock.rst
copy {arch => tools/arch}/x86/include/asm/asm.h (87%)
--
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-release-aarch64-check_bootstrap
in repository toolchain/ci/base-artifacts.
discards 8ab07ea 0: init: gcc-4804cf9a64342279beb4aa967e359567342510ed: 1
new 34e2051 0: update: gcc-4804cf9a64342279beb4aa967e359567342510ed: 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 (8ab07ea)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-release-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 | 116 +-
02-prepare_abe/console.log | 214 +-
03-build_abe-bootstrap/console.log | 71986 +++++++--------
04-build_abe-check_bootstrap/console.log | 60513 ++++++-------
05-check_regression/console.log | 241 +-
05-check_regression/results.regressions | 83 +
06-update_baseline/console.log | 262 +-
06-update_baseline/results.regressions | 83 +
console.log | 134090 ++++++++++++++--------------
jenkins/manifest.sh | 6 +-
sumfiles/g++.log.xz | Bin 3568140 -> 3594960 bytes
sumfiles/g++.sum | 4 +-
sumfiles/gcc.log.xz | Bin 2939968 -> 2936732 bytes
sumfiles/gcc.sum | 3652 +-
sumfiles/gfortran.log.xz | Bin 875796 -> 891972 bytes
sumfiles/gfortran.sum | 2 +-
sumfiles/go.log.xz | Bin 57836 -> 57792 bytes
sumfiles/go.sum | 2 +-
sumfiles/gotools.log.xz | Bin 11332 -> 11336 bytes
sumfiles/gotools.sum | 14 +-
sumfiles/libatomic.log.xz | Bin 2452 -> 2456 bytes
sumfiles/libatomic.sum | 2 +-
sumfiles/libffi.log.xz | Bin 26596 -> 26704 bytes
sumfiles/libffi.sum | 2 +-
sumfiles/libgo.log.xz | Bin 4972 -> 2068 bytes
sumfiles/libgo.sum | 7 +-
sumfiles/libgomp.log.xz | Bin 127632 -> 127916 bytes
sumfiles/libgomp.sum | 2 +-
sumfiles/libitm.log.xz | Bin 2716 -> 2716 bytes
sumfiles/libitm.sum | 2 +-
sumfiles/libstdc++.log.xz | Bin 414432 -> 417072 bytes
sumfiles/libstdc++.sum | 8 +-
sumfiles/objc.log.xz | Bin 62988 -> 62280 bytes
sumfiles/objc.sum | 2 +-
34 files changed, 134382 insertions(+), 136911 deletions(-)
create mode 100644 05-check_regression/results.regressions
create mode 100644 06-update_baseline/results.regressions
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.