From: Lukas Bulwahn The config options NF_LOG_{ARP,IPV4,IPV6} are deprecated and they only exist to ensure that older kernel configurations would enable the replacement config option NF_LOG_SYSLOG. To step towards eventually removing the definitions of these deprecated config options from the kernel tree, update the riscv kernel configuration to set NF_LOG_SYSLOG and drop the deprecated config options. Signed-off-by: Lukas Bulwahn --- arch/riscv/configs/defconfig | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/arch/riscv/configs/defconfig b/arch/riscv/configs/defconfig index cd736a1d657e..0b99a73f43b2 100644 --- a/arch/riscv/configs/defconfig +++ b/arch/riscv/configs/defconfig @@ -64,6 +64,7 @@ CONFIG_INET_ESP=m CONFIG_NETFILTER=y CONFIG_BRIDGE_NETFILTER=m CONFIG_NF_CONNTRACK=m +CONFIG_NF_LOG_SYSLOG=m CONFIG_NF_CONNTRACK_FTP=m CONFIG_NF_CONNTRACK_TFTP=m CONFIG_NETFILTER_XT_MARK=m @@ -75,8 +76,6 @@ CONFIG_IP_VS_PROTO_TCP=y CONFIG_IP_VS_PROTO_UDP=y CONFIG_IP_VS_RR=m CONFIG_IP_VS_NFCT=y -CONFIG_NF_LOG_ARP=m -CONFIG_NF_LOG_IPV4=m CONFIG_IP_NF_IPTABLES=m CONFIG_IP_NF_FILTER=m CONFIG_IP_NF_TARGET_REJECT=m @@ -84,7 +83,6 @@ CONFIG_IP_NF_NAT=m CONFIG_IP_NF_TARGET_MASQUERADE=m CONFIG_IP_NF_TARGET_REDIRECT=m CONFIG_IP_NF_MANGLE=m -CONFIG_NF_LOG_IPV6=m CONFIG_IP6_NF_IPTABLES=m CONFIG_IP6_NF_MATCH_IPV6HEADER=m CONFIG_IP6_NF_FILTER=m -- 2.52.0