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-next-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 20940c4a 0: update: binutils-llvm-linux-qemu: boot
new 4c74d192 0: update: binutils-llvm-linux-qemu: 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 (20940c4a)
\
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.xz | Bin 1556 -> 1560 bytes
02-prepare_abe/console.log.xz | Bin 2760 -> 2768 bytes
03-build_abe-binutils/console.log.xz | Bin 30336 -> 30168 bytes
04-build_llvm/console.log.xz | Bin 61500 -> 60888 bytes
05-build_abe-qemu/console.log.xz | Bin 31544 -> 30888 bytes
06-build_linux/console.log.xz | Bin 3296 -> 3400 bytes
07-boot_linux/console.log.xz | Bin 504 -> 504 bytes
08-check_regression/console.log.xz | Bin 412 -> 412 bytes
09-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 20 ++++++++++----------
10 files changed, 18 insertions(+), 18 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 705d84a366cf Merge tag 'for-5.17-rc4-tag' of git://git.kernel.org/pub/s [...]
new e26a78057c25 HID: apple: Set the tilde quirk flag on the Wellspring 5 a [...]
new 817b8b9c5396 HID: elo: fix memory leak in elo_probe
new 2787710f73fc HID: i2c-hid: goodix: Fix a lockdep splat
new a7072c01c3ac HID: amd_sfh: Increase sensor command timeout
new 91aaea527bc3 HID: amd_sfh: Add illuminance mask to limit ALS max value
new fd5dd6acd8f8 HID:Add support for UGTABLET WP5540
new 0cf74235f440 HID: amd_sfh: Handle amd_sfh work buffer in PM ops
new aa0b724a2bf0 HID: amd_sfh: Correct the structure field name
new b300667b33b2 HID: amd_sfh: Disable the interrupt for all command
new fb75a3791a80 HID: amd_sfh: Add functionality to clear interrupts
new 7f016b35ca76 HID: amd_sfh: Add interrupt handler to process interrupts
new a254a9da455c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
new dd4589eee99d Revert "svm: Add warning message for AVIC IPI invalid target"
new c53bbe2145f5 KVM: x86: SVM: don't passthrough SMAP/SMEP/PKE bits in !NP [...]
new e1779c2714c3 KVM: x86: nSVM: fix potential NULL derefernce on nested migration
new e8efa4ff0037 KVM: x86: nSVM: mark vmcb01 as dirty when restoring SMM sa [...]
new 759cbd59674a KVM: x86: nSVM/nVMX: set nested_run_pending on VM entry wh [...]
new 91f673b3e1bd KVM: x86: nSVM: expose clean bit support to the guest
new 2b0ecccb5531 KVM: x86: nSVM: deal with L1 hypervisor that intercepts in [...]
new 755c2bf87860 KVM: x86: lapic: don't touch irr_pending in kvm_apic_updat [...]
new 391503528257 KVM: x86: SVM: move avic definitions from AMD's spec to svm.h
new fcb732d8f8cf KVM: x86/xen: Fix runstate updates to be atomic when preem [...]
new 5bfa685e62e9 KVM: arm64: vgic: Read HW interrupt pending state from the HW
new ed343aa85718 Merge tag 'kvmarm-fixes-5.17-3' of git://git.kernel.org/pu [...]
new 0316dbb9a017 selftests: kvm: Remove absent target file
new 0a5f784273aa KVM: SVM: extract avic_ring_doorbell
new 30811174f0db KVM: SVM: set IRR in svm_deliver_interrupt
new 66fa226c131f KVM: SVM: fix race between interrupt delivery and AVIC inhibition
new b8bfee85f130 KVM: x86/pmu: Don't truncate the PerfEvtSeln MSR when crea [...]
new 710c47651431 KVM: x86/pmu: Use AMD64_RAW_EVENT_MASK for PERF_TYPE_RAW
new c5d9ae265b10 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...]
The 31 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/arm64/kvm/vgic/vgic-mmio.c | 2 +
arch/x86/include/asm/msr-index.h | 1 +
arch/x86/include/asm/svm.h | 36 ++++++++
arch/x86/kvm/lapic.c | 7 +-
arch/x86/kvm/pmu.c | 7 +-
arch/x86/kvm/svm/avic.c | 93 +++++----------------
arch/x86/kvm/svm/nested.c | 26 +++---
arch/x86/kvm/svm/svm.c | 85 ++++++++++++++++---
arch/x86/kvm/svm/svm.h | 15 +---
arch/x86/kvm/vmx/vmx.c | 1 +
arch/x86/kvm/x86.c | 4 +-
arch/x86/kvm/xen.c | 97 +++++++++++++++-------
drivers/hid/amd-sfh-hid/amd_sfh_pcie.c | 76 ++++++++++++++++-
drivers/hid/amd-sfh-hid/amd_sfh_pcie.h | 4 +-
.../amd-sfh-hid/hid_descriptor/amd_sfh_hid_desc.c | 4 +-
drivers/hid/hid-apple.c | 16 ++--
drivers/hid/hid-elo.c | 1 +
drivers/hid/hid-ids.h | 1 +
drivers/hid/hid-quirks.c | 1 +
drivers/hid/i2c-hid/i2c-hid-of-goodix.c | 28 +++----
tools/testing/selftests/kvm/Makefile | 1 -
21 files changed, 334 insertions(+), 172 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 0b35f123c2 gdb: Respect the DW_CC_nocall attribute
adds ce20459e16 x86: Add has_sib to struct instr_info
No new revisions were added by this update.
Summary of changes:
opcodes/i386-dis.c | 17 +++++++++--------
1 file changed, 9 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/base-artifacts.
discards 77c6d8f1 0: update: binutils-gcc: 1
new 80a0b9ec 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 (77c6d8f1)
\
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 1536 -> 1536 bytes
02-prepare_abe/console.log.xz | Bin 2756 -> 2756 bytes
03-build_abe-binutils/console.log.xz | Bin 38284 -> 37736 bytes
04-build_abe-gcc/console.log.xz | Bin 207504 -> 208364 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3828 -> 3816 bytes
06-build_abe-check_gcc/console.log.xz | Bin 2576 -> 3060 bytes
07-check_regression/console.log.xz | Bin 4608 -> 3884 bytes
07-check_regression/extra-bisect-params | 1 -
07-check_regression/fails.sum | 15 -
07-check_regression/results.compare | 56 +-
07-check_regression/results.compare2 | 381 +--
07-check_regression/results.regressions | 57 -
08-update_baseline/console.log | 620 ++--
08-update_baseline/extra-bisect-params | 1 -
08-update_baseline/fails.sum | 15 -
08-update_baseline/results.compare | 56 +-
08-update_baseline/results.compare2 | 381 +--
08-update_baseline/results.regressions | 57 -
jenkins/manifest.sh | 12 +-
sumfiles/g++.log.xz | Bin 3486680 -> 3466304 bytes
sumfiles/g++.sum | 120 +-
sumfiles/gcc.log.xz | Bin 2975892 -> 3018024 bytes
sumfiles/gcc.sum | 5173 ++++++++++++++++---------------
sumfiles/gfortran.log.xz | Bin 1029716 -> 1020144 bytes
sumfiles/gfortran.sum | 42 +-
sumfiles/libatomic.log.xz | Bin 2184 -> 2188 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 191236 -> 190844 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2544 -> 2544 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 430268 -> 423068 bytes
sumfiles/libstdc++.sum | 13 +-
33 files changed, 3518 insertions(+), 3508 deletions(-)
delete mode 100644 07-check_regression/extra-bisect-params
delete mode 100644 07-check_regression/fails.sum
delete mode 100644 07-check_regression/results.regressions
delete mode 100644 08-update_baseline/extra-bisect-params
delete mode 100644 08-update_baseline/fails.sum
delete mode 100644 08-update_baseline/results.regressions
--
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-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 90eca2ca 2: update: binutils-15724e9c97fbc10cc1e31a61a492102c43cab4f1: 20062
new c964a340 2: update: qemu-da36afa2d8dc9c778292ff172083caba9558b4fa: 20062
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 (90eca2ca)
\
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.xz | Bin 1788 -> 1728 bytes
02-prepare_abe/console.log.xz | Bin 2776 -> 2752 bytes
03-build_abe-binutils/console.log.xz | Bin 29784 -> 29168 bytes
04-build_llvm/console.log.xz | Bin 59872 -> 59632 bytes
05-build_abe-qemu/console.log.xz | Bin 31976 -> 30932 bytes
06-build_linux/console.log.xz | Bin 6372 -> 6356 bytes
08-check_regression/console.log.xz | Bin 480 -> 480 bytes
09-update_baseline/console.log | 138 +++++++++++++++++------------------
jenkins/manifest.sh | 8 +-
9 files changed, 73 insertions(+), 73 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.