diff options
author | Puranjay Mohan <[email protected]> | 2023-08-31 13:12:27 +0000 |
---|---|---|
committer | Palmer Dabbelt <[email protected]> | 2023-09-06 06:26:05 -0700 |
commit | 9721873c3c023254f04138bbb21d539b4f0f0ad6 (patch) | |
tree | aad205f7c45646fd33e32e56379f67202d9de60a /tools/testing/selftests/bpf/progs/test_autoload.c | |
parent | 20e490adea279d49d57b800475938f5b67926d98 (diff) |
riscv: extend patch_text_nosync() for multiple pages
The patch_insn_write() function currently doesn't work for multiple pages
of instructions, therefore patch_text_nosync() will fail with a page fault
if called with lengths spanning multiple pages.
This commit extends the patch_insn_write() function to support multiple
pages by copying at max 2 pages at a time in a loop. This implementation
is similar to text_poke_copy() function of x86.
Signed-off-by: Puranjay Mohan <[email protected]>
Reviewed-by: Pu Lehui <[email protected]>
Reviewed-by: Björn Töpel <[email protected]>
Tested-by: Björn Töpel <[email protected]>
Acked-by: Daniel Borkmann <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Palmer Dabbelt <[email protected]>
Diffstat (limited to 'tools/testing/selftests/bpf/progs/test_autoload.c')
0 files changed, 0 insertions, 0 deletions