# 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-4.9.4-nolibc/arm-linux-gnueabi/bin/arm-linux-gnueabi-gcc --version # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/arm-linux-gnueabi-ld --version # < git log --format=%s --max-count=1 921d2597abfc05e303f08baa6ead8f9ab8a723e1 # < make -s -j 48 ARCH=arm O=/kisskb/build/linus_multi_v7_defconfig_arm-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/arm-linux-gnueabi- multi_v7_defconfig # < make -s -j 48 ARCH=arm O=/kisskb/build/linus_multi_v7_defconfig_arm-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/arm-linux-gnueabi- help # make -s -j 48 ARCH=arm O=/kisskb/build/linus_multi_v7_defconfig_arm-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/arm-linux-gnueabi- olddefconfig # make -s -j 48 ARCH=arm O=/kisskb/build/linus_multi_v7_defconfig_arm-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/arm-linux-gnueabi- /kisskb/src/arch/arm/boot/dts/mmp2.dtsi:472.23-480.6: Warning (spi_bus_bridge): /soc/apb@d4000000/spi@d4037000: incorrect #address-cells for SPI bus also defined at /kisskb/src/arch/arm/boot/dts/mmp2-olpc-xo-1-75.dts:225.7-237.3 /kisskb/src/arch/arm/boot/dts/mmp2.dtsi:472.23-480.6: Warning (spi_bus_bridge): /soc/apb@d4000000/spi@d4037000: incorrect #size-cells for SPI bus also defined at /kisskb/src/arch/arm/boot/dts/mmp2-olpc-xo-1-75.dts:225.7-237.3 arch/arm/boot/dts/mmp2-olpc-xo-1-75.dtb: Warning (spi_bus_reg): Failed prerequisite 'spi_bus_bridge' /kisskb/src/arch/arm/crypto/ghash-ce-glue.c: In function 'ghash_do_update': /kisskb/src/arch/arm/crypto/ghash-ce-glue.c:67:44: warning: passing argument 4 of 'pmull_ghash_update_p64' from incompatible pointer type pmull_ghash_update_p64(blocks, dg, src, key->h, head); ^ /kisskb/src/arch/arm/crypto/ghash-ce-glue.c:45:17: note: expected 'const u64 (*)[2]' but argument is of type 'u64 (*)[2]' asmlinkage void pmull_ghash_update_p64(int blocks, u64 dg[], const char *src, ^ /kisskb/src/arch/arm/crypto/ghash-ce-glue.c:69:43: warning: passing argument 4 of 'pmull_ghash_update_p8' from incompatible pointer type pmull_ghash_update_p8(blocks, dg, src, key->h, head); ^ /kisskb/src/arch/arm/crypto/ghash-ce-glue.c:48:17: note: expected 'const u64 (*)[2]' but argument is of type 'u64 (*)[2]' asmlinkage void pmull_ghash_update_p8(int blocks, u64 dg[], const char *src, ^ /kisskb/src/drivers/firmware/qcom_scm-smc.c: In function 'scm_smc_call': /kisskb/src/drivers/firmware/qcom_scm-smc.c:94:9: warning: missing braces around initializer [-Wmissing-braces] struct arm_smccc_args smc = {0}; ^ /kisskb/src/drivers/firmware/qcom_scm-smc.c:94:9: warning: (near initialization for 'smc.args') [-Wmissing-braces] /kisskb/src/drivers/firmware/qcom_scm-legacy.c: In function 'scm_legacy_call': /kisskb/src/drivers/firmware/qcom_scm-legacy.c:139:9: warning: missing braces around initializer [-Wmissing-braces] struct arm_smccc_args smc = {0}; ^ /kisskb/src/drivers/firmware/qcom_scm-legacy.c:139:9: warning: (near initialization for 'smc.args') [-Wmissing-braces] Completed OK # rm -rf /kisskb/build/linus_multi_v7_defconfig_arm-gcc4.9 # Build took: 0:03:56.805322