[PATCH v3 4/4] arch/powerpc/configs/*_defconfig cleanup

2023-08-17 Thread Trevor Woerner
Drop CONFIG_IP_NF_TARGET_CLUSTERIP as it was removed in commit 9db5d918e2c0 ("netfilter: ip_tables: remove clusterip target"). Signed-off-by: Trevor Woerner --- arch/powerpc/configs/ppc6xx_defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/powerpc/configs/ppc6xx_defconf

[PATCH v3 3/4] arch/mips/configs/*_defconfig cleanup

2023-08-17 Thread Trevor Woerner
Drop CONFIG_IP_NF_TARGET_CLUSTERIP from any remaining mips defconfigs as it was removed in commit 9db5d918e2c0 ("netfilter: ip_tables: remove clusterip target"). Signed-off-by: Trevor Woerner --- arch/mips/configs/ip22_defconfig| 1 - arch/mips/configs/malta_defconfig |

[PATCH v3 2/4] arch/loongarch/configs/*_defconfig cleanup

2023-08-17 Thread Trevor Woerner
Drop CONFIG_IP_NF_TARGET_CLUSTERIP as it was removed in commit 9db5d918e2c0 ("netfilter: ip_tables: remove clusterip target"). Drop CONFIG_NFT_OBJREF as it was removed in commit d037abc2414b ("netfilter: nft_objref: make it builtin"). Signed-off-by: Trevor Woerner --- ar

[PATCH v3 1/4] arch/arm/configs/*_defconfig cleanup

2023-08-17 Thread Trevor Woerner
t was removed in commit d037abc2414b ("netfilter: nft_objref: make it builtin"). Signed-off-by: Trevor Woerner --- arch/arm/configs/keystone_defconfig | 1 - arch/arm/configs/multi_v7_defconfig | 1 - arch/arm/configs/omap2plus_defconfig | 8 3 files changed, 10 deletions(-)

[PATCH v3 0/4] general defconfig cleanups

2023-08-17 Thread Trevor Woerner
to cross architectural lines. This requires cross-arch consensus before they can be applied. Therefore organize the changes by architecture so each one can apply them independently (or not). Trevor Woerner (4): arch/arm/configs/*_defconfig cleanup arch/loongarch/configs/*_defconfig cleanup

Re: [PATCH v2 3/4] arch/mips/configs/*_defconfig cleanup

2023-08-17 Thread Trevor Woerner
On Thu 2023-08-17 @ 09:33:13 AM, Philippe Mathieu-Daudé wrote: > Hi Trevor, > > On 17/8/23 04:59, Trevor Woerner wrote: > > Drop CONFIG_IP_NF_TARGET_CLUSTERIP from any remaining mips defconfigs as it > > was removed in commit 57f8e00d8a82 ("usb: 71 musb: Drop old u

[PATCH v2 4/4] arch/powerpc/configs/*_defconfig cleanup

2023-08-16 Thread Trevor Woerner
Drop CONFIG_IP_NF_TARGET_CLUSTERIP as it was removed in commit 57f8e00d8a82 ("usb: 71 musb: Drop old unused am35x glue layer"). Signed-off-by: Trevor Woerner --- arch/powerpc/configs/ppc6xx_defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/powerpc/configs/ppc6xx_de

[PATCH v2 3/4] arch/mips/configs/*_defconfig cleanup

2023-08-16 Thread Trevor Woerner
Drop CONFIG_IP_NF_TARGET_CLUSTERIP from any remaining mips defconfigs as it was removed in commit 57f8e00d8a82 ("usb: 71 musb: Drop old unused am35x glue layer"). Signed-off-by: Trevor Woerner --- arch/mips/configs/ip22_defconfig| 1 - arch/mips/configs/malta_defconfig |

[PATCH v2 2/4] arch/loongarch/configs/*_defconfig cleanup

2023-08-16 Thread Trevor Woerner
Drop CONFIG_IP_NF_TARGET_CLUSTERIP as it was removed in commit 57f8e00d8a82 ("usb: 71 musb: Drop old unused am35x glue layer"). Drop CONFIG_NFT_OBJREF as it was removed in commit d037abc2414b ("netfilter: nft_objref: make it builtin"). Signed-off-by: Trevor Woerner --- ar

[PATCH v2 0/4] general defconfig cleanups

2023-08-16 Thread Trevor Woerner
the changes by architecture so each one can apply them independently (or not). Trevor Woerner (4): arch/arm/configs/*_defconfig cleanup arch/loongarch/configs/*_defconfig cleanup arch/mips/configs/*_defconfig cleanup arch/powerpc/configs/*_defconfig cleanup arch/arm/configs

[PATCH v2 1/4] arch/arm/configs/*_defconfig cleanup

2023-08-16 Thread Trevor Woerner
t was removed in commit d037abc2414b ("netfilter: nft_objref: make it builtin"). Signed-off-by: Trevor Woerner --- arch/arm/configs/keystone_defconfig | 1 - arch/arm/configs/multi_v7_defconfig | 1 - arch/arm/configs/omap2plus_defconfig | 8 3 files changed, 10 deletions(-)

[PATCH 2/4] arch/*/configs/*_defconfig cleanup: drop CONFIG_IP_NF_TARGET_CLUSTERIP

2023-08-03 Thread Trevor Woerner
Drop CONFIG_IP_NF_TARGET_CLUSTERIP as it was removed in commit 9db5d918e2c0 ("netfilter: ip_tables: remove clusterip target"). Signed-off-by: Trevor Woerner --- arch/arm/configs/keystone_defconfig| 1 - arch/arm/configs/omap2plus_defconfig | 1 - arch/loongar