diff options
author | Mike Rapoport (IBM) <rppt@kernel.org> | 2024-05-05 19:06:22 +0300 |
---|---|---|
committer | Luis Chamberlain <mcgrof@kernel.org> | 2024-05-14 00:31:43 -0700 |
commit | e2effa2235d9c7d0e9410637a2602bc69ee4f800 (patch) | |
tree | 59de3d23c841abf039cc08793a36fc1e8d245b6a /arch/powerpc | |
parent | 4d7b321a9ce0782a953874ec69acc2b12b9cb2cd (diff) |
arm64: extend execmem_info for generated code allocations
The memory allocations for kprobes and BPF on arm64 can be placed
anywhere in vmalloc address space and currently this is implemented with
overrides of alloc_insn_page() and bpf_jit_alloc_exec() in arm64.
Define EXECMEM_KPROBES and EXECMEM_BPF ranges in arm64::execmem_info and
drop overrides of alloc_insn_page() and bpf_jit_alloc_exec().
Signed-off-by: Mike Rapoport (IBM) <rppt@kernel.org>
Acked-by: Will Deacon <will@kernel.org>
Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
Diffstat (limited to 'arch/powerpc')
0 files changed, 0 insertions, 0 deletions