This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from ef78e5ec9214 ia64: export node_distance function new 6c08ec1216b7 KVM: PPC: Book3S HV: Fix handling for interrupted H_ENTER_NESTED new caf54f59e57e Merge tag 'kvm-ppc-fixes-4.20-1' of https://git.kernel.org [...] new a87c99e61236 KVM: VMX: re-add ple_gap module parameter new 38ab012f109c KVM: LAPIC: Fix pv ipis use-before-initialization new e97f852fd456 KVM: X86: Fix scan ioapic use-before-initialization new 30510387a5e4 svm: Add mutex_lock to protect apic_access_page_done on AM [...] new 7f9ad1dfa3c7 KVM: nVMX: Fix kernel info-leak when enabling KVM_CAP_HYPE [...] new bcbfbd8ec210 KVM: x86: Fix kernel info-leak in KVM_HC_CLOCK_PAIRING hypercall new f48b4711dd6e KVM: VMX: Update shared MSRs to be saved/restored on MSR_E [...] new 354cb410d873 KVM: x86: fix empty-body warnings new 1e4329ee2c52 x86/kvm/vmx: fix old-style function declaration new 326e742533bf KVM: nVMX/nSVM: Fix bug which sets vcpu->arch.tsc_offset t [...] new 72aeb60c52bf KVM: nVMX: Verify eVMCS revision id match supported eVMCS [...] new 52ad7eb3d668 KVM: nVMX: vmcs12 revision_id is always VMCS12_REVISION ev [...] new 0e0fee5c539b kvm: mmu: Fix race in emulated page table writes new fd65d3142f73 kvm: svm: Ensure an IBPB on all affected CPUs when freeing a vmcb new d8242d22d501 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...] new 3511ba7d4ca6 spi: uniphier: fix incorrect property items new a4d8f64f7267 spi: mediatek: use correct mata->xfer_len when in fifo transfer new 91b9deefedf4 spi: omap2-mcspi: Add missing suspend and resume calls new 5b26f7180cdb Merge tag 'spi-fix-v4.20-rc4' of git://git.kernel.org/pub/ [...] new f8397d69daef btrfs: Always try all copies when reading extent buffers new aab15e8ec257 Btrfs: fix rare chances for data loss when doing a fast fsync new f505754fd659 Btrfs: ensure path name is null terminated at btrfs_control_ioctl new a4390aee7271 Btrfs: send, fix infinite loop due to directory rename dep [...] new 552f0329c75b Btrfs: fix race between enabling quotas and subvolume creation new 42a657f57628 btrfs: relocation: set trans to be NULL after ending transaction new 121b018f8c74 Merge tag 'for-4.20-rc4-tag' of git://git.kernel.org/pub/s [...]
The 28 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: .../devicetree/bindings/spi/spi-uniphier.txt | 14 ++-- arch/powerpc/kvm/book3s_hv.c | 1 + arch/x86/include/asm/kvm_host.h | 3 +- arch/x86/kvm/lapic.c | 7 +- arch/x86/kvm/mmu.c | 27 ++---- arch/x86/kvm/svm.c | 44 ++++++---- arch/x86/kvm/vmx.c | 98 ++++++++++++++-------- arch/x86/kvm/x86.c | 10 ++- drivers/spi/spi-mt65xx.c | 4 +- drivers/spi/spi-omap2-mcspi.c | 37 +++++--- fs/btrfs/disk-io.c | 11 +-- fs/btrfs/file.c | 24 ++++++ fs/btrfs/qgroup.c | 3 +- fs/btrfs/relocation.c | 1 + fs/btrfs/send.c | 11 ++- fs/btrfs/super.c | 1 + 16 files changed, 190 insertions(+), 106 deletions(-)