mbox series

[-next,V2,0/2] riscv: jump_label: Fixup & Optimization

Message ID 20221210100927.835145-1-guoren@kernel.org (mailing list archive)
Headers show
Series riscv: jump_label: Fixup & Optimization | expand

Message

Guo Ren Dec. 10, 2022, 10:09 a.m. UTC
From: Guo Ren <guoren@linux.alibaba.com>

Patch 1 is the fixup patch should be merged into stable-tree.
Patch 2 is the for-next patch.

The series is based on riscv for-next-20221210.

Andy Chiu (1):
  riscv: jump_label: Fixup unaligned arch_static_branch function

Guo Ren (1):
  riscv: jump_label: Using c.j for CONFIG_RISCV_ISA_C

 arch/riscv/include/asm/jump_label.h | 14 ++++++++++++--
 arch/riscv/kernel/jump_label.c      | 30 +++++++++++++++++++++++++++--
 2 files changed, 40 insertions(+), 4 deletions(-)