# git rev-parse -q --verify 9d4c304001cf44d24c643211a1673cf49ecaf287^{commit} 9d4c304001cf44d24c643211a1673cf49ecaf287 already have revision, skipping fetch # git checkout -q -f -B kisskb 9d4c304001cf44d24c643211a1673cf49ecaf287 # git clean -qxdf # < git log -1 # commit 9d4c304001cf44d24c643211a1673cf49ecaf287 # Author: Linus Torvalds # Date: Fri Sep 6 15:23:33 2024 -0700 # # KVM: x86: don't fall through case statements without annotations # # clang warns on this because it has an unannotated fall-through between # cases: # # arch/x86/kvm/x86.c:4819:2: error: unannotated fall-through between switch labels [-Werror,-Wimplicit-fallthrough] # # and while we could annotate it as a fallthrough, the proper fix is to # just add the break for this case, instead of falling through to the # default case and the break there. # # gcc also has that warning, but it looks like gcc only warns for the # cases where they fall through to "real code", rather than to just a # break. Odd. # # Fixes: d30d9ee94cc0 ("KVM: x86: Only advertise KVM_CAP_READONLY_MEM when supported by VM") # Cc: Paolo Bonzini # Cc: Tom Dohrmann # Signed-off-by: Linus Torvalds # < /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 9d4c304001cf44d24c643211a1673cf49ecaf287 # make -s -j 32 ARCH=mips O=/kisskb/build/linus_64r2_defconfig_mips-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/mips-linux/bin/mips-linux- 64r2_defconfig Using /kisskb/src/arch/mips/configs/generic_defconfig as base Merging /kisskb/src/arch/mips/configs/generic/64r2.config Merging /kisskb/src/arch/mips/configs/generic/eb.config Merging /kisskb/src/arch/mips/configs/generic/board-boston.config Merging /kisskb/src/arch/mips/configs/generic/board-litex.config Merging /kisskb/src/arch/mips/configs/generic/board-marduk.config Merging /kisskb/src/arch/mips/configs/generic/board-ranchu.config Merging /kisskb/src/arch/mips/configs/generic/board-virt.config # < make -s -j 32 ARCH=mips O=/kisskb/build/linus_64r2_defconfig_mips-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/mips-linux/bin/mips-linux- help # make -s -j 32 ARCH=mips O=/kisskb/build/linus_64r2_defconfig_mips-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/mips-linux/bin/mips-linux- olddefconfig # make -s -j 32 ARCH=mips O=/kisskb/build/linus_64r2_defconfig_mips-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/mips-linux/bin/mips-linux- /kisskb/src/arch/mips/boot/dts/img/boston.dts:128.17-178.5: Warning (interrupt_provider): /pci@14000000/pci2_root@0,0: '#interrupt-cells' found, but node is not an interrupt provider /kisskb/src/arch/mips/boot/dts/img/boston.dts:136.23-177.6: Warning (interrupt_provider): /pci@14000000/pci2_root@0,0/eg20t_bridge@1,0,0: '#interrupt-cells' found, but node is not an interrupt provider arch/mips/boot/dts/img/boston.dtb: Warning (interrupt_map): Failed prerequisite 'interrupt_provider' Completed OK # rm -rf /kisskb/build/linus_64r2_defconfig_mips-gcc13 # Build took: 0:01:33.564970