# git rev-parse -q --verify 0ef0fd351550130129bbdb77362488befd7b69d2^{commit} 0ef0fd351550130129bbdb77362488befd7b69d2 already have revision, skipping fetch # git checkout -q -f -B kisskb 0ef0fd351550130129bbdb77362488befd7b69d2 # git clean -qxdf # < git log -1 # commit 0ef0fd351550130129bbdb77362488befd7b69d2 # Merge: 4489da718309 c011d23ba046 # Author: Linus Torvalds # Date: Fri May 17 10:33:30 2019 -0700 # # Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm # # Pull KVM updates from Paolo Bonzini: # "ARM: # - support for SVE and Pointer Authentication in guests # - PMU improvements # # POWER: # - support for direct access to the POWER9 XIVE interrupt controller # - memory and performance optimizations # # x86: # - support for accessing memory not backed by struct page # - fixes and refactoring # # Generic: # - dirty page tracking improvements" # # * tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm: (155 commits) # kvm: fix compilation on aarch64 # Revert "KVM: nVMX: Expose RDPMC-exiting only when guest supports PMU" # kvm: x86: Fix L1TF mitigation for shadow MMU # KVM: nVMX: Disable intercept for FS/GS base MSRs in vmcs02 when possible # KVM: PPC: Book3S: Remove useless checks in 'release' method of KVM device # KVM: PPC: Book3S HV: XIVE: Fix spelling mistake "acessing" -> "accessing" # KVM: PPC: Book3S HV: Make sure to load LPID for radix VCPUs # kvm: nVMX: Set nested_run_pending in vmx_set_nested_state after checks complete # tests: kvm: Add tests for KVM_SET_NESTED_STATE # KVM: nVMX: KVM_SET_NESTED_STATE - Tear down old EVMCS state before setting new state # tests: kvm: Add tests for KVM_CAP_MAX_VCPUS and KVM_CAP_MAX_CPU_ID # tests: kvm: Add tests to .gitignore # KVM: Introduce KVM_CAP_MANUAL_DIRTY_LOG_PROTECT2 # KVM: Fix kvm_clear_dirty_log_protect off-by-(minus-)one # KVM: Fix the bitmap range to copy during clear dirty # KVM: arm64: Fix ptrauth ID register masking logic # KVM: x86: use direct accessors for RIP and RSP # KVM: VMX: Use accessors for GPRs outside of dedicated caching logic # KVM: x86: Omit caching logic for always-available GPRs # kvm, x86: Properly check whether a pfn is an MMIO or not # ... # < /opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux-gcc --version # < /opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux-ld --version # < git log --format=%s --max-count=1 0ef0fd351550130129bbdb77362488befd7b69d2 # < make -s -j 24 ARCH=powerpc O=/kisskb/build/linus_corenet64_smp_defconfig_powerpc-gcc4.6 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- corenet64_smp_defconfig # make -s -j 24 ARCH=powerpc O=/kisskb/build/linus_corenet64_smp_defconfig_powerpc-gcc4.6 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_raw_read': /kisskb/src/drivers/base/regmap/regmap.c:2589: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:1850:6: warning: 'ret' 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:193:16: warning: 'old' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/mm/hugetlb.c: In function 'alloc_pool_huge_page': /kisskb/src/mm/hugetlb.c:1464:5: warning: 'page' may be used uninitialized in this function [-Wuninitialized] /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:331: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] /kisskb/src/drivers/tty/serial/8250/8250_core.c: In function 'univ8250_release_irq': /kisskb/src/drivers/tty/serial/8250/8250_core.c:247:18: warning: 'i' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/tty/serial/8250/8250_core.c:227:19: note: 'i' was declared here WARNING: vmlinux.o(.text+0x40e): Section mismatch in reference from the variable start_here_multiplatform to the function .init.text:.early_setup() The function start_here_multiplatform() references the function __init .early_setup(). This is often because start_here_multiplatform lacks a __init annotation or the annotation of .early_setup is wrong. WARNING: vmlinux.o (.PPC.EMB.apuinfo): unexpected non-allocatable section. Did you forget to use "ax"/"aw" in a .S file? Note that for example contains section definitions for use in .S files. INFO: Uncompressed kernel (size 0xfc4318) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x1000000) Image Name: Linux-5.1.0-g0ef0fd351550 Created: Sat May 18 05:17:42 2019 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 6621413 Bytes = 6466.22 KiB = 6.31 MiB Load Address: 00000000 Entry Point: 00000000 Completed OK # rm -rf /kisskb/build/linus_corenet64_smp_defconfig_powerpc-gcc4.6 # Build took: 0:02:09.733138