# git rev-parse -q --verify d07b43284ab356daf7ec5ae1858a16c1c7b6adab^{commit} d07b43284ab356daf7ec5ae1858a16c1c7b6adab already have revision, skipping fetch # git checkout -q -f -B kisskb d07b43284ab356daf7ec5ae1858a16c1c7b6adab # git clean -qxdf # < git log -1 # commit d07b43284ab356daf7ec5ae1858a16c1c7b6adab # Merge: 9d5906799f7d 1c0e5881691a # Author: Linus Torvalds # Date: Wed Aug 14 13:46:24 2024 -0700 # # Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm # # Pull kvm fixes from Paolo Bonzini: # "s390: # # - Fix failure to start guests with kvm.use_gisa=0 # # - Panic if (un)share fails to maintain security. # # ARM: # # - Use kvfree() for the kvmalloc'd nested MMUs array # # - Set of fixes to address warnings in W=1 builds # # - Make KVM depend on assembler support for ARMv8.4 # # - Fix for vgic-debug interface for VMs without LPIs # # - Actually check ID_AA64MMFR3_EL1.S1PIE in get-reg-list selftest # # - Minor code / comment cleanups for configuring PAuth traps # # - Take kvm->arch.config_lock to prevent destruction / initialization # race for a vCPU's CPUIF which may lead to a UAF # # x86: # # - Disallow read-only memslots for SEV-ES and SEV-SNP (and TDX) # # - Fix smatch issues # # - Small cleanups # # - Make x2APIC ID 100% readonly # # - Fix typo in uapi constant # # Generic: # # - Use synchronize_srcu_expedited() on irqfd shutdown" # # * tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm: (21 commits) # KVM: SEV: uapi: fix typo in SEV_RET_INVALID_CONFIG # KVM: x86: Disallow read-only memslots for SEV-ES and SEV-SNP (and TDX) # KVM: eventfd: Use synchronize_srcu_expedited() on shutdown # KVM: selftests: Add a testcase to verify x2APIC is fully readonly # KVM: x86: Make x2APIC ID 100% readonly # KVM: x86: Use this_cpu_ptr() instead of per_cpu_ptr(smp_processor_id()) # KVM: x86: hyper-v: Remove unused inline function kvm_hv_free_pa_page() # KVM: SVM: Fix an error code in sev_gmem_post_populate() # KVM: SVM: Fix uninitialized variable bug # KVM: arm64: vgic: Hold config_lock while tearing down a CPU interface # KVM: selftests: arm64: Correct feature test for S1PIE in get-reg-list # KVM: arm64: Tidying up PAuth code in KVM # KVM: arm64: vgic-debug: Exit the iterator properly w/o LPI # KVM: arm64: Enforce dependency on an ARMv8.4-aware toolchain # s390/uv: Panic for set and remove shared access UVC errors # KVM: s390: fix validity interception issue when gisa is switched off # docs: KVM: Fix register ID of SPSR_FIQ # KVM: arm64: vgic: fix unexpected unlock sparse warnings # KVM: arm64: fix kdoc warnings in W=1 builds # KVM: arm64: fix override-init warnings in W=1 builds # ... # < /opt/cross/kisskb/x86-64--glibc--bleeding-edge-2022.08-1/bin/x86_64-linux-gcc --version # < /opt/cross/kisskb/x86-64--glibc--bleeding-edge-2022.08-1/bin/x86_64-linux-ld --version # < git log --format=%s --max-count=1 d07b43284ab356daf7ec5ae1858a16c1c7b6adab # make -s -j 40 ARCH=um O=/kisskb/build/linus_allyesconfig_um-x86_64-gcc12 CROSS_COMPILE=/opt/cross/kisskb/x86-64--glibc--bleeding-edge-2022.08-1/bin/x86_64-linux- SUBARCH=x86_64 allyesconfig # Added to kconfig CONFIG_STANDALONE=y # Added to kconfig CONFIG_KCOV=n # Added to kconfig CONFIG_GCC_PLUGINS=n # Added to kconfig CONFIG_GCC_PLUGIN_CYC_COMPLEXITY=n # Added to kconfig CONFIG_GCC_PLUGIN_SANCOV=n # Added to kconfig CONFIG_GCC_PLUGIN_LATENT_ENTROPY=n # Added to kconfig CONFIG_GCC_PLUGIN_STRUCTLEAK=n # Added to kconfig CONFIG_GCC_PLUGIN_RANDSTRUCT=n # Added to kconfig CONFIG_UML_NET=n # Added to kconfig CONFIG_UML_NET_ETHERTAP=n # Added to kconfig CONFIG_UML_NET_TUNTAP=n # Added to kconfig CONFIG_UML_NET_SLIP=n # Added to kconfig CONFIG_UML_NET_DAEMON=n # Added to kconfig CONFIG_UML_NET_VDE=n # Added to kconfig CONFIG_UML_NET_MCAST=n # Added to kconfig CONFIG_UML_NET_PCAP=n # Added to kconfig CONFIG_UML_NET_SLIRP=n # Added to kconfig CONFIG_GCOV_KERNEL=n # Added to kconfig CONFIG_DEBUG_INFO_BTF=n # Added to kconfig CONFIG_BPF_PRELOAD=n # Added to kconfig CONFIG_SPI_STM32_QSPI=n # < make -s -j 40 ARCH=um O=/kisskb/build/linus_allyesconfig_um-x86_64-gcc12 CROSS_COMPILE=/opt/cross/kisskb/x86-64--glibc--bleeding-edge-2022.08-1/bin/x86_64-linux- SUBARCH=x86_64 help # make -s -j 40 ARCH=um O=/kisskb/build/linus_allyesconfig_um-x86_64-gcc12 CROSS_COMPILE=/opt/cross/kisskb/x86-64--glibc--bleeding-edge-2022.08-1/bin/x86_64-linux- SUBARCH=x86_64 olddefconfig .config:14993:warning: override: reassigning to symbol GCC_PLUGIN_LATENT_ENTROPY .config:14997:warning: override: reassigning to symbol UML_NET_ETHERTAP .config:14999:warning: override: reassigning to symbol UML_NET_SLIP .config:15004:warning: override: reassigning to symbol UML_NET_SLIRP # make -s -j 40 ARCH=um O=/kisskb/build/linus_allyesconfig_um-x86_64-gcc12 CROSS_COMPILE=/opt/cross/kisskb/x86-64--glibc--bleeding-edge-2022.08-1/bin/x86_64-linux- SUBARCH=x86_64 /kisskb/src/lib/iomap.c:156:5: error: no previous prototype for ‘ioread64_lo_hi’ [-Werror=missing-prototypes] 156 | u64 ioread64_lo_hi(const void __iomem *addr) | ^~~~~~~~~~~~~~ /kisskb/src/lib/iomap.c:163:5: error: no previous prototype for ‘ioread64_hi_lo’ [-Werror=missing-prototypes] 163 | u64 ioread64_hi_lo(const void __iomem *addr) | ^~~~~~~~~~~~~~ /kisskb/src/lib/iomap.c:170:5: error: no previous prototype for ‘ioread64be_lo_hi’ [-Werror=missing-prototypes] 170 | u64 ioread64be_lo_hi(const void __iomem *addr) | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/iomap.c:178:5: error: no previous prototype for ‘ioread64be_hi_lo’ [-Werror=missing-prototypes] 178 | u64 ioread64be_hi_lo(const void __iomem *addr) | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/iomap.c:264:6: error: no previous prototype for ‘iowrite64_lo_hi’ [-Werror=missing-prototypes] 264 | void iowrite64_lo_hi(u64 val, void __iomem *addr) | ^~~~~~~~~~~~~~~ /kisskb/src/lib/iomap.c:272:6: error: no previous prototype for ‘iowrite64_hi_lo’ [-Werror=missing-prototypes] 272 | void iowrite64_hi_lo(u64 val, void __iomem *addr) | ^~~~~~~~~~~~~~~ /kisskb/src/lib/iomap.c:280:6: error: no previous prototype for ‘iowrite64be_lo_hi’ [-Werror=missing-prototypes] 280 | void iowrite64be_lo_hi(u64 val, void __iomem *addr) | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/iomap.c:288:6: error: no previous prototype for ‘iowrite64be_hi_lo’ [-Werror=missing-prototypes] 288 | void iowrite64be_hi_lo(u64 val, void __iomem *addr) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[4]: *** [/kisskb/src/scripts/Makefile.build:244: lib/iomap.o] Error 1 make[3]: *** [/kisskb/src/scripts/Makefile.build:485: lib] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/Makefile:1925: .] Error 2 make[1]: *** [/kisskb/src/Makefile:224: __sub-make] Error 2 make: *** [Makefile:224: __sub-make] Error 2 Command 'make -s -j 40 ARCH=um O=/kisskb/build/linus_allyesconfig_um-x86_64-gcc12 CROSS_COMPILE=/opt/cross/kisskb/x86-64--glibc--bleeding-edge-2022.08-1/bin/x86_64-linux- SUBARCH=x86_64 ' returned non-zero exit status 2. # rm -rf /kisskb/build/linus_allyesconfig_um-x86_64-gcc12 # Build took: 0:10:43.752051