# git rev-parse -q --verify 921d2597abfc05e303f08baa6ead8f9ab8a723e1^{commit} 921d2597abfc05e303f08baa6ead8f9ab8a723e1 already have revision, skipping fetch # git checkout -q -f -B kisskb 921d2597abfc05e303f08baa6ead8f9ab8a723e1 # git clean -qxdf # < git log -1 # commit 921d2597abfc05e303f08baa6ead8f9ab8a723e1 # Merge: 7b4ea9456dd3 f3633c268354 # Author: Linus Torvalds # Date: Thu Aug 6 12:59:31 2020 -0700 # # Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm # # Pull KVM updates from Paolo Bonzini: # "s390: # - implement diag318 # # x86: # - Report last CPU for debugging # - Emulate smaller MAXPHYADDR in the guest than in the host # - .noinstr and tracing fixes from Thomas # - nested SVM page table switching optimization and fixes # # Generic: # - Unify shadow MMU cache data structures across architectures" # # * tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm: (127 commits) # KVM: SVM: Fix sev_pin_memory() error handling # KVM: LAPIC: Set the TDCR settable bits # KVM: x86: Specify max TDP level via kvm_configure_mmu() # KVM: x86/mmu: Rename max_page_level to max_huge_page_level # KVM: x86: Dynamically calculate TDP level from max level and MAXPHYADDR # KVM: VXM: Remove temporary WARN on expected vs. actual EPTP level mismatch # KVM: x86: Pull the PGD's level from the MMU instead of recalculating it # KVM: VMX: Make vmx_load_mmu_pgd() static # KVM: x86/mmu: Add separate helper for shadow NPT root page role calc # KVM: VMX: Drop a duplicate declaration of construct_eptp() # KVM: nSVM: Correctly set the shadow NPT root level in its MMU role # KVM: Using macros instead of magic values # MIPS: KVM: Fix build error caused by 'kvm_run' cleanup # KVM: nSVM: remove nonsensical EXITINFO1 adjustment on nested NPF # KVM: x86: Add a capability for GUEST_MAXPHYADDR < HOST_MAXPHYADDR support # KVM: VMX: optimize #PF injection when MAXPHYADDR does not match # KVM: VMX: Add guest physical address check in EPT violation and misconfig # KVM: VMX: introduce vmx_need_pf_intercept # KVM: x86: update exception bitmap on CPUID changes # KVM: x86: rename update_bp_intercept to update_exception_bitmap # ... # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/s390-linux/bin/s390-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/s390-linux/bin/s390-linux-ld --version # < git log --format=%s --max-count=1 921d2597abfc05e303f08baa6ead8f9ab8a723e1 # < make -s -j 8 ARCH=s390 O=/kisskb/build/linus_s390-allmodconfig_s390x-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/s390-linux/bin/s390-linux- allmodconfig # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # Added to kconfig CONFIG_SAMPLES=n # < make -s -j 8 ARCH=s390 O=/kisskb/build/linus_s390-allmodconfig_s390x-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/s390-linux/bin/s390-linux- help # make -s -j 8 ARCH=s390 O=/kisskb/build/linus_s390-allmodconfig_s390x-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/s390-linux/bin/s390-linux- olddefconfig # make -s -j 8 ARCH=s390 O=/kisskb/build/linus_s390-allmodconfig_s390x-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/s390-linux/bin/s390-linux- In file included from /kisskb/src/drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c:41: /kisskb/src/drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c: In function 'mvpp2_setup_bm_pool': /kisskb/src/drivers/net/ethernet/marvell/mvpp2/mvpp2.h:647:2: warning: overflow in conversion from 'long unsigned int' to 'int' changes value from '18446744073709551584' to '-32' [-Woverflow] ((total_size) - MVPP2_SKB_HEADROOM - MVPP2_SKB_SHINFO_SIZE) ^ /kisskb/src/drivers/net/ethernet/marvell/mvpp2/mvpp2.h:714:33: note: in expansion of macro 'MVPP2_RX_MAX_PKT_SIZE' #define MVPP2_BM_SHORT_PKT_SIZE MVPP2_RX_MAX_PKT_SIZE(MVPP2_BM_SHORT_FRAME_SIZE) ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c:652:41: note: in expansion of macro 'MVPP2_BM_SHORT_PKT_SIZE' mvpp2_pools[MVPP2_BM_SHORT].pkt_size = MVPP2_BM_SHORT_PKT_SIZE; ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/joystick/analog.c:160:2: warning: #warning Precise timer not defined for this architecture. [-Wcpp] #warning Precise timer not defined for this architecture. ^~~~~~~ /kisskb/src/drivers/mailbox/imx-mailbox.c:638:12: warning: 'imx_mu_runtime_resume' defined but not used [-Wunused-function] static int imx_mu_runtime_resume(struct device *dev) ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mailbox/imx-mailbox.c:629:12: warning: 'imx_mu_runtime_suspend' defined but not used [-Wunused-function] static int imx_mu_runtime_suspend(struct device *dev) ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mailbox/imx-mailbox.c:611:12: warning: 'imx_mu_resume_noirq' defined but not used [-Wunused-function] static int imx_mu_resume_noirq(struct device *dev) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mailbox/imx-mailbox.c:601:12: warning: 'imx_mu_suspend_noirq' defined but not used [-Wunused-function] static int imx_mu_suspend_noirq(struct device *dev) ^~~~~~~~~~~~~~~~~~~~ Completed OK # rm -rf /kisskb/build/linus_s390-allmodconfig_s390x-gcc8 # Build took: 0:30:57.313235