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-stable-allnoconfig
in repository toolchain/ci/base-artifacts.
discards ea6c1cf6 0: update: binutils-gcc-linux-qemu: all
new 669c934b 0: update: binutils-gcc-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 (ea6c1cf6)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-st [...]
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 | 438 +-
03-build_abe-binutils/console.log | 11847 ++++-----
04-build_abe-stage1/console.log | 19473 ++++++++-------
05-build_abe-qemu/console.log | 6741 ++---
06-build_linux/console.log | 821 +-
07-boot_linux/console.log | 6 +-
08-check_regression/console.log | 12 +-
08-check_regression/results.regressions | 13 +-
09-update_baseline/console.log | 12 +-
09-update_baseline/results.regressions | 13 +-
console.log | 39576 +++++++++++++++---------------
jenkins/manifest.sh | 22 +-
13 files changed, 39649 insertions(+), 39551 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 b741596468b0 Merge tag 'riscv-for-linus-5.13-mw1' of git://git.kernel.o [...]
new 025768a966a3 x86/cpu: Use alternative to generate the TASK_SIZE_MAX constant
new 3cf4524ce40b x86/smpboot: Remove duplicate includes
new 790d1ce71de9 x86: Delete UD0, UD1 traces
new 4029b9706d53 x86/resctrl: Fix init const confusion
new b6b4fbd90b15 x86/cpu: Initialize MSR_TSC_AUX if RDTSCP *or* RDPID is supported
new fc48a6d1faad x86/cpu: Remove write_tsc() and write_rdtscp_aux() wrappers
new a217a6593cec KVM/VMX: Invoke NMI non-IST entry instead of IST entry
new 866a6dadbb02 context_tracking: Move guest exit context tracking to sepa [...]
new 88d8220bbf06 context_tracking: Move guest exit vtime accounting to sepa [...]
new 160457140187 KVM: x86: Defer vtime accounting 'til after IRQ handling
new b41c723b203e sched/vtime: Move vtime accounting external declarations a [...]
new 6f922b89e551 sched/vtime: Move guest enter/exit vtime accounting to vtime.h
new 14296e0c4478 context_tracking: Consolidate guest enter/exit wrappers
new 1ca0016c149b context_tracking: KVM: Move guest enter/exit wrappers to K [...]
new bc908e091b32 KVM: x86: Consolidate guest enter/exit logic to common helpers
new dd3e4012dd36 Merge tag 'x86_urgent_for_v5.13_rc1' of git://git.kernel.o [...]
new e10de314287c x86/events/amd/iommu: Fix invalid Perf result due to IOMMU [...]
new 85bbba1c0778 Merge tag 'perf_urgent_for_v5.13_rc1' of git://git.kernel. [...]
new 1139aeb1c521 smp: Fix smp_call_function_single_async prototype
new 28ce0e70ecc3 locking/qrwlock: Cleanup queued_write_lock_slowpath()
new 4fbf5d6837bf Revert 337f13046ff0 ("futex: Allow FUTEX_CLOCK_REALTIME wi [...]
new cdf78db40709 futex: Do not apply time namespace adjustment on FUTEX_LOCK_PI
new b097d5ed3356 futex: Get rid of the val2 conditional dance
new 51cf94d16860 futex: Make syscall entry points less convoluted
new 732a27a0891c Merge tag 'locking-urgent-2021-05-09' of git://git.kernel. [...]
new 19987fdad506 sched,doc: sched_debug_verbose cmdline should be sched_verbose
new d583d360a620 psi: Fix psi state corruption when schedule() races with c [...]
new 6d2f8909a5fa sched: Fix out-of-bound access in uclamp
new 0258bdfaff5b sched/fair: Fix unfairness caused by missing load decay
new 9819f682e48c Merge tag 'sched-urgent-2021-05-09' of git://git.kernel.or [...]
The 30 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/scheduler/sched-domains.rst | 2 +-
arch/x86/events/amd/iommu.c | 47 +++++++------
arch/x86/include/asm/bug.h | 9 ---
arch/x86/include/asm/idtentry.h | 15 +++++
arch/x86/include/asm/msr.h | 4 --
arch/x86/include/asm/page_64.h | 33 +++++++++
arch/x86/include/asm/page_64_types.h | 23 +------
arch/x86/kernel/cpu/common.c | 4 +-
arch/x86/kernel/cpu/resctrl/monitor.c | 2 +-
arch/x86/kernel/nmi.c | 10 +++
arch/x86/kernel/smpboot.c | 3 -
arch/x86/kvm/svm/svm.c | 39 +----------
arch/x86/kvm/vmx/vmx.c | 55 +++------------
arch/x86/kvm/x86.c | 9 +++
arch/x86/kvm/x86.h | 45 +++++++++++++
include/linux/context_tracking.h | 92 +++++--------------------
include/linux/kvm_host.h | 45 +++++++++++++
include/linux/smp.h | 2 +-
include/linux/vtime.h | 108 ++++++++++++++++++++----------
kernel/futex.c | 82 +++++++++++------------
kernel/locking/qrwlock.c | 6 +-
kernel/sched/core.c | 2 +-
kernel/sched/fair.c | 12 +++-
kernel/sched/psi.c | 36 +++++++---
kernel/smp.c | 26 +++----
kernel/up.c | 2 +-
26 files changed, 384 insertions(+), 329 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/llvm-release-aarch64-mainline-allmodconfig
in repository toolchain/ci/binutils-gdb.
from 8c9ca0fc8b Automatic date update in version.in
adds 92cce76749 Automatic date update in version.in
adds ec2451f91e PR27755, powerpc-ld infinite loop
adds 685036654f Automatic date update in version.in
adds 990df44330 Automatic date update in version.in
adds 5fbe6f4318 Automatic date update in version.in
adds beaafdf3e2 Automatic date update in version.in
adds 7efc8776ec Automatic date update in version.in
adds fb261566ad Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/ChangeLog | 5 +++++
bfd/elf32-ppc.c | 2 +-
bfd/version.h | 2 +-
3 files changed, 7 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-aarch64-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards da401124 2: update: linux-27787ba3fa4904422b3928b898d1bd3d74d98bea: 21565
new 9be9cf3a 2: update: binutils-llvm-linux-qemu: 21575
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 (da401124)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-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 | 166 +-
02-prepare_abe/console.log | 92 +-
03-build_abe-binutils/console.log | 11463 +++++-----
04-build_llvm/console.log | 13784 ++++++------
05-build_abe-qemu/console.log | 6857 +++---
06-build_linux/console.log | 973 +-
08-check_regression/console.log | 24 +-
08-check_regression/results.regressions | 10 +-
09-update_baseline/console.log | 64 +-
09-update_baseline/results.regressions | 10 +-
console.log | 33423 +++++++++++++++---------------
jenkins/manifest.sh | 24 +-
results | 2 +-
13 files changed, 34304 insertions(+), 32588 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.