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 8937eeb1a08 Reorganize cgraph_node::clone_of_p
adds fb9f19a3be2 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 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/gnu-release-arm-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 77a51932 0: good: binutils-gcc-linux: all
new c7720a90 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 (77a51932)
\
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 | 131 +-
02-prepare_abe/console.log | 178 +-
03-build_abe-binutils/console.log | 10142 +++++++-------
04-build_abe-stage1/console.log | 15635 +++++++++++----------
05-build_linux/console.log | 600 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 7 +-
08-update_baseline/console.log | 6 +-
console.log | 26600 ++++++++++++++++++------------------
jenkins/manifest.sh | 20 +-
10 files changed, 26703 insertions(+), 26618 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-master-arm-mainline-allnoconfig
in repository toolchain/ci/linux.
from dc4060a5dc25 Linux 5.1-rc5
adds 11cf9d863dcb fs/dax: Deposit pagetable even when installing zero page
adds 5512320c9f6f Merge tag 'fsdax-fix-5.1-rc6' of git://git.kernel.org/pub/ [...]
adds 351f339faa30 acpi/nfit: Always dump _DSM output payload
adds 55c1fc0af29a libnvdimm/namespace: Fix a potential NULL pointer dereference
adds 486fa92df470 libnvdimm/btt: Fix a kmemdup failure check
adds 037c8489ade6 libnvdimm/security: provide fix for secure-erase to use zero-key
adds d2e5b6436c28 libnvdimm/security, acpi/nfit: unify zero-key for all secu [...]
adds 9dc6488e84b0 libnvdimm/pmem: fix a possible OOB access when read and wr [...]
adds 2170a0d53bee tools/testing/nvdimm: Retain security state after overwrite
adds 618d919cae2f Merge tag 'libnvdimm-fixes-5.1-rc6' of git://git.kernel.or [...]
new cfd32acf7875 KVM: x86/mmu: Fix an inverted list_empty() check when zapp [...]
new 690908104e39 KVM: nVMX: allow tests to use bad virtual-APIC page address
new 2b27924bb1d4 KVM: nVMX: always use early vmcs check when EPT is disabled
new bc8a3d8925a8 kvm: mmu: Fix overflow on kvm mmu page limit calculation
new 4a58038b9e42 Revert "svm: Fix AVIC incomplete IPI emulation"
new e44e3eacccfd svm/avic: Fix invalidate logical APIC id entry
new 99c221796a81 KVM: x86: svm: make sure NMI is injected after nmi_singlestep
new 1811d979c716 x86/kvm: move kvm_load/put_guest_xcr0 into atomic context
new 672ff6cff80c KVM: x86: Raise #GP when guest vCPU do not support PMU
new e51bfdb68725 KVM: nVMX: Expose RDPMC-exiting only when guest supports PMU
new ed19321fb657 KVM: x86: Load SMRAM in a single shot when leaving SMM
new c5833c7a43a6 KVM: x86: Open code kvm_set_hflags
new 9ec19493fb86 KVM: x86: clear SMM flags before loading state while leaving SMM
new 8f4dc2e77cdf KVM: x86: Don't clear EFER during SMM transitions for 32-bit vCPU
new b68f3cc7d978 KVM: x86: Always use 32-bit SMRAM save state for 32-bit kernels
new c68c21ca9297 selftests: kvm/evmcs_test: complete I/O before migrating g [...]
new c2390f16fc5b selftests: kvm: fix for compilers that do not support -no-pie
new 79904c9de0d1 selftests: kvm: add a selftest for SMM
new be43c440eb5d KVM: x86: fix warning Using plain integer as NULL pointer
new 1d487e9bf8ba KVM: fix spectrev1 gadgets
new 7a223e06b1a4 KVM: x86: avoid misreporting level-triggered irqs as edge- [...]
new b5de3c5026f5 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...]
The 22 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/x86/include/asm/kvm_emulate.h | 4 +-
arch/x86/include/asm/kvm_host.h | 17 +-
arch/x86/include/uapi/asm/vmx.h | 1 +
arch/x86/kvm/emulate.c | 191 +++++++++++----------
arch/x86/kvm/lapic.c | 4 +-
arch/x86/kvm/mmu.c | 15 +-
arch/x86/kvm/mmu.h | 2 +-
arch/x86/kvm/pmu.c | 4 +
arch/x86/kvm/svm.c | 57 +++---
arch/x86/kvm/trace.h | 4 +-
arch/x86/kvm/vmx/nested.c | 47 +++--
arch/x86/kvm/vmx/vmx.c | 35 +++-
arch/x86/kvm/vmx/vmx.h | 2 +
arch/x86/kvm/x86.c | 64 ++++---
arch/x86/kvm/x86.h | 2 +
drivers/acpi/nfit/core.c | 12 +-
drivers/acpi/nfit/intel.c | 10 +-
drivers/nvdimm/btt_devs.c | 18 +-
drivers/nvdimm/namespace_devs.c | 5 +-
drivers/nvdimm/pmem.c | 8 +-
drivers/nvdimm/security.c | 118 ++++++++-----
fs/dax.c | 15 ++
include/linux/kvm_host.h | 10 +-
tools/testing/nvdimm/test/nfit.c | 17 +-
tools/testing/selftests/kvm/Makefile | 9 +-
.../selftests/kvm/include/x86_64/processor.h | 27 +++
tools/testing/selftests/kvm/lib/kvm_util.c | 5 +
tools/testing/selftests/kvm/lib/x86_64/processor.c | 20 ++-
tools/testing/selftests/kvm/x86_64/evmcs_test.c | 5 +-
tools/testing/selftests/kvm/x86_64/smm_test.c | 157 +++++++++++++++++
tools/testing/selftests/kvm/x86_64/state_test.c | 15 +-
virt/kvm/irqchip.c | 5 +-
virt/kvm/kvm_main.c | 6 +-
33 files changed, 628 insertions(+), 283 deletions(-)
create mode 100644 tools/testing/selftests/kvm/x86_64/smm_test.c
--
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-master-arm-mainline-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 135aaa08 0: good: binutils-gcc-linux: all
new 43784944 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 (135aaa08)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-ma [...]
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 | 119 +-
02-prepare_abe/console.log | 162 +-
03-build_abe-binutils/console.log | 9425 ++++++------
04-build_abe-stage1/console.log | 18565 ++++++++++++-----------
05-build_linux/console.log | 412 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 7 +-
08-update_baseline/console.log | 6 +-
console.log | 28775 ++++++++++++++++++------------------
jenkins/manifest.sh | 20 +-
10 files changed, 28715 insertions(+), 28778 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-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards d19b3464 1: good: llvm-linux: 16549
new 1a24037f 1: update: llvm-linux: 16549
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 (d19b3464)
\
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 | 185 +-
02-build_llvm/console.log | 11345 +++++++++++++-------------
03-build_linux/console.log | 4802 +++++------
05-check_regression/console.log | 9 +-
06-update_baseline/console.log | 16 +-
console.log | 16357 +++++++++++++++++++-------------------
jenkins/manifest.sh | 12 +-
7 files changed, 15976 insertions(+), 16750 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.