Commit 6ff4a0f
bpf, arm64: Call bpf_jit_binary_pack_finalize() in bpf_jit_free()
The current implementation seems incorrect and does NOT match the
comment above, use bpf_jit_binary_pack_finalize() instead.
Fixes: 1dad391 ("bpf, arm64: use bpf_prog_pack for memory management")
Acked-by: Puranjay Mohan <[email protected]>
Signed-off-by: Hengqi Chen <[email protected]>
Acked-by: Song Liu <[email protected]>
Acked-by: Puranjay Mohan <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Alexei Starovoitov <[email protected]>1 parent a24a2dd commit 6ff4a0f
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3115 | 3115 | | |
3116 | 3116 | | |
3117 | 3117 | | |
3118 | | - | |
3119 | | - | |
| 3118 | + | |
3120 | 3119 | | |
3121 | 3120 | | |
3122 | 3121 | | |
| |||
0 commit comments