summaryrefslogtreecommitdiff
path: root/arch/arm64
diff options
context:
space:
mode:
authorArd Biesheuvel <ard.biesheuvel@linaro.org>2018-11-24 01:18:03 +0300
committerDaniel Borkmann <daniel@iogearbox.net>2018-12-05 18:36:28 +0300
commitdc002bb62f10c5905420f8b8a7d5ec0da567fc82 (patch)
tree2d5b812a9cb024a671bcda37431505d6dded1c47 /arch/arm64
parent2a95471c3397734ba6869ca3fa084490fb35b40b (diff)
downloadlinux-dc002bb62f10c5905420f8b8a7d5ec0da567fc82.tar.xz
bpf: add __weak hook for allocating executable memory
By default, BPF uses module_alloc() to allocate executable memory, but this is not necessary on all arches and potentially undesirable on some of them. So break out the module_alloc() and module_memfree() calls into __weak functions to allow them to be overridden in arch code. Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Diffstat (limited to 'arch/arm64')
0 files changed, 0 insertions, 0 deletions