Created attachment 565438 [details] strace -f of the failure how to reproduce: 1. boot 4.20.x 2. run 'iptables-save -c'
reproduced with vanilla sources and tested with linux-headers-4.14 and 4.20 on gentoo sources-4.20.8
Created attachment 565600 [details] strace of it working
Created attachment 565602 [details] working kconfig (taken from archlinux)
Created attachment 565604 [details] failing kconfig
reported upstream
Might be related to https://bugzilla.redhat.com/show_bug.cgi?id=1645370
confirmed, I removed CONFIG_BPFILTER and it started working again
Hello @Base-System Please consider adding a check for CONFIG_BPFILTER for iptables as that config setting in the kernel will cause the errors described in this bug report. Mike