All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH RESEND] bpf: cleanup unused function declaration
@ 2023-06-06  2:10 Ruiqi Gong
  2023-06-06 15:10 ` patchwork-bot+netdevbpf
  0 siblings, 1 reply; 2+ messages in thread
From: Ruiqi Gong @ 2023-06-06  2:10 UTC (permalink / raw)
  To: Andrii Nakryiko
  Cc: Stanislav Fomichev, Alexei Starovoitov, Daniel Borkmann,
	John Fastabend, Martin KaFai Lau, bpf, linux-kernel,
	Wang Weiyang, Xiu Jianfeng, gongruiqi1

All usage and the definition of `bpf_prog_free_linfo()` has been removed
in commit e16301fbe183 ("bpf: Simplify freeing logic in linfo and
jited_linfo"). Clean up its declaration in the header file.

Signed-off-by: Ruiqi Gong <gongruiqi@huaweicloud.com>
Acked-by: Stanislav Fomichev <sdf@google.com>
Link: https://lore.kernel.org/all/20230602030842.279262-1-gongruiqi@huaweicloud.com/
---

Resend: formatted from bpf-next/master.

 include/linux/filter.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/linux/filter.h b/include/linux/filter.h
index bbce89937..f69114083 100644
--- a/include/linux/filter.h
+++ b/include/linux/filter.h
@@ -874,7 +874,6 @@ void bpf_prog_free(struct bpf_prog *fp);
 
 bool bpf_opcode_in_insntable(u8 code);
 
-void bpf_prog_free_linfo(struct bpf_prog *prog);
 void bpf_prog_fill_jited_linfo(struct bpf_prog *prog,
 			       const u32 *insn_to_jit_off);
 int bpf_prog_alloc_jited_linfo(struct bpf_prog *prog);
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH RESEND] bpf: cleanup unused function declaration
  2023-06-06  2:10 [PATCH RESEND] bpf: cleanup unused function declaration Ruiqi Gong
@ 2023-06-06 15:10 ` patchwork-bot+netdevbpf
  0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+netdevbpf @ 2023-06-06 15:10 UTC (permalink / raw)
  To: Ruiqi Gong
  Cc: andrii.nakryiko, sdf, ast, daniel, john.fastabend, martin.lau,
	bpf, linux-kernel, wangweiyang2, xiujianfeng, gongruiqi1

Hello:

This patch was applied to bpf/bpf-next.git (master)
by Daniel Borkmann <daniel@iogearbox.net>:

On Tue,  6 Jun 2023 10:10:47 +0800 you wrote:
> All usage and the definition of `bpf_prog_free_linfo()` has been removed
> in commit e16301fbe183 ("bpf: Simplify freeing logic in linfo and
> jited_linfo"). Clean up its declaration in the header file.
> 
> Signed-off-by: Ruiqi Gong <gongruiqi@huaweicloud.com>
> Acked-by: Stanislav Fomichev <sdf@google.com>
> Link: https://lore.kernel.org/all/20230602030842.279262-1-gongruiqi@huaweicloud.com/
> 
> [...]

Here is the summary with links:
  - [RESEND] bpf: cleanup unused function declaration
    https://git.kernel.org/bpf/bpf-next/c/aa6182707a53

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-06-06 15:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-06  2:10 [PATCH RESEND] bpf: cleanup unused function declaration Ruiqi Gong
2023-06-06 15:10 ` patchwork-bot+netdevbpf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.