netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Kernel compilation error
@ 2019-05-31 20:44 Fernando Fernandez Mancera
  2019-06-01  0:12 ` Pablo Neira Ayuso
  0 siblings, 1 reply; 2+ messages in thread
From: Fernando Fernandez Mancera @ 2019-05-31 20:44 UTC (permalink / raw)
  To: netfilter-devel; +Cc: Pablo Neira Ayuso

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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Kernel compilation error
  2019-05-31 20:44 Kernel compilation error Fernando Fernandez Mancera
@ 2019-06-01  0:12 ` Pablo Neira Ayuso
  0 siblings, 0 replies; 2+ messages in thread
From: Pablo Neira Ayuso @ 2019-06-01  0:12 UTC (permalink / raw)
  To: Fernando Fernandez Mancera; +Cc: netfilter-devel

On Fri, May 31, 2019 at 10:44:58PM +0200, Fernando Fernandez Mancera wrote:
> 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!

http://patchwork.ozlabs.org/patch/1108256/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-06-01  0:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-31 20:44 Kernel compilation error Fernando Fernandez Mancera
2019-06-01  0:12 ` Pablo Neira Ayuso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).