[ Sasha's backport helper bot ] Hi, ✅ All tests passed successfully. No issues detected. No action required from the submitter. The upstream commit SHA1 provided is correct: 624bde3465f660e54a7cd4c1efc3e536349fead5 WARNING: Author mismatch between patch and upstream commit: Backport author: Huacai Chen<chenhuacai@xxxxxxxxxxx> Commit author: Peter Zijlstra<peterz@xxxxxxxxxxxxx> Status in newer kernel trees: 6.13.y | Present (different SHA1: 92a3a4ad5be7) 6.6.y | Not found Note: The patch differs from the upstream commit: --- 1: 624bde3465f66 ! 1: 0911995aac2a8 loongarch: Use ASM_REACHABLE @@ Metadata ## Commit message ## loongarch: Use ASM_REACHABLE + commit 624bde3465f660e54a7cd4c1efc3e536349fead5 upstream. + annotate_reachable() is unreliable since the compiler is free to place random code inbetween two consecutive asm() statements. This removes the last and only annotate_reachable() user. + Backport to solve a build error since relevant commits have already been + backported. + Signed-off-by: Peter Zijlstra (Intel) <peterz@xxxxxxxxxxxxx> Acked-by: Josh Poimboeuf <jpoimboe@xxxxxxxxxx> Link: https://lore.kernel.org/r/20241128094312.133437051@xxxxxxxxxxxxx + Closes: https://lore.kernel.org/loongarch/20250307214943.372210-1-ojeda@xxxxxxxxxx/ + Signed-off-by: Huacai Chen <chenhuacai@xxxxxxxxxxx> ## arch/loongarch/include/asm/bug.h ## @@ --- Results of testing on various branches: | Branch | Patch Apply | Build Test | |---------------------------|-------------|------------| | stable/linux-6.12.y | Success | Success | | stable/linux-6.13.y | Success | Success |