Hi, I am getting the following error when compiling the kernel after pull the last changes from nf-next.git. > CC security/apparmor/lsm.o > CC kernel/trace/trace_stack.o > In file included from security/apparmor/lsm.c:27: > ./include/linux/netfilter_ipv6.h: In function ‘nf_ipv6_br_defrag’: > ./include/linux/netfilter_ipv6.h:113:9: error: implicit declaration of function ‘nf_ct_frag6_gather’; did you mean ‘nf_ct_attach’? [-Werror=implicit-function-declaration] > return nf_ct_frag6_gather(net, skb, user); > ^~~~~~~~~~~~~~~~~~ > nf_ct_attach > CC [M] arch/x86/kvm/mmu.o I have been taking a loook into .config for any missing module but I didn't find anything wrong. Is this a known issue? Thanks! Regards, Fernando.