# 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/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-13.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 9d4c304001cf44d24c643211a1673cf49ecaf287 # make -s -j 32 ARCH=powerpc O=/kisskb/build/linus_skiroot_defconfig_powerpc-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- skiroot_defconfig # < make -s -j 32 ARCH=powerpc O=/kisskb/build/linus_skiroot_defconfig_powerpc-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 32 ARCH=powerpc O=/kisskb/build/linus_skiroot_defconfig_powerpc-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig # make -s -j 32 ARCH=powerpc O=/kisskb/build/linus_skiroot_defconfig_powerpc-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- Completed OK # rm -rf /kisskb/build/linus_skiroot_defconfig_powerpc-gcc13 # Build took: 0:02:03.369167