This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from 128f2bfafcf2 Merge tag 'random_for_linus_stable' of git://git.kernel.or [...]
new b41fb528dd87 KVM: s390: fix typo in parameter description
new 6e9b622d1c36 KVM: s390: change default halt poll time to 50us
new 94830f188a80 Merge tag 'kvm-s390-master-5.2-1' of git://git.kernel.org/ [...]
new 493fcbc8435e MAINTAINERS: KVM: arm/arm64: Remove myself as maintainer
new b7c50fab66ab KVM: arm64: Move pmu hyp code under hyp's Makefile to avoi [...]
new 623e1528d409 KVM: arm/arm64: Move cc/it checks under hyp's Makefile to [...]
new 6bff2a3dc9ba Merge tag 'kvmarm-fixes-for-5.2' of git://git.kernel.org/p [...]
new db80927ea197 KVM: nVMX: really fix the size checks on KVM_SET_NESTED_STATE
new 21be4ca1ea68 KVM: nVMX: Clear nested_run_pending if setting nested state fails
new 2eb06c306a57 KVM: Fix spinlock taken warning during host resume
new be7fcf1d1701 KVM: selftests: Fix a condition in test_hv_cpuid()
new 3b339e2527a6 kvm: selftests: avoid type punning
new 319f6f97e3a1 KVM: selftests: Compile code with warnings enabled
new 32a243df82c8 kvm: x86: Include multiple indices with CPUID leaf 0x8000001d
new 382409b4c43e kvm: x86: Include CPUID leaf 0x8000001e in kvm's supported CPUID
new d30b214d1d0a kvm: fix compilation on s390
new 541e886f7972 KVM: nVMX: Fix using __this_cpu_read() in preemptible context
new 4d259965655c kvm: vmx: Fix -Wmissing-prototypes warnings
new 0e6edceb8f18 KVM: LAPIC: Fix lapic_timer_advance_ns parameter overflow
new 16ba3ab4e15c KVM: LAPIC: Expose per-vCPU timer_advance_ns to userspace
new 12e9612cae0c KVM: selftests: Remove duplicated TEST_ASSERT in hyperv_cpuid.c
new 204c91eff798 KVM: selftests: do not blindly clobber registers in guest asm
new c9bcd3e3335d kvm: svm/avic: fix off-by-one in checking host APIC ID
new 654f1f13ea56 kvm: Check irqchip mode before assign irqfd
new 6f2f84532c15 KVM: x86: do not spam dmesg with VMCS/VMCB dumps
new a80c4ec10ed9 x86/kvm/pmu: Set AMD's virt PMU version to 1
new 0e6f467ee28e KVM: x86/pmu: mask the result of rdpmc according to the wi [...]
new 2924b52117b2 KVM: x86/pmu: do not mask the value that is written to fixed PMUs
new 19ec166c3f39 KVM: s390: fix memory slot handling for KVM_SET_USER_MEMOR [...]
new bffed38d4fb5 kvm: selftests: aarch64: dirty_log_test: fix unaligned mem [...]
new 55eda003f02f kvm: selftests: aarch64: fix default vm mode
new 98e683443ba2 kvm: selftests: aarch64: compile with warnings on
new c795720629ae KVM: selftests: Wrap vcpu_nested_state_get/set functions w [...]
new 883d25e70b2f tools/kvm_stat: fix fields filter for child events
new 66f61c92889f KVM: x86: fix return value for reserved EFER
new 862f0a3227b3 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...]
new 0c97bf863efc tracing: Silence GCC 9 array bounds warning
new c5b440951a19 Merge tag 'trace-v5.2-rc1-2' of git://git.kernel.org/pub/s [...]
The 38 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:
MAINTAINERS | 2 -
arch/arm/kvm/hyp/Makefile | 1 +
arch/arm64/include/asm/kvm_host.h | 3 -
arch/arm64/kvm/hyp/Makefile | 1 +
arch/arm64/kvm/hyp/switch.c | 39 +++++++
arch/arm64/kvm/pmu.c | 38 -------
arch/s390/include/asm/kvm_host.h | 2 +-
arch/s390/kvm/kvm-s390.c | 37 ++++---
arch/x86/kvm/cpuid.c | 8 +-
arch/x86/kvm/debugfs.c | 18 +++
arch/x86/kvm/irq.c | 7 ++
arch/x86/kvm/irq.h | 1 +
arch/x86/kvm/pmu.c | 10 +-
arch/x86/kvm/pmu.h | 3 +-
arch/x86/kvm/pmu_amd.c | 4 +-
arch/x86/kvm/svm.c | 15 ++-
arch/x86/kvm/vmx/nested.c | 35 +++---
arch/x86/kvm/vmx/pmu_intel.c | 26 +++--
arch/x86/kvm/vmx/vmx.c | 26 +++--
arch/x86/kvm/vmx/vmx.h | 1 +
arch/x86/kvm/x86.c | 4 +-
kernel/trace/trace.c | 6 +-
kernel/trace/trace.h | 18 +++
kernel/trace/trace_kdb.c | 6 +-
tools/kvm/kvm_stat/kvm_stat | 16 ++-
tools/kvm/kvm_stat/kvm_stat.txt | 2 +
tools/testing/selftests/kvm/Makefile | 4 +-
tools/testing/selftests/kvm/dirty_log_test.c | 8 +-
tools/testing/selftests/kvm/include/kvm_util.h | 2 +
.../testing/selftests/kvm/lib/aarch64/processor.c | 11 +-
tools/testing/selftests/kvm/lib/kvm_util.c | 5 +-
tools/testing/selftests/kvm/lib/ucall.c | 2 +-
tools/testing/selftests/kvm/lib/x86_64/processor.c | 4 +-
.../selftests/kvm/x86_64/cr4_cpuid_sync_test.c | 1 +
tools/testing/selftests/kvm/x86_64/evmcs_test.c | 7 +-
tools/testing/selftests/kvm/x86_64/hyperv_cpuid.c | 9 +-
.../selftests/kvm/x86_64/platform_info_test.c | 1 -
tools/testing/selftests/kvm/x86_64/smm_test.c | 3 +-
tools/testing/selftests/kvm/x86_64/state_test.c | 7 +-
.../testing/selftests/kvm/x86_64/sync_regs_test.c | 54 +++++----
.../kvm/x86_64/vmx_close_while_nested_test.c | 5 +-
.../kvm/x86_64/vmx_set_nested_state_test.c | 2 +-
.../selftests/kvm/x86_64/vmx_tsc_adjust_test.c | 5 +-
virt/kvm/arm/aarch32.c | 121 ---------------------
virt/kvm/arm/{ => hyp}/aarch32.c | 107 +-----------------
virt/kvm/eventfd.c | 9 ++
virt/kvm/kvm_main.c | 7 +-
47 files changed, 285 insertions(+), 418 deletions(-)
copy virt/kvm/arm/{ => hyp}/aarch32.c (54%)
--
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 bf6132fe8 1: update: llvm-linux: 16550
new 313253d4d 1: update: llvm-linux: 16550
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 (bf6132fe8)
\
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 | 166 +-
02-build_llvm/console.log | 11806 ++++++++++++++--------------
03-build_linux/console.log | 4528 ++++++-----
console.log | 16500 +++++++++++++++++++--------------------
jenkins/manifest.sh | 8 +-
5 files changed, 16502 insertions(+), 16506 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 b2ad81363f12 Merge tag 'libnvdimm-fixes-5.2-rc2' of git://git.kernel.or [...]
adds 0a944e8a6c66 ext4: don't perform block validity checks on the journal inode
adds 82a25b027ca4 ext4: wait for outstanding dio during truncate in nojournal mode
adds ee0ed02ca93e ext4: do not delete unlinked inode from orphan list on fai [...]
adds 66883da1eee8 ext4: fix dcache lookup of !casefolded directories
adds 35efb51eee22 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/ [...]
adds 58be0106c530 random: fix soft lockup when trying to read from an uninit [...]
adds 128f2bfafcf2 Merge tag 'random_for_linus_stable' of git://git.kernel.or [...]
No new revisions were added by this update.
Summary of changes:
drivers/char/random.c | 16 +++++++++++++---
fs/ext4/dir.c | 2 +-
fs/ext4/extents.c | 12 ++++++++----
fs/ext4/inode.c | 23 ++++++++++-------------
4 files changed, 32 insertions(+), 21 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/gcc.
from 56dbd0ba439 darwin, x86, testsuite - Amend popcnt match string for Darwin.
adds 891840c0cdb Daily bump.
adds b4103d4b914 Remove Solaris 10-only note about -mvect8-ret-in-mem
adds ec26a196c79 Added ChangeLog entry for last commit.
adds 8dc5b8c7bd2 2019-05-26 Thomas Koenig <tkoenig(a)gcc.gnu.org>
adds 42e1d959702 * config/pa/linux-unwind.h (pa32_fallback_frame_state): Add cast.
adds 497b3a05b68 * doc/invoke.texi (Link Options): Many editorial changes a [...]
new e00bc0e4d4f darwin, x86, testsuite - Amend three PIE tests,
new ba475497835 * doc/xml/manual/appendix_contributing.xml: Update pointer [...]
The 2 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:
gcc/ChangeLog | 10 ++++
gcc/DATESTAMP | 2 +-
gcc/doc/invoke.texi | 68 +++++++++++-----------
gcc/fortran/ChangeLog | 6 ++
gcc/fortran/trans-types.c | 4 ++
gcc/testsuite/ChangeLog | 7 +++
gcc/testsuite/gcc.target/i386/pr39013-1.c | 8 ++-
gcc/testsuite/gcc.target/i386/pr39013-2.c | 8 ++-
gcc/testsuite/gcc.target/i386/pr64317.c | 11 +++-
libgcc/ChangeLog | 4 ++
libgcc/config/pa/linux-unwind.h | 2 +-
libstdc++-v3/ChangeLog | 5 ++
.../doc/xml/manual/appendix_contributing.xml | 2 +-
13 files changed, 94 insertions(+), 43 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/binutils-gdb.
from b3811e90dc Automatic date update in version.in
adds 5b6d4fc74b Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 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-master-arm-mainline-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 6f75dcce4 0: update: binutils-gcc-linux: all
new d5b074a56 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 (6f75dcce4)
\
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 | 74 +-
02-prepare_abe/console.log | 208 +-
03-build_abe-binutils/console.log | 10634 ++++++------
04-build_abe-stage1/console.log | 19934 ++++++++++++-----------
05-build_linux/console.log | 576 +-
06-boot_linux/console.log | 2 +-
console.log | 31436 ++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
8 files changed, 31432 insertions(+), 31448 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-lts-allnoconfig
in repository toolchain/ci/gcc.
from 55c11b26a07 Daily bump.
adds 0482526a2e5 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-lts-allnoconfig
in repository toolchain/ci/binutils-gdb.
from 43660fcf54 Automatic date update in version.in
adds 71117e078c Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 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-lts-allnoconfig
in repository toolchain/ci/base-artifacts.
discards abe5b0e5a 0: update: binutils-gcc-linux: all
new f2b68c85e 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 (abe5b0e5a)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-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 | 76 +-
02-prepare_abe/console.log | 260 +-
03-build_abe-binutils/console.log | 10902 +++++++-------
04-build_abe-stage1/console.log | 16251 ++++++++++----------
05-build_linux/console.log | 718 +-
06-boot_linux/console.log | 2 +-
console.log | 28520 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
8 files changed, 28378 insertions(+), 28363 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.