This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from befad944e231 Merge tag 'drm-fixes-2018-10-05' of git://anongit.freedesk [...] new 0595751f2679 smb2: fix missing files in root share directory listing new ddf83afb9f60 cifs: add a warning if we try to to dequeue a deleted mid new 4e34feb5e963 cifs: only wake the thread for the very last PDU in a compound new 7af929d6d05b smb3: fix lease break problem introduced by compounding new 087f759a4155 Merge tag '4.19-rc6-smb3-fixes' of git://git.samba.org/sfr [...] new 13cc6f48c743 crypto: caam/jr - fix ablkcipher_edesc pointer arithmetic new add92a817e60 crypto: chelsio - Fix memory corruption in DMA Mapped buffers. new d80771c08363 crypto: mxs-dcp - Fix wait logic on chan threads new ba439a6cbfa2 crypto: qat - Fix KASAN stack-out-of-bounds bug in adf_probe() new 4fbeba43b9b6 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux [...] new 4679b61f2640 KVM: x86: never trap MSR_KERNEL_GS_BASE new 5f76f6f5ff96 KVM: nVMX: Do not expose MPX VMX controls when guest MPX disabled new 503234b3fdca KVM: x86: Do not use kvm_x86_ops->mpx_supported() directly new 62cf9bd8118c KVM: nVMX: Fix emulation of VM_ENTRY_LOAD_BNDCFGS new fe804cd67749 tools/kvm_stat: cut down decimal places in update interval dialog new daa07cbc9ae3 KVM: x86: fix L1TF's MMIO GFN calculation new fd6b6d9b82f9 KVM: VMX: check for existence of secondary exec controls b [...] new 2cf7ea9f40fa KVM: VMX: hide flexpriority from guest when disabled at th [...] new 7e7126846c95 kvm: nVMX: fix entry with pending interrupt if APICv is enabled new 6579804c4317 KVM: PPC: Book3S HV: Avoid crash from THP collapse during [...] new cc906f07d7d5 Merge tag 'kvm-ppc-fixes-4.19-3' of git://git.kernel.org/p [...] new 08b297bb10d6 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...] new b3e9b515b08e iommu/amd: Clear memory encryption mask from physical address new b2e45b46d85b Merge tag 'iommu-fixes-v4.19-rc6' of git://git.kernel.org/ [...]
The 24 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/powerpc/kvm/book3s_64_mmu_radix.c | 10 ++ arch/x86/kvm/mmu.c | 24 ++++- arch/x86/kvm/vmx.c | 137 +++++++++++++++------------- arch/x86/kvm/x86.c | 2 +- drivers/crypto/caam/caamalg.c | 8 +- drivers/crypto/chelsio/chcr_algo.c | 32 +++++-- drivers/crypto/chelsio/chcr_crypto.h | 2 + drivers/crypto/mxs-dcp.c | 53 ++++++----- drivers/crypto/qat/qat_c3xxx/adf_drv.c | 6 +- drivers/crypto/qat/qat_c3xxxvf/adf_drv.c | 6 +- drivers/crypto/qat/qat_c62x/adf_drv.c | 6 +- drivers/crypto/qat/qat_c62xvf/adf_drv.c | 6 +- drivers/crypto/qat/qat_dh895xcc/adf_drv.c | 6 +- drivers/crypto/qat/qat_dh895xccvf/adf_drv.c | 6 +- drivers/iommu/amd_iommu.c | 2 +- fs/cifs/cifsglob.h | 1 + fs/cifs/connect.c | 13 ++- fs/cifs/smb2ops.c | 2 +- fs/cifs/transport.c | 21 ++++- tools/kvm/kvm_stat/kvm_stat | 2 +- 20 files changed, 216 insertions(+), 129 deletions(-)