On 2/21/22 09:56, Greg Kroah-Hartman wrote:
On Mon, Feb 21, 2022 at 09:17:51AM -0800, Guenter Roeck wrote:
On 2/21/22 00:46, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 5.16.11 release. There are 227 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know.
Responses should be made by Wed, 23 Feb 2022 08:48:58 +0000. Anything received after that time might be too late.
Building mips:malta_defconfig ... failed
Error log: net/netfilter/xt_socket.c: In function 'socket_mt_destroy': net/netfilter/xt_socket.c:224:17: error: implicit declaration of function 'nf_defrag_ipv6_disable'; did you mean 'nf_defrag_ipv4_disable'? [
Inherited from upstream.
Ah, fun :(
I'll leave this for now, it's "just" a Kconfig dependancy issue. Does upstream know about it?
Yes. And, no, it is not just a Kconfig dependency issue. NETFILTER_XT_MATCH_SOCKET does not historically and should not depend on IPV6. There is a missing #ifdef in net/netfilter/xt_socket.c.
Guenter