# git rev-parse -q --verify b145b0eb2031a620ca010174240963e4d2c6ce26^{commit} b145b0eb2031a620ca010174240963e4d2c6ce26 already have revision, skipping fetch # git checkout -q -f -B kisskb b145b0eb2031a620ca010174240963e4d2c6ce26 # git clean -qxdf # < git log -1 # commit b145b0eb2031a620ca010174240963e4d2c6ce26 # Merge: 50dfd03d9579 cf05a67b68b8 # Author: Linus Torvalds # Date: Fri Oct 4 11:17:51 2019 -0700 # # Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm # # Pull KVM fixes from Paolo Bonzini: # "ARM and x86 bugfixes of all kinds. # # The most visible one is that migrating a nested hypervisor has always # been busted on Broadwell and newer processors, and that has finally # been fixed" # # * tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm: (22 commits) # KVM: x86: omit "impossible" pmu MSRs from MSR list # KVM: nVMX: Fix consistency check on injected exception error code # KVM: x86: omit absent pmu MSRs from MSR list # selftests: kvm: Fix libkvm build error # kvm: vmx: Limit guest PMCs to those supported on the host # kvm: x86, powerpc: do not allow clearing largepages debugfs entry # KVM: selftests: x86: clarify what is reported on KVM_GET_MSRS failure # KVM: VMX: Set VMENTER_L1D_FLUSH_NOT_REQUIRED if !X86_BUG_L1TF # selftests: kvm: add test for dirty logging inside nested guests # KVM: x86: fix nested guest live migration with PML # KVM: x86: assign two bits to track SPTE kinds # KVM: x86: Expose XSAVEERPTR to the guest # kvm: x86: Enumerate support for CLZERO instruction # kvm: x86: Use AMD CPUID semantics for AMD vCPUs # kvm: x86: Improve emulation of CPUID leaves 0BH and 1FH # KVM: X86: Fix userspace set invalid CR4 # kvm: x86: Fix a spurious -E2BIG in __do_cpuid_func # KVM: LAPIC: Loosen filter for adaptive tuning of lapic_timer_advance_ns # KVM: arm/arm64: vgic: Use the appropriate TRACE_INCLUDE_PATH # arm64: KVM: Kill hyp_alternate_select() # ... # < /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 b145b0eb2031a620ca010174240963e4d2c6ce26 # < make -s -j 24 ARCH=powerpc O=/kisskb/build/linus_ppc64le_defconfig_ppc64le-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- ppc64le_defconfig # make -s -j 24 ARCH=powerpc O=/kisskb/build/linus_ppc64le_defconfig_ppc64le-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- In file included from /kisskb/src/include/linux/list.h:9:0, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/btrfs/send.c:7: /kisskb/src/fs/btrfs/send.c: In function 'process_extent': /kisskb/src/include/linux/kernel.h:37:33: warning: 'clone_src_i_size' may be used uninitialized in this function [-Wmaybe-uninitialized] #define IS_ALIGNED(x, a) (((x) & ((typeof(x))(a) - 1)) == 0) ^ /kisskb/src/fs/btrfs/send.c:5088:6: note: 'clone_src_i_size' was declared here u64 clone_src_i_size; ^ WARNING: vmlinux.o(.text+0x31e4): Section mismatch in reference from the variable __boot_from_prom to the function .init.text:prom_init() The function __boot_from_prom() references the function __init prom_init(). This is often because __boot_from_prom lacks a __init annotation or the annotation of prom_init is wrong. WARNING: vmlinux.o(.text+0x33c8): Section mismatch in reference from the variable start_here_common to the function .init.text:start_kernel() The function start_here_common() references the function __init start_kernel(). This is often because start_here_common lacks a __init annotation or the annotation of start_kernel is wrong. Completed OK # rm -rf /kisskb/build/linus_ppc64le_defconfig_ppc64le-gcc5 # Build took: 0:03:30.136091