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-arm-bootstrap_O1
in repository toolchain/ci/base-artifacts.
discards d67c201f 0: update: gcc-4fb1ee669ccaad16795baf25d2cab48d8cf8c1eb: 1
new 90b01c60 0: update: gcc-1c92fb9ec1e497eff80966be2515e0b274bb5af7: 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 (d67c201f)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-release-arm-boot [...]
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 | 131 +-
02-prepare_abe/console.log | 437 +-
04-build_abe-bootstrap_O1/console.log | 96212 ++++++++++++++++---------------
05-check_regression/console.log | 4 +-
06-update_baseline/console.log | 4 +-
console.log | 96788 ++++++++++++++++----------------
jenkins/manifest.sh | 10 +-
7 files changed, 96701 insertions(+), 96885 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 7f376f1917d7 Merge tag 'mtd/fixes-for-5.10-rc8' of git://git.kernel.org [...]
new 3b384bd6c3f2 Input: raydium_ts_i2c - do not split tx transactions
new 223f61b8c5ad Input: soc_button_array - add Lenovo Yoga Tablet2 1051L to [...]
new 80db2a087f42 Input: cros_ec_keyb - send 'scancodes' in addition to key events
new ce6520b0eafa Input: i8042 - add Acer laptops to the i8042 reset list
new 82e060904732 Input: cm109 - do not stomp on control URB
new cffdd6d90482 Input: goodix - add upside-down quirk for Teclast X98 Pro tablet
new 643e69aff89a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
new e8c954df2341 io_uring: fix mis-seting personality's creds
new f26c08b444df io_uring: fix file leak on error path of io ctx creation
new 31d00f6eb1f2 Merge tag 'io_uring-5.10-2020-12-11' of git://git.kernel.d [...]
new ccbbfd1cbf36 RISC-V: Define get_cycles64() regardless of M-mode
new b01deddb8d3c Merge tag 'riscv-for-linus-5.10-rc8' of git://git.kernel.o [...]
new ca33479cc7be xen: add helpers for caching grant mapping pages
new ee32f32335e8 xen: don't use page->lru for ZONE_DEVICE memory
new b53966ffd4c0 Merge tag 'for-linus-5.10c-rc8-tag' of git://git.kernel.or [...]
new 0c55f867f0c9 selftests: kvm/set_memory_region_test: Fix race in move re [...]
new a2b2d4bf5076 kvm: svm: de-allocate svm_cpu_data for all cpus in svm_cpu [...]
new 339f5a7fb2d6 kvm: x86/mmu: Use cpuid to determine max gfn
new 5c646b7e1d8b KVM: arm64: Fix memory leak on stage2 update of a valid PTE
new 3a0b870e3448 KVM: arm64: Fix handling of merging tables into a block entry
new 7d894834a305 KVM: arm64: Add usage of stage 2 fault lookup level in use [...]
new 83bbb8ffb462 Merge tag 'kvmarm-fixes-5.10-5' of git://git.kernel.org/pu [...]
new 34c0f6f2695a KVM: mmu: Fix SPTE encoding of MMIO generation upper half
new 111d0bda8eeb tools/kvm_stat: Exempt time-based counters
new 7b1b868e1d91 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...]
The 25 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/virt/kvm/mmu.rst | 2 +-
arch/arm64/include/asm/esr.h | 1 +
arch/arm64/include/asm/kvm_emulate.h | 5 +
arch/arm64/kvm/hyp/pgtable.c | 17 ++-
arch/arm64/kvm/mmu.c | 11 +-
arch/riscv/include/asm/timex.h | 4 +-
arch/x86/kvm/mmu/spte.c | 4 +-
arch/x86/kvm/mmu/spte.h | 25 ++--
arch/x86/kvm/mmu/tdp_mmu.c | 4 +-
arch/x86/kvm/svm/svm.c | 4 +-
drivers/block/xen-blkback/blkback.c | 89 +++------------
drivers/block/xen-blkback/common.h | 4 +-
drivers/block/xen-blkback/xenbus.c | 6 +-
drivers/input/keyboard/cros_ec_keyb.c | 1 +
drivers/input/misc/cm109.c | 7 +-
drivers/input/misc/soc_button_array.c | 11 ++
drivers/input/serio/i8042-x86ia64io.h | 42 +++++++
drivers/input/touchscreen/goodix.c | 12 ++
drivers/input/touchscreen/raydium_i2c_ts.c | 126 ++++++++++++++-------
drivers/xen/grant-table.c | 123 ++++++++++++++++++++
drivers/xen/unpopulated-alloc.c | 20 ++--
drivers/xen/xen-scsiback.c | 60 ++--------
fs/io_uring.c | 19 ++--
include/xen/grant_table.h | 17 +++
tools/kvm/kvm_stat/kvm_stat | 6 +-
.../testing/selftests/kvm/set_memory_region_test.c | 17 ++-
26 files changed, 428 insertions(+), 209 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_bmk_tx1/llvm-release-aarch64-spec2k6-Os_LTO
in repository toolchain/ci/glibc.
from 24c0d68815 AArch64: Use __memcpy_simd on Neoverse N2/V1
adds 61e8ae9b66 aarch64: Fix DT_AARCH64_VARIANT_PCS handling [BZ #26798]
No new revisions were added by this update.
Summary of changes:
sysdeps/aarch64/dl-machine.h | 12 ++++--------
1 file changed, 4 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_bmk_tx1/llvm-release-aarch64-spec2k6-Os_LTO
in repository toolchain/ci/binutils-gdb.
from 3730a015c0 Re: Fix tight loop on recursively-defined symbols
adds 29e6ea430d gas, arm: PR26858 Fix availability of single precision vmul/ [...]
No new revisions were added by this update.
Summary of changes:
gas/config/tc-arm.c | 4 ++--
gas/testsuite/gas/arm/{immed2.d => pr26858.d} | 6 +++---
gas/testsuite/gas/arm/pr26858.s | 6 ++++++
3 files changed, 11 insertions(+), 5 deletions(-)
copy gas/testsuite/gas/arm/{immed2.d => pr26858.d} (51%)
create mode 100644 gas/testsuite/gas/arm/pr26858.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_tx1/llvm-release-aarch64-spec2k6-Os_LTO
in repository toolchain/ci/base-artifacts.
discards d1594e9f 0: update: binutils-gcc-glibc-llvm: 1
new 95dd5858 0: update: binutils-gcc-glibc-llvm: 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 (d1594e9f)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_tx1/llvm-release-aar [...]
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 | 173 +-
02-prepare_abe/console.log | 436 +-
03-build_abe-binutils/console.log | 11580 +--
04-build_abe-stage1/console.log | 13853 ++--
05-build_abe-linux/console.log | 89 +-
06-build_abe-glibc/console.log | 35142 ++++-----
07-build_abe-stage2/console.log | 35203 +++++----
08-build_llvm-true/console.log | 12697 ++--
10-benchmark--Os_LTO/benchmark-start.log | 2 +-
10-benchmark--Os_LTO/benchmark.log | 33 +-
10-benchmark--Os_LTO/console.log | 423 +-
11-check_regression/console.log | 762 +-
11-check_regression/results-0.csv | 113 +-
11-check_regression/results-1.csv | 111 +-
11-check_regression/results-brief.csv | 38 +-
11-check_regression/results-full.csv | 117 +-
11-check_regression/results.csv | 48 +-
11-check_regression/results.log | 2552 +-
12-update_baseline/console.log | 36 +-
12-update_baseline/results-0.csv | 113 +-
12-update_baseline/results-1.csv | 111 +-
12-update_baseline/results-brief.csv | 38 +-
12-update_baseline/results-full.csv | 117 +-
12-update_baseline/results.csv | 48 +-
12-update_baseline/results.log | 2602 +-
console.log | 110426 ++++++++++++++--------------
jenkins/manifest.sh | 20 +-
results_id | 2 +-
28 files changed, 113349 insertions(+), 113536 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-arm-mainline-allmodconfig
in repository toolchain/ci/gcc.
from da6e672dc9b Fix PR ada/98230
adds 3ff352b4a1a Daily bump.
adds 342be4dce16 PR fortran/98017 - Suspected regression using PACK
adds 1349cbd0132 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
gcc/ada/ChangeLog | 6 ++++++
gcc/fortran/ChangeLog | 8 ++++++++
gcc/fortran/expr.c | 3 +++
gcc/testsuite/ChangeLog | 11 +++++++++++
gcc/testsuite/gfortran.dg/pr98017.f90 | 14 ++++++++++++++
6 files changed, 43 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr98017.f90
--
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-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 98bbf6bf 0: update: binutils-gcc-linux: all
new 27e115d9 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 (98bbf6bf)
\
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 | 148 +-
02-prepare_abe/console.log | 442 +-
03-build_abe-binutils/console.log | 11490 +++++------
04-build_abe-stage1/console.log | 18097 +++++++++--------
05-build_linux/console.log | 670 +-
06-boot_linux/console.log | 632 +-
07-check_regression/console.log | 2 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 10 +-
08-update_baseline/results.regressions | 2 +-
console.log | 31785 +++++++++++++++---------------
jenkins/manifest.sh | 14 +-
results | 2 +-
13 files changed, 31631 insertions(+), 31665 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-master-aarch64-lts-defconfig
in repository toolchain/ci/base-artifacts.
discards cedad418 0: update: linux-13d2ce42de8cb98ff952f8de6307f896203854c2: boot
new c7c3394e 0: update: linux-13d2ce42de8cb98ff952f8de6307f896203854c2: boot
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 (cedad418)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-aarch [...]
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 | 225 +-
02-build_llvm/console.log | 13110 +++++++++++++++---------------
03-build_linux/console.log | 2034 +++--
04-boot_linux/console.log | 896 +--
05-check_regression/console.log | 14 +-
06-update_baseline/console.log | 81 +-
console.log | 16378 +++++++++++++++++++-------------------
jenkins/manifest.sh | 6 +-
8 files changed, 16281 insertions(+), 16463 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.