diff mbox series

[net,1/4] netfilter: uapi: NFTA_FLOWTABLE_HOOK is NLA_NESTED

Message ID 20241002202421.1281311-2-pablo@netfilter.org (mailing list archive)
State Accepted
Commit 76f1ed087b562a469f2153076f179854b749c09a
Delegated to: Netdev Maintainers
Headers show
Series [net,1/4] netfilter: uapi: NFTA_FLOWTABLE_HOOK is NLA_NESTED | expand

Checks

Context Check Description
netdev/series_format success Pull request is its own cover letter
netdev/tree_selection success Clearly marked for net
netdev/ynl success Generated files up to date; no warnings/errors; no diff in generated;
netdev/fixes_present success Fixes tag present in non-next series
netdev/header_inline success No static functions without inline keyword in header files
netdev/build_32bit success Errors and warnings before: 19 this patch: 19
netdev/build_tools success Errors and warnings before: 0 this patch: 0
netdev/cc_maintainers warning 2 maintainers not CCed: coreteam@netfilter.org kadlec@netfilter.org
netdev/build_clang success Errors and warnings before: 17 this patch: 17
netdev/verify_signedoff success Signed-off-by tag matches author and committer
netdev/deprecated_api success None detected
netdev/check_selftest success No net selftest shell script
netdev/verify_fixes success Fixes tag looks correct
netdev/build_allmodconfig_warn success Errors and warnings before: 729 this patch: 729
netdev/checkpatch success total: 0 errors, 0 warnings, 0 checks, 8 lines checked
netdev/build_clang_rust success No Rust files in patch. Skipping build
netdev/kdoc success Errors and warnings before: 161 this patch: 161
netdev/source_inline success Was 0 now: 0
netdev/contest success net-next-2024-10-03--09-00 (tests: 770)

Commit Message

Pablo Neira Ayuso Oct. 2, 2024, 8:24 p.m. UTC
From: Phil Sutter <phil@nwl.cc>

Fix the comment which incorrectly defines it as NLA_U32.

Fixes: 3b49e2e94e6e ("netfilter: nf_tables: add flow table netlink frontend")
Signed-off-by: Phil Sutter <phil@nwl.cc>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
---
 include/uapi/linux/netfilter/nf_tables.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

patchwork-bot+netdevbpf@kernel.org Oct. 3, 2024, 10:10 a.m. UTC | #1
Hello:

This series was applied to netdev/net.git (main)
by Pablo Neira Ayuso <pablo@netfilter.org>:

On Wed,  2 Oct 2024 22:24:18 +0200 you wrote:
> From: Phil Sutter <phil@nwl.cc>
> 
> Fix the comment which incorrectly defines it as NLA_U32.
> 
> Fixes: 3b49e2e94e6e ("netfilter: nf_tables: add flow table netlink frontend")
> Signed-off-by: Phil Sutter <phil@nwl.cc>
> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
> 
> [...]

Here is the summary with links:
  - [net,1/4] netfilter: uapi: NFTA_FLOWTABLE_HOOK is NLA_NESTED
    https://git.kernel.org/netdev/net/c/76f1ed087b56
  - [net,2/4] selftests: netfilter: Fix nft_audit.sh for newer nft binaries
    https://git.kernel.org/netdev/net/c/8a8901564451
  - [net,3/4] netfilter: nf_tables: prevent nf_skb_duplicated corruption
    https://git.kernel.org/netdev/net/c/92ceba94de6f
  - [net,4/4] selftests: netfilter: Add missing return value
    https://git.kernel.org/netdev/net/c/10dbd23633f0

You are awesome, thank you!
diff mbox series

Patch

diff --git a/include/uapi/linux/netfilter/nf_tables.h b/include/uapi/linux/netfilter/nf_tables.h
index d6476ca5d7a6..9e9079321380 100644
--- a/include/uapi/linux/netfilter/nf_tables.h
+++ b/include/uapi/linux/netfilter/nf_tables.h
@@ -1694,7 +1694,7 @@  enum nft_flowtable_flags {
  *
  * @NFTA_FLOWTABLE_TABLE: name of the table containing the expression (NLA_STRING)
  * @NFTA_FLOWTABLE_NAME: name of this flow table (NLA_STRING)
- * @NFTA_FLOWTABLE_HOOK: netfilter hook configuration(NLA_U32)
+ * @NFTA_FLOWTABLE_HOOK: netfilter hook configuration (NLA_NESTED)
  * @NFTA_FLOWTABLE_USE: number of references to this flow table (NLA_U32)
  * @NFTA_FLOWTABLE_HANDLE: object handle (NLA_U64)
  * @NFTA_FLOWTABLE_FLAGS: flags (NLA_U32)