mbox series

[bpf-next,v3,0/3] bpf: Small nf_conn cleanups

Message ID cover.1663683114.git.dxu@dxuuu.xyz (mailing list archive)
Headers show
Series bpf: Small nf_conn cleanups | expand

Message

Daniel Xu Sept. 20, 2022, 2:15 p.m. UTC
This patchset cleans up a few small things:

* Delete unused stub
* Rename variable to be more descriptive
* Fix some `extern` declaration warnings

Past discussion:
- v2: https://lore.kernel.org/bpf/cover.1663616584.git.dxu@dxuuu.xyz/

Changes since v2:
- Remove unused #include's
- Move #include <linux/filter.h> to .c

Daniel Xu (3):
  bpf: Remove unused btf_struct_access stub
  bpf: Rename nfct_bsa to nfct_btf_struct_access
  bpf: Move nf_conn extern declarations to filter.h

 include/linux/filter.h                   |  6 ++++++
 include/net/netfilter/nf_conntrack_bpf.h | 18 ------------------
 net/core/filter.c                        | 18 +++++++++---------
 net/netfilter/nf_conntrack_bpf.c         |  5 +++--
 4 files changed, 18 insertions(+), 29 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Sept. 20, 2022, 9:50 p.m. UTC | #1
Hello:

This series was applied to bpf/bpf-next.git (master)
by Martin KaFai Lau <martin.lau@kernel.org>:

On Tue, 20 Sep 2022 08:15:21 -0600 you wrote:
> This patchset cleans up a few small things:
> 
> * Delete unused stub
> * Rename variable to be more descriptive
> * Fix some `extern` declaration warnings
> 
> Past discussion:
> - v2: https://lore.kernel.org/bpf/cover.1663616584.git.dxu@dxuuu.xyz/
> 
> [...]

Here is the summary with links:
  - [bpf-next,v3,1/3] bpf: Remove unused btf_struct_access stub
    https://git.kernel.org/bpf/bpf-next/c/52bdae37c92a
  - [bpf-next,v3,2/3] bpf: Rename nfct_bsa to nfct_btf_struct_access
    https://git.kernel.org/bpf/bpf-next/c/5a090aa35038
  - [bpf-next,v3,3/3] bpf: Move nf_conn extern declarations to filter.h
    https://git.kernel.org/bpf/bpf-next/c/fdf214978a71

You are awesome, thank you!