# 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/sh4-linux/bin/sh4-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/sh4-linux/bin/sh4-linux-ld --version # < git log --format=%s --max-count=1 921d2597abfc05e303f08baa6ead8f9ab8a723e1 # < make -s -j 8 ARCH=sh O=/kisskb/build/linus_rsk7201_defconfig_sh4-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/sh4-linux/bin/sh4-linux- rsk7201_defconfig # < make -s -j 8 ARCH=sh O=/kisskb/build/linus_rsk7201_defconfig_sh4-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/sh4-linux/bin/sh4-linux- help # make -s -j 8 ARCH=sh O=/kisskb/build/linus_rsk7201_defconfig_sh4-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/sh4-linux/bin/sh4-linux- olddefconfig # make -s -j 8 ARCH=sh O=/kisskb/build/linus_rsk7201_defconfig_sh4-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/sh4-linux/bin/sh4-linux- Generating include/generated/machtypes.h :1511:2: warning: #warning syscall clone3 not implemented [-Wcpp] /kisskb/src/arch/sh/kernel/cpu/sh2a/../../entry-common.S: Assembler messages: /kisskb/src/arch/sh/kernel/cpu/sh2a/../../entry-common.S:385: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence /kisskb/src/arch/sh/kernel/cpu/sh2a/../../entry-common.S:388: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence /kisskb/src/drivers/sh/clk/cpg.c: In function 'r8': /kisskb/src/drivers/sh/clk/cpg.c:41:17: warning: passing argument 1 of 'ioread8' discards 'const' qualifier from pointer target type return ioread8(addr); ^ In file included from /kisskb/src/arch/sh/include/asm/io.h:21:0, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/drivers/sh/clk/cpg.c:14: /kisskb/src/include/asm-generic/iomap.h:29:21: note: expected 'void *' but argument is of type 'const void *' extern unsigned int ioread8(void __iomem *); ^ /kisskb/src/drivers/sh/clk/cpg.c: In function 'r16': /kisskb/src/drivers/sh/clk/cpg.c:46:18: warning: passing argument 1 of 'ioread16' discards 'const' qualifier from pointer target type return ioread16(addr); ^ In file included from /kisskb/src/arch/sh/include/asm/io.h:21:0, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/drivers/sh/clk/cpg.c:14: /kisskb/src/include/asm-generic/iomap.h:30:21: note: expected 'void *' but argument is of type 'const void *' extern unsigned int ioread16(void __iomem *); ^ /kisskb/src/drivers/sh/clk/cpg.c: In function 'r32': /kisskb/src/drivers/sh/clk/cpg.c:51:18: warning: passing argument 1 of 'ioread32' discards 'const' qualifier from pointer target type return ioread32(addr); ^ In file included from /kisskb/src/arch/sh/include/asm/io.h:21:0, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/drivers/sh/clk/cpg.c:14: /kisskb/src/include/asm-generic/iomap.h:32:21: note: expected 'void *' but argument is of type 'const void *' extern unsigned int ioread32(void __iomem *); ^ Image Name: Linux-5.8.0+ Created: Fri Aug 7 10:18:48 2020 Image Type: SuperH Linux Kernel Image (gzip compressed) Data Size: 1681744 Bytes = 1642.33 KiB = 1.60 MiB Load Address: 08001000 Entry Point: 08002000 Image arch/sh/boot/uImage is ready Completed OK # rm -rf /kisskb/build/linus_rsk7201_defconfig_sh4-gcc4.9 # Build took: 0:00:56.558693