[PATCH -next V3 0/2] riscv: jump_label: Fixup & Optimization

From: guoren
Date: Thu Jan 26 2023 - 12:06:26 EST


From: Guo Ren <guoren@xxxxxxxxxxxxxxxxx>

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@xxxxxxxxxx/

Changes in V1:
https://lore.kernel.org/linux-riscv/20220913094252.3555240-6-andy.chiu@xxxxxxxxxx/

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(-)

--
2.36.1