]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
bpf, arm64: Remove duplicated bpf_flush_icache()
authorHengqi Chen <hengqi.chen@gmail.com>
Thu, 4 Sep 2025 07:57:03 +0000 (07:57 +0000)
committerAlexei Starovoitov <ast@kernel.org>
Thu, 4 Sep 2025 16:02:23 +0000 (09:02 -0700)
commit929adf8838f7765f0bd57235f0e6f365ff628a0d
treeeff52ba3678acd0420cd3e08a8d9916322d443c3
parentabc8a952d4aa1cdb72e90df280d1fe6fc50ed631
bpf, arm64: Remove duplicated bpf_flush_icache()

The bpf_flush_icache() is done by bpf_arch_text_copy() already.
Remove the duplicated one in arch_prepare_bpf_trampoline().

Signed-off-by: Hengqi Chen <hengqi.chen@gmail.com>
Acked-by: Puranjay Mohan <puranjay@kernel.org>
Link: https://lore.kernel.org/r/20250904075703.49404-1-hengqi.chen@gmail.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
arch/arm64/net/bpf_jit_comp.c