Re: [PATCH v2] netfilter: remove no-op kconfig symbols

2021-04-23 Thread Rui Salvaterra
Hi, Jason, On Fri, 23 Apr 2021 at 03:15, Jason A. Donenfeld wrote: > > https://git.zx2c4.com/wireguard-linux/commit/?h=backport-5.4.y=ac8265d3b26e7c2674e066af6451c5a61d3f2e7a > > This will be included in the patchset next time I push a refresh of those. Ok, I'll drop the patch changes and send

Re: [PATCH v2] netfilter: remove no-op kconfig symbols

2021-04-22 Thread Jason A. Donenfeld
https://git.zx2c4.com/wireguard-linux/commit/?h=backport-5.4.y=ac8265d3b26e7c2674e066af6451c5a61d3f2e7a This will be included in the patchset next time I push a refresh of those. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [PATCH v2] netfilter: remove no-op kconfig symbols

2021-04-18 Thread Rui Salvaterra
Hi, Hauke, On Sat, 17 Apr 2021 at 17:14, Hauke Mehrtens wrote: > > > -$(eval $(if $(NF_KMOD),$(call > > nf_add,NF_CONNTRACK,CONFIG_NF_CONNTRACK_RTCACHE, > > $(P_XT)nf_conntrack_rtcache),)) > > This is still uses with a path on top of kernel 5.4 in OpenWrt. Not for long:

Re: [PATCH v2] netfilter: remove no-op kconfig symbols

2021-04-17 Thread Hauke Mehrtens
On 4/9/21 5:48 PM, Rui Salvaterra wrote: These have long been obsolete. For reference, here's the Linux version where each symbol has been dropped: CONFIG_IP6_NF_QUEUE - 3.5 CONFIG_IP6_NF_TARGET_LOG - 3.4 CONFIG_IP_NF_MATCH_DSCP - 2.6.19 CONFIG_NF_CONNTRACK_IPV4 - 4.19 CONFIG_NF_CONNTRACK_IPV6

[PATCH v2] netfilter: remove no-op kconfig symbols

2021-04-09 Thread Rui Salvaterra
These have long been obsolete. For reference, here's the Linux version where each symbol has been dropped: CONFIG_IP6_NF_QUEUE - 3.5 CONFIG_IP6_NF_TARGET_LOG - 3.4 CONFIG_IP_NF_MATCH_DSCP - 2.6.19 CONFIG_NF_CONNTRACK_IPV4 - 4.19 CONFIG_NF_CONNTRACK_IPV6 - 4.19 CONFIG_NF_CONNTRACK_RTCACHE - OOT,