# git rev-parse -q --verify 3b35375f19fe87b5d8822ce01f917095d575ee28^{commit} 3b35375f19fe87b5d8822ce01f917095d575ee28 already have revision, skipping fetch # git checkout -q -f -B kisskb 3b35375f19fe87b5d8822ce01f917095d575ee28 # git clean -qxdf # < git log -1 # commit 3b35375f19fe87b5d8822ce01f917095d575ee28 # Merge: c313761337fb 9f5deb551655 # Author: Linus Torvalds # Date: Sat Aug 26 10:34:29 2023 -0700 # # Merge tag 'irq-urgent-2023-08-26' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip # # Pull irq fix from Thomas Gleixner: # "A last minute fix for a regression introduced in the v6.5 merge # window. # # The conversion of the software based interrupt resend mechanism to # hlist missed to add a check whether the descriptor is already enqueued # and dropped the interrupt descriptor lookup for nested interrupts. # # The missing check whether the descriptor is already queued causes # hlist corruption and can be observed in the wild. The dropped parent # descriptor lookup has not yet caused problems, but it would result in # stale interrupt line in the worst case. # # Add the missing enqueued check and bring the descriptor lookup back to # cure this" # # * tag 'irq-urgent-2023-08-26' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: # genirq: Fix software resend lockup and nested resend # < /opt/cross/kisskb/korg/gcc-13.1.0-nolibc/riscv64-linux/bin/riscv64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-13.1.0-nolibc/riscv64-linux/bin/riscv64-linux-ld --version # < git log --format=%s --max-count=1 3b35375f19fe87b5d8822ce01f917095d575ee28 # make -s -j 160 ARCH=riscv O=/kisskb/build/linus_rv32_defconfig_riscv-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/riscv64-linux/bin/riscv64-linux- rv32_defconfig Using .config as base Merging /kisskb/src/arch/riscv/configs/32-bit.config Value of CONFIG_PORTABLE is redefined by fragment /kisskb/src/arch/riscv/configs/32-bit.config: Previous value: CONFIG_PORTABLE=y New value: # CONFIG_PORTABLE is not set Value of CONFIG_NONPORTABLE is redefined by fragment /kisskb/src/arch/riscv/configs/32-bit.config: Previous value: # CONFIG_NONPORTABLE is not set New value: CONFIG_NONPORTABLE=y # # merged configuration written to .config (needs make) # .config:4973:warning: override: ARCH_RV32I changes choice state # < make -s -j 160 ARCH=riscv O=/kisskb/build/linus_rv32_defconfig_riscv-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/riscv64-linux/bin/riscv64-linux- help # make -s -j 160 ARCH=riscv O=/kisskb/build/linus_rv32_defconfig_riscv-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/riscv64-linux/bin/riscv64-linux- olddefconfig # make -s -j 160 ARCH=riscv O=/kisskb/build/linus_rv32_defconfig_riscv-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/riscv64-linux/bin/riscv64-linux- Completed OK # rm -rf /kisskb/build/linus_rv32_defconfig_riscv-gcc13 # Build took: 0:04:01.046159