Re: [PATCH v5 2/5] powerpc/bpf: implement bpf_arch_text_copy
From: Song Liu <song@kernel.org>
Date: 2023-09-28 21:09:05
Also in:
bpf
From: Song Liu <song@kernel.org>
Date: 2023-09-28 21:09:05
Also in:
bpf
On Thu, Sep 28, 2023 at 12:48 PM Hari Bathini [off-list ref] wrote:
bpf_arch_text_copy is used to dump JITed binary to RX page, allowing multiple BPF programs to share the same page. Use the newly introduced patch_instructions() to implement it. Signed-off-by: Hari Bathini <hbathini@linux.ibm.com>
Acked-by: Song Liu <song@kernel.org>