Message ID | 20230126170607.1489141-1-guoren@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | riscv: jump_label: Fixup & Optimization | expand |
Hello: This series was applied to riscv/linux.git (for-next) by Palmer Dabbelt <palmer@rivosinc.com>: On Thu, 26 Jan 2023 12:06:05 -0500 you wrote: > From: Guo Ren <guoren@linux.alibaba.com> > > Patch 1 is the fixup patch should be merged into stable-tree. > Patch 2 is a continuous optimization for jump_label patch_text > atomicity. > > Changes in V3: > - Correct the typo C.JAL -> C.J (Thx Jessica) > - Fixup compile error when CONFIG_RISCV_ISA_C=n > - Rebase on riscv for-next (20230127) > > [...] Here is the summary with links: - [-next,V3,1/2] riscv: jump_label: Fixup unaligned arch_static_branch function https://git.kernel.org/riscv/c/9ddfc3cd8060 - [-next,V3,2/2] riscv: jump_label: Optimize the code size with compressed instruction (no matching commit) You are awesome, thank you!
From: Guo Ren <guoren@linux.alibaba.com> Patch 1 is the fixup patch should be merged into stable-tree. Patch 2 is a continuous optimization for jump_label patch_text atomicity. Changes in V3: - Correct the typo C.JAL -> C.J (Thx Jessica) - Fixup compile error when CONFIG_RISCV_ISA_C=n - Rebase on riscv for-next (20230127) Changes in V2: https://lore.kernel.org/linux-riscv/20221210100927.835145-3-guoren@kernel.org/ Changes in V1: https://lore.kernel.org/linux-riscv/20220913094252.3555240-6-andy.chiu@sifive.com/ Andy Chiu (1): riscv: jump_label: Fixup unaligned arch_static_branch function Guo Ren (1): riscv: jump_label: Optimize the code size with compressed instruction arch/riscv/include/asm/jump_label.h | 14 ++++++++++++-- arch/riscv/kernel/jump_label.c | 30 +++++++++++++++++++++++++++-- 2 files changed, 40 insertions(+), 4 deletions(-)