# git rev-parse -q --verify 14b6320953a3f856a3f93bf9a0e423395baa593d^{commit} 14b6320953a3f856a3f93bf9a0e423395baa593d already have revision, skipping fetch # git checkout -q -f -B kisskb 14b6320953a3f856a3f93bf9a0e423395baa593d # git clean -qxdf # < git log -1 # commit 14b6320953a3f856a3f93bf9a0e423395baa593d # Merge: 5456ec9dab3a aa0d42cacf09 # Author: Linus Torvalds # Date: Tue Nov 12 13:35:13 2024 -0800 # # Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm # # Pull kvm fixes from Paolo Bonzini: # "x86 and selftests fixes. # # x86: # # - When emulating a guest TLB flush for a nested guest, flush vpid01, # not vpid02, if L2 is active but VPID is disabled in vmcs12, i.e. if # L2 and L1 are sharing VPID '0' (from L1's perspective). # # - Fix a bug in the SNP initialization flow where KVM would return '0' # to userspace instead of -errno on failure. # # - Move the Intel PT virtualization (i.e. outputting host trace to # host buffer and guest trace to guest buffer) behind CONFIG_BROKEN. # # - Fix memory leak on failure of KVM_SEV_SNP_LAUNCH_START # # - Fix a bug where KVM fails to inject an interrupt from the IRR after # KVM_SET_LAPIC. # # Selftests: # # - Increase the timeout for the memslot performance selftest to avoid # false failures on arm64 and nested x86 platforms. # # - Fix a goof in the guest_memfd selftest where a for-loop initialized # a bit mask to zero instead of BIT(0). # # - Disable strict aliasing when building KVM selftests to prevent the # compiler from treating things like "u64 *" to "uint64_t *" cases as # undefined behavior, which can lead to nasty, hard to debug # failures. # # - Force -march=x86-64-v2 for KVM x86 selftests if and only if the # uarch is supported by the compiler. # # - Fix broken compilation of kvm selftests after a header sync in # tools/" # # * tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm: # KVM: VMX: Bury Intel PT virtualization (guest/host mode) behind CONFIG_BROKEN # KVM: x86: Unconditionally set irr_pending when updating APICv state # kvm: svm: Fix gctx page leak on invalid inputs # KVM: selftests: use X86_MEMTYPE_WB instead of VMX_BASIC_MEM_TYPE_WB # KVM: SVM: Propagate error from snp_guest_req_init() to userspace # KVM: nVMX: Treat vpid01 as current if L2 is active, but with VPID disabled # KVM: selftests: Don't force -march=x86-64-v2 if it's unsupported # KVM: selftests: Disable strict aliasing # KVM: selftests: fix unintentional noop test in guest_memfd_test.c # KVM: selftests: memslot_perf_test: increase guest sync timeout # < /opt/cross/kisskb/korg/gcc-13.1.0-nolibc/mips-linux/bin/mips-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-13.1.0-nolibc/mips-linux/bin/mips-linux-ld --version # < git log --format=%s --max-count=1 14b6320953a3f856a3f93bf9a0e423395baa593d # make -s -j 24 ARCH=mips O=/kisskb/build/linus_cavium_octeon_defconfig_mips-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/mips-linux/bin/mips-linux- cavium_octeon_defconfig # < make -s -j 24 ARCH=mips O=/kisskb/build/linus_cavium_octeon_defconfig_mips-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/mips-linux/bin/mips-linux- help # make -s -j 24 ARCH=mips O=/kisskb/build/linus_cavium_octeon_defconfig_mips-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/mips-linux/bin/mips-linux- olddefconfig # make -s -j 24 ARCH=mips O=/kisskb/build/linus_cavium_octeon_defconfig_mips-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/mips-linux/bin/mips-linux- /kisskb/src/arch/mips/pci/pci-octeon.c:234:12: warning: no previous prototype for 'octeon_pci_pcibios_map_irq' [-Wmissing-prototypes] 234 | int __init octeon_pci_pcibios_map_irq(const struct pci_dev *dev, | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/mips/pci/pcie-octeon.c:1471:5: warning: no previous prototype for 'octeon_pcie_pcibios_map_irq' [-Wmissing-prototypes] 1471 | int octeon_pcie_pcibios_map_irq(const struct pci_dev *dev, u8 slot, u8 pin) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/mips/cavium-octeon/octeon-platform.c:701:13: warning: no previous prototype for 'octeon_fill_mac_addresses' [-Wmissing-prototypes] 701 | void __init octeon_fill_mac_addresses(void) | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/mips/pci/msi-octeon.c:343:12: warning: no previous prototype for 'octeon_msi_initialize' [-Wmissing-prototypes] 343 | int __init octeon_msi_initialize(void) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/mips/cavium-octeon/smp.c:100:6: warning: no previous prototype for 'octeon_send_ipi_single' [-Wmissing-prototypes] 100 | void octeon_send_ipi_single(int cpu, unsigned int action) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/mips/cavium-octeon/executive/cvmx-interrupt-decodes.c:53:6: warning: no previous prototype for '__cvmx_interrupt_gmxx_rxx_int_en_enable' [-Wmissing-prototypes] 53 | void __cvmx_interrupt_gmxx_rxx_int_en_enable(int index, int block) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/mips/cavium-octeon/executive/cvmx-helper-errata.c:49:6: warning: no previous prototype for '__cvmx_helper_errata_qlm_disable_2nd_order_cdr' [-Wmissing-prototypes] 49 | void __cvmx_helper_errata_qlm_disable_2nd_order_cdr(int qlm) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/mips/mm/c-octeon.c:297:5: warning: no previous prototype for 'register_co_cache_error_notifier' [-Wmissing-prototypes] 297 | int register_co_cache_error_notifier(struct notifier_block *nb) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/mips/mm/c-octeon.c:303:5: warning: no previous prototype for 'unregister_co_cache_error_notifier' [-Wmissing-prototypes] 303 | int unregister_co_cache_error_notifier(struct notifier_block *nb) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/mips/mm/c-octeon.c:342:17: warning: no previous prototype for 'cache_parity_error_octeon_recoverable' [-Wmissing-prototypes] 342 | asmlinkage void cache_parity_error_octeon_recoverable(void) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/mips/mm/c-octeon.c:351:17: warning: no previous prototype for 'cache_parity_error_octeon_non_recoverable' [-Wmissing-prototypes] 351 | asmlinkage void cache_parity_error_octeon_non_recoverable(void) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/watchdog/octeon-wdt-main.c:210:6: warning: no previous prototype for 'octeon_wdt_nmi_stage3' [-Wmissing-prototypes] 210 | void octeon_wdt_nmi_stage3(u64 reg[32]) | ^~~~~~~~~~~~~~~~~~~~~ Completed OK # rm -rf /kisskb/build/linus_cavium_octeon_defconfig_mips-gcc13 # Build took: 0:02:53.655953