]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge patch series "riscv: Various text patching improvements"
authorPalmer Dabbelt <palmer@rivosinc.com>
Wed, 26 Jun 2024 14:36:35 +0000 (07:36 -0700)
committerPalmer Dabbelt <palmer@rivosinc.com>
Wed, 26 Jun 2024 14:36:35 +0000 (07:36 -0700)
commitd4b539adc882978493fceeb7a529819332f3a595
tree3d69501c2aaa54703cc05c96333b2b9ca9f5cb11
parentc74f037dfd452014f70eb21918a11eae5bafcf82
parent47742484ee162394d6695e1c9b6894f5b6c226d4
Merge patch series "riscv: Various text patching improvements"

Samuel Holland <samuel.holland@sifive.com> says:

Here are a few changes to minimize calls to stop_machine() and
flush_icache_*() in the various text patching functions, as well as
to simplify the code.

* b4-shazam-merge:
  riscv: Remove extra variable in patch_text_nosync()
  riscv: Use offset_in_page() in text patching functions
  riscv: Pass patch_text() the length in bytes
  riscv: Simplify text patching loops
  riscv: kprobes: Use patch_text_nosync() for insn slots
  riscv: jump_label: Simplify assembly syntax
  riscv: jump_label: Batch icache maintenance

Link: https://lore.kernel.org/r/20240327160520.791322-1-samuel.holland@sifive.com
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>