]> www.infradead.org Git - users/dwmw2/linux.git/commit
riscv: Pass patch_text() the length in bytes
authorSamuel Holland <samuel.holland@sifive.com>
Wed, 27 Mar 2024 16:04:44 +0000 (09:04 -0700)
committerPalmer Dabbelt <palmer@rivosinc.com>
Wed, 26 Jun 2024 14:36:31 +0000 (07:36 -0700)
commit51781ce8f4486c3738a6c85175b599ad1be71f89
tree33ff40995542be46ad1548987ec27f498b8a33ad
parent5080ca0fe9b505282862bbeefbd0f875bade9353
riscv: Pass patch_text() the length in bytes

patch_text_nosync() already handles an arbitrary length of code, so this
removes a superfluous loop and reduces the number of icache flushes.

Reviewed-by: Björn Töpel <bjorn@rivosinc.com>
Signed-off-by: Samuel Holland <samuel.holland@sifive.com>
Reviewed-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/20240327160520.791322-6-samuel.holland@sifive.com
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
arch/riscv/include/asm/patch.h
arch/riscv/kernel/patch.c
arch/riscv/kernel/probes/kprobes.c
arch/riscv/net/bpf_jit_comp64.c