# git rev-parse -q --verify a27fb6d983c7b5bb0129ae4d7a7c81758173bfab^{commit} a27fb6d983c7b5bb0129ae4d7a7c81758173bfab already have revision, skipping fetch # git checkout -q -f -B kisskb a27fb6d983c7b5bb0129ae4d7a7c81758173bfab # git clean -qxdf # < git log -1 # commit a27fb6d983c7b5bb0129ae4d7a7c81758173bfab # Merge: 0eba8697bce1 26b471c7e2f7 # Author: Greg Kroah-Hartman # Date: Fri Sep 21 16:21:42 2018 +0200 # # Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm # # Paolo writes: # "It's mostly small bugfixes and cleanups, mostly around x86 nested # virtualization. One important change, not related to nested # virtualization, is that the ability for the guest kernel to trap # CPUID instructions (in Linux that's the ARCH_SET_CPUID arch_prctl) is # now masked by default. This is because the feature is detected # through an MSR; a very bad idea that Intel seems to like more and # more. Some applications choke if the other fields of that MSR are # not initialized as on real hardware, hence we have to disable the # whole MSR by default, as was the case before Linux 4.12." # # * tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm: (23 commits) # KVM: nVMX: Fix bad cleanup on error of get/set nested state IOCTLs # kvm: selftests: Add platform_info_test # KVM: x86: Control guest reads of MSR_PLATFORM_INFO # KVM: x86: Turbo bits in MSR_PLATFORM_INFO # nVMX x86: Check VPID value on vmentry of L2 guests # nVMX x86: check posted-interrupt descriptor addresss on vmentry of L2 # KVM: nVMX: Wake blocked vCPU in guest-mode if pending interrupt in virtual APICv # KVM: VMX: check nested state and CR4.VMXE against SMM # kvm: x86: make kvm_{load|put}_guest_fpu() static # x86/hyper-v: rename ipi_arg_{ex,non_ex} structures # KVM: VMX: use preemption timer to force immediate VMExit # KVM: VMX: modify preemption timer bit only when arming timer # KVM: VMX: immediately mark preemption timer expired only for zero value # KVM: SVM: Switch to bitmap_zalloc() # KVM/MMU: Fix comment in walk_shadow_page_lockless_end() # kvm: selftests: use -pthread instead of -lpthread # KVM: x86: don't reset root in kvm_mmu_setup() # kvm: mmu: Don't read PDPTEs when paging is not enabled # x86/kvm/lapic: always disable MMIO interface in x2APIC mode # KVM: s390: Make huge pages unavailable in ucontrol VMs # ... # < /opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux-gcc --version # < git log --format=%s --max-count=1 a27fb6d983c7b5bb0129ae4d7a7c81758173bfab # < make -s -j 80 ARCH=powerpc O=/kisskb/build/linus_mpc85xx_defconfig_powerpc CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- mpc85xx_defconfig # make -s -j 80 ARCH=powerpc O=/kisskb/build/linus_mpc85xx_defconfig_powerpc CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- /kisskb/src/sound/soc/codecs/wm8960.c: In function 'wm8960_configure_clocking': /kisskb/src/sound/soc/codecs/wm8960.c:803:70: warning: 'j' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/sound/soc/codecs/wm8960.c:800:68: warning: 'i' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/kernel/printk/printk.c: In function 'devkmsg_sysctl_set_loglvl': /kisskb/src/kernel/printk/printk.c:185:16: warning: 'old' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/kernel/cgroup/cgroup-v1.c: In function 'cgroup1_mount': /kisskb/src/kernel/cgroup/cgroup-v1.c:1256:20: warning: 'root' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_raw_read': /kisskb/src/drivers/base/regmap/regmap.c:2511:6: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/base/regmap/regmap.c: In function '_regmap_raw_write': /kisskb/src/drivers/base/regmap/regmap.c:1833:6: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/mm/hugetlb.c: In function 'alloc_pool_huge_page': /kisskb/src/mm/hugetlb.c:1433:5: warning: 'page' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'i2c_generic_scl_recovery': /kisskb/src/drivers/i2c/i2c-core-base.c:235:5: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/net/ethernet/freescale/fs_enet/mac-scc.c: In function 'allocate_bd': /kisskb/src/drivers/net/ethernet/freescale/fs_enet/mac-scc.c:139:6: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] /kisskb/src/drivers/tty/serial/8250/8250_core.c: In function 'univ8250_release_irq': /kisskb/src/drivers/tty/serial/8250/8250_core.c:251:18: warning: 'i' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/tty/serial/8250/8250_core.c:231:19: note: 'i' was declared here /kisskb/src/fs/proc/inode.c: In function 'proc_reg_open': /kisskb/src/include/linux/list.h:65:12: warning: 'pdeo' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/proc/inode.c:341:21: note: 'pdeo' was declared here /kisskb/src/fs/udf/unicode.c: In function 'udf_name_conv_char': /kisskb/src/fs/udf/unicode.c:132:8: warning: 'c' may be used uninitialized in this function [-Wuninitialized] arch/powerpc/boot/mpc8541cds.dtb: Warning (pci_device_bus_num): /pci@e0008000/i8259@19000:bus-range: PCI bus number 1 out of range, expected (0 - 0) arch/powerpc/boot/mpc8555cds.dtb: Warning (pci_device_bus_num): /pci@e0008000/i8259@19000:bus-range: PCI bus number 1 out of range, expected (0 - 0) INFO: Uncompressed kernel (size 0xb83790) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xb83790) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xb83790) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xb83790) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xb83790) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xb83790) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xb83790) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xb83790) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xb83790) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xb83790) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xb83790) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xb83790) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xb83790) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xb83790) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xb83790) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) INFO: Uncompressed kernel (size 0xb73008) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0xc00000) Image Name: Linux-4.19.0-rc4-ga27fb6d983c7 Created: Sat Sep 22 05:46:12 2018 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5547060 Bytes = 5417.05 KiB = 5.29 MiB Load Address: 00000000 Entry Point: 00000000 Image Name: Linux-4.19.0-rc4-ga27fb6d983c7 Created: Sat Sep 22 05:46:12 2018 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5571253 Bytes = 5440.68 KiB = 5.31 MiB Load Address: 00c00000 Entry Point: 00c00288 Image Name: Linux-4.19.0-rc4-ga27fb6d983c7 Created: Sat Sep 22 05:46:12 2018 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5571286 Bytes = 5440.71 KiB = 5.31 MiB Load Address: 00c00000 Entry Point: 00c00248 Image Name: Linux-4.19.0-rc4-ga27fb6d983c7 Created: Sat Sep 22 05:46:12 2018 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5570924 Bytes = 5440.36 KiB = 5.31 MiB Load Address: 00c00000 Entry Point: 00c00288 Image Name: Linux-4.19.0-rc4-ga27fb6d983c7 Created: Sat Sep 22 05:46:12 2018 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5570778 Bytes = 5440.21 KiB = 5.31 MiB Load Address: 00c00000 Entry Point: 00c00248 Image Name: Linux-4.19.0-rc4-ga27fb6d983c7 Created: Sat Sep 22 05:46:12 2018 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5571053 Bytes = 5440.48 KiB = 5.31 MiB Load Address: 00c00000 Entry Point: 00c00248 Image Name: Linux-4.19.0-rc4-ga27fb6d983c7 Created: Sat Sep 22 05:46:12 2018 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5572130 Bytes = 5441.53 KiB = 5.31 MiB Load Address: 00c00000 Entry Point: 00c00248 Image Name: Linux-4.19.0-rc4-ga27fb6d983c7 Created: Sat Sep 22 05:46:12 2018 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5570854 Bytes = 5440.29 KiB = 5.31 MiB Load Address: 00c00000 Entry Point: 00c00248 Image Name: Linux-4.19.0-rc4-ga27fb6d983c7 Created: Sat Sep 22 05:46:12 2018 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5571252 Bytes = 5440.68 KiB = 5.31 MiB Load Address: 00c00000 Entry Point: 00c00248 Image Name: Linux-4.19.0-rc4-ga27fb6d983c7 Created: Sat Sep 22 05:46:12 2018 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5571270 Bytes = 5440.69 KiB = 5.31 MiB Load Address: 00c00000 Entry Point: 00c00288 Image Name: Linux-4.19.0-rc4-ga27fb6d983c7 Created: Sat Sep 22 05:46:12 2018 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5572234 Bytes = 5441.63 KiB = 5.31 MiB Load Address: 00c00000 Entry Point: 00c00248 Image Name: Linux-4.19.0-rc4-ga27fb6d983c7 Created: Sat Sep 22 05:46:12 2018 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5570799 Bytes = 5440.23 KiB = 5.31 MiB Load Address: 00c00000 Entry Point: 00c00288 Image Name: Linux-4.19.0-rc4-ga27fb6d983c7 Created: Sat Sep 22 05:46:12 2018 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5570782 Bytes = 5440.22 KiB = 5.31 MiB Load Address: 00c00000 Entry Point: 00c00248 Image Name: Linux-4.19.0-rc4-ga27fb6d983c7 Created: Sat Sep 22 05:46:12 2018 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5571779 Bytes = 5441.19 KiB = 5.31 MiB Load Address: 00c00000 Entry Point: 00c00248 Image Name: Linux-4.19.0-rc4-ga27fb6d983c7 Created: Sat Sep 22 05:46:12 2018 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5572192 Bytes = 5441.59 KiB = 5.31 MiB Load Address: 00c00000 Entry Point: 00c00248 Image Name: Linux-4.19.0-rc4-ga27fb6d983c7 Created: Sat Sep 22 05:46:12 2018 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 5571255 Bytes = 5440.68 KiB = 5.31 MiB Load Address: 00c00000 Entry Point: 00c00288 Completed OK # rm -rf /kisskb/build/linus_mpc85xx_defconfig_powerpc # Build took: 0:01:37.548329