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-arm-lts-defconfig
in repository toolchain/ci/base-artifacts.
discards 9011fb51 0: update: llvm-linux: boot
new fdb59c27 0: update: llvm-linux: 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 (9011fb51)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-l [...]
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 | 70 +-
02-build_llvm/console.log | 12110 +++++++++++++++----------------
03-build_linux/console.log | 1818 ++---
04-boot_linux/console.log | 470 +-
05-check_regression/console.log | 8 +-
06-update_baseline/console.log | 8 +-
console.log | 14484 +++++++++++++++++++-------------------
jenkins/manifest.sh | 14 +-
8 files changed, 14517 insertions(+), 14465 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 lldb.
from f6a96fc83 Detects whether RESOURCE_TYPE_IO is defined.
new 451aac9a6 Small format fix
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:
source/Plugins/Process/Utility/StopInfoMachException.cpp | 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.
unknown user pushed a change to branch master
in repository linux.
from 15abf14202a2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
new a48d06f9b7ce KVM: LAPIC: Don't need to wakeup vCPU twice afer timer fire
new 046ddeed0461 KVM: Check preempted_in_kernel for involuntary preemption
new 17e433b54393 KVM: Fix leak vCPU's VMCS value into other pCPU
new 741cbbae0768 KVM: remove kvm_arch_has_vcpu_debugfs()
new 3e7093d04519 KVM: no need to check return value of debugfs_create functions
new 57b76bdb20ec x86: kvm: remove useless calls to kvm_para_available
new 8f946da73aaa kvm: remove unnecessary PageReserved check
new e2c26537ea76 KVM: selftests: Update gitignore file for latest changes
new c096397c78f7 selftests: kvm: Adding config fragments
new bca031e2c8aa KVM: arm/arm64: Introduce kvm_pmu_vcpu_init() to setup PMU [...]
new 3d584a3c85d6 arm64: KVM: regmap: Fix unexpected switch fall-through
new 1a8248c74c81 KVM: arm: vgic-v3: Mark expected switch fall-through
new 6701c619fa08 KVM: arm64: Update kvm_arm_exception_class and esr_class_s [...]
new cdb2d3ee0436 arm64: KVM: hyp: debug-sr: Mark expected switch fall-through
new 0e1c438c44dd Merge tag 'kvmarm-fixes-for-5.3' of git://git.kernel.org/p [...]
new 5eeaf10eec39 KVM: arm/arm64: Sync ICH_VMCR_EL2 back when about to block
new 03fdfb269009 KVM: arm64: Don't write junk to sysregs on reset
new c69509c70aa4 KVM: arm: Don't write junk to CP15 registers on reset
new 16e604a437c8 KVM: arm/arm64: vgic: Reevaluate level sensitive interrupt [...]
new a738b5e75b4c Merge tag 'kvmarm-fixes-for-5.3-2' of git://git.kernel.org [...]
new 7f20fd23377a Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...]
The 21 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/arm/kvm/coproc.c | 23 ++++++++-----
arch/arm64/include/asm/kvm_arm.h | 7 ++--
arch/arm64/kernel/traps.c | 1 +
arch/arm64/kvm/hyp/debug-sr.c | 30 +++++++++++++++++
arch/arm64/kvm/regmap.c | 5 +++
arch/arm64/kvm/sys_regs.c | 32 ++++++++++--------
arch/mips/kvm/mips.c | 10 ------
arch/powerpc/kvm/powerpc.c | 15 +++------
arch/s390/kvm/kvm-s390.c | 10 ------
arch/x86/include/asm/kvm_host.h | 3 ++
arch/x86/kernel/kvm.c | 8 -----
arch/x86/kvm/debugfs.c | 46 ++++++++-----------------
arch/x86/kvm/lapic.c | 8 -----
arch/x86/kvm/svm.c | 6 ++++
arch/x86/kvm/vmx/vmx.c | 6 ++++
arch/x86/kvm/x86.c | 16 +++++++++
include/kvm/arm_pmu.h | 2 ++
include/kvm/arm_vgic.h | 1 +
include/linux/kvm_host.h | 6 ++--
tools/testing/selftests/kvm/.gitignore | 3 +-
tools/testing/selftests/kvm/config | 3 ++
virt/kvm/arm/arm.c | 18 +++++++---
virt/kvm/arm/hyp/vgic-v3-sr.c | 8 +++++
virt/kvm/arm/pmu.c | 18 ++++++++--
virt/kvm/arm/vgic/vgic-mmio.c | 16 +++++++++
virt/kvm/arm/vgic/vgic-v2.c | 9 ++++-
virt/kvm/arm/vgic/vgic-v3.c | 7 +++-
virt/kvm/arm/vgic/vgic.c | 11 ++++++
virt/kvm/arm/vgic/vgic.h | 2 ++
virt/kvm/kvm_main.c | 61 ++++++++++++++++++++--------------
30 files changed, 249 insertions(+), 142 deletions(-)
create mode 100644 tools/testing/selftests/kvm/config
--
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 lldb.
from e212658c7 [lldb][NFC] Assert on invalid cursors positions when creating [...]
new f6a96fc83 Detects whether RESOURCE_TYPE_IO is defined.
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:
source/Plugins/Process/Utility/StopInfoMachException.cpp | 3 +++
1 file changed, 3 insertions(+)
--
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 2226fb57a908 Merge tag 'drm-fixes-2019-08-09' of git://anongit.freedesk [...]
new a7cd67e2b76e Input: applespi - fix warnings detected by sparse
new 020834bebbcb Input: applespi - select CRC16 module
new b1cbb2f09d7b Input: applespi - fix trivial typo in struct description
new 883a2a80f79c Input: elantech - enable SMBus on new (2018+) systems
new f3b5720cabaf Input: elantech - annotate fall-through case in elantech_u [...]
new 25f8c834e2a6 Input: synaptics - enable RMI mode for HP Spectre X360
new e77ff779a0c6 Input: applespi - add dependency on LEDS_CLASS
new b55d996f057b Input: usbtouchscreen - initialize PM mutex before using it
new c88090dfc842 Input: kbtab - sanity check for endpoint type
new 37ad2e343449 Input: applespi - use struct_size() helper
new 849f5ae3a513 Input: iforce - add sanity checks
new 15abf14202a2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
The 12 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:
drivers/input/joystick/iforce/iforce-usb.c | 5 +++
drivers/input/keyboard/Kconfig | 2 ++
drivers/input/keyboard/applespi.c | 29 +++++++++-------
drivers/input/mouse/elantech.c | 55 ++++++++++++++----------------
drivers/input/mouse/synaptics.c | 1 +
drivers/input/tablet/kbtab.c | 6 ++--
drivers/input/touchscreen/usbtouchscreen.c | 2 ++
7 files changed, 56 insertions(+), 44 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 llvm.
from 590045b28b5 Add missing REQUIRES to r368487
new aa941ab366e cfi-icall: Allow the jump table to be optionally made non-c [...]
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:
include/llvm/Transforms/IPO/LowerTypeTests.h | 2 +
lib/Transforms/IPO/CrossDSOCFI.cpp | 6 +-
lib/Transforms/IPO/LowerTypeTests.cpp | 234 +++++++++++++--------
lib/Transforms/IPO/ThinLTOBitcodeWriter.cpp | 5 +-
test/Transforms/LowerTypeTests/import-icall.ll | 18 +-
.../cfi-functions-canonical-jump-tables.ll | 23 ++
6 files changed, 193 insertions(+), 95 deletions(-)
create mode 100644 test/Transforms/ThinLTOBitcodeWriter/cfi-functions-canonical-ju [...]
--
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 clang.
from 64f1b0a2a8 [OpenMP] Add support for close map modifier in Clang
new 6f8e54aaf6 cfi-icall: Allow the jump table to be optionally made non-ca [...]
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:
docs/ControlFlowIntegrity.rst | 48 ++++++++++++++++++++++
include/clang/Basic/Attr.td | 6 +++
include/clang/Basic/AttrDocs.td | 12 ++++++
include/clang/Basic/CodeGenOptions.def | 2 +
include/clang/Driver/Options.td | 7 ++++
include/clang/Driver/SanitizerArgs.h | 1 +
lib/CodeGen/CodeGenFunction.cpp | 3 ++
lib/CodeGen/CodeGenModule.cpp | 36 +++++++++-------
lib/Driver/SanitizerArgs.cpp | 7 ++++
lib/Frontend/CompilerInvocation.cpp | 2 +
lib/Sema/SemaDeclAttr.cpp | 3 ++
test/CodeGen/cfi-icall-canonical-jump-tables.c | 24 +++++++++++
test/CodeGen/cfi-icall-cross-dso.c | 8 ++--
test/Driver/fsanitize.c | 6 +++
...pragma-attribute-supported-attributes-list.test | 1 +
test/SemaCXX/attr-cfi-canonical-jump-table.cpp | 11 +++++
16 files changed, 159 insertions(+), 18 deletions(-)
create mode 100644 test/CodeGen/cfi-icall-canonical-jump-tables.c
create mode 100644 test/SemaCXX/attr-cfi-canonical-jump-table.cpp
--
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 llvm.
from aa36e337e93 [Bugpoint redesign] Fix nonlocal URI link in doc
new 590045b28b5 Add missing REQUIRES to r368487
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:
test/MachineVerifier/test_g_sext_inreg.mir | 1 +
1 file changed, 1 insertion(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.