diff mbox series

net: sched: Remove NET_ACT_IPT from Kconfig

Message ID 20240209180656.867546-1-harshit.m.mogalapalli@oracle.com (mailing list archive)
State Accepted
Commit 86fe596b588fc9ec23bf93a5c8f86fc16225dd3a
Delegated to: Netdev Maintainers
Headers show
Series net: sched: Remove NET_ACT_IPT from Kconfig | expand

Checks

Context Check Description
netdev/series_format warning Single patches do not need cover letters; Target tree name not specified in the subject
netdev/tree_selection success Guessed tree name to be net-next
netdev/ynl success Generated files up to date; no warnings/errors; no diff in generated;
netdev/fixes_present success Fixes tag not required for -next series
netdev/header_inline success No static functions without inline keyword in header files
netdev/build_32bit success Errors and warnings before: 989 this patch: 989
netdev/build_tools success No tools touched, skip
netdev/cc_maintainers success CCed 7 of 7 maintainers
netdev/build_clang success Errors and warnings before: 1006 this patch: 1006
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 No Fixes tag
netdev/build_allmodconfig_warn success Errors and warnings before: 1006 this patch: 1006
netdev/checkpatch success total: 0 errors, 0 warnings, 0 checks, 16 lines checked
netdev/build_clang_rust success No Rust files in patch. Skipping build
netdev/kdoc success Errors and warnings before: 0 this patch: 0
netdev/source_inline success Was 0 now: 0
netdev/contest success net-next-2024-02-13--00-00 (tests: 1436)

Commit Message

Harshit Mogalapalli Feb. 9, 2024, 6:06 p.m. UTC
After this commit ba24ea129126 ("net/sched: Retire ipt action")
NET_ACT_IPT is not needed anymore as the action is retired and the code
is removed.

Clean the Kconfig part as well.

Signed-off-by: Harshit Mogalapalli <harshit.m.mogalapalli@oracle.com>
---
This is just based on observation.

 net/sched/Kconfig | 10 ----------
 1 file changed, 10 deletions(-)

Comments

Jamal Hadi Salim Feb. 9, 2024, 6:56 p.m. UTC | #1
On Fri, Feb 9, 2024 at 1:07 PM Harshit Mogalapalli
<harshit.m.mogalapalli@oracle.com> wrote:
>
> After this commit ba24ea129126 ("net/sched: Retire ipt action")
> NET_ACT_IPT is not needed anymore as the action is retired and the code
> is removed.
>
> Clean the Kconfig part as well.
>
> Signed-off-by: Harshit Mogalapalli <harshit.m.mogalapalli@oracle.com>

Acked-by: Jamal Hadi Salim <jhs@mojatatu.com>

cheers,
jamal

> ---
> This is just based on observation.
>
>  net/sched/Kconfig | 10 ----------
>  1 file changed, 10 deletions(-)
>
> diff --git a/net/sched/Kconfig b/net/sched/Kconfig
> index 470c70deffe2..8180d0c12fce 100644
> --- a/net/sched/Kconfig
> +++ b/net/sched/Kconfig
> @@ -737,16 +737,6 @@ config NET_ACT_SAMPLE
>           To compile this code as a module, choose M here: the
>           module will be called act_sample.
>
> -config NET_ACT_IPT
> -       tristate "IPtables targets"
> -       depends on NET_CLS_ACT && NETFILTER && NETFILTER_XTABLES
> -       help
> -         Say Y here to be able to invoke iptables targets after successful
> -         classification.
> -
> -         To compile this code as a module, choose M here: the
> -         module will be called act_ipt.
> -
>  config NET_ACT_NAT
>         tristate "Stateless NAT"
>         depends on NET_CLS_ACT
> --
> 2.39.3
>
patchwork-bot+netdevbpf@kernel.org Feb. 13, 2024, 10:30 a.m. UTC | #2
Hello:

This patch was applied to netdev/net-next.git (main)
by Paolo Abeni <pabeni@redhat.com>:

On Fri,  9 Feb 2024 10:06:56 -0800 you wrote:
> After this commit ba24ea129126 ("net/sched: Retire ipt action")
> NET_ACT_IPT is not needed anymore as the action is retired and the code
> is removed.
> 
> Clean the Kconfig part as well.
> 
> Signed-off-by: Harshit Mogalapalli <harshit.m.mogalapalli@oracle.com>
> 
> [...]

Here is the summary with links:
  - net: sched: Remove NET_ACT_IPT from Kconfig
    https://git.kernel.org/netdev/net-next/c/86fe596b588f

You are awesome, thank you!
diff mbox series

Patch

diff --git a/net/sched/Kconfig b/net/sched/Kconfig
index 470c70deffe2..8180d0c12fce 100644
--- a/net/sched/Kconfig
+++ b/net/sched/Kconfig
@@ -737,16 +737,6 @@  config NET_ACT_SAMPLE
 	  To compile this code as a module, choose M here: the
 	  module will be called act_sample.
 
-config NET_ACT_IPT
-	tristate "IPtables targets"
-	depends on NET_CLS_ACT && NETFILTER && NETFILTER_XTABLES
-	help
-	  Say Y here to be able to invoke iptables targets after successful
-	  classification.
-
-	  To compile this code as a module, choose M here: the
-	  module will be called act_ipt.
-
 config NET_ACT_NAT
 	tristate "Stateless NAT"
 	depends on NET_CLS_ACT