Re: [PATCH net-next v1 0/8] netfilter: header compilation fixes

2019-08-13 Thread Jeremy Sowden
On 2019-08-13, at 12:14:03 +0200, Pablo Neira Ayuso wrote: > On Tue, Aug 13, 2019 at 11:04:24AM +0100, Jeremy Sowden wrote: > > On 2019-08-13, at 11:55:29 +0200, Pablo Neira Ayuso wrote: > > > Would you mind if - before pushing this out - I do this string > > > replacement for the patch subject? >

Re: [PATCH net-next v1 0/8] netfilter: header compilation fixes

2019-08-13 Thread Pablo Neira Ayuso
On Tue, Aug 13, 2019 at 11:04:24AM +0100, Jeremy Sowden wrote: > On 2019-08-13, at 11:55:29 +0200, Pablo Neira Ayuso wrote: > > On Wed, Aug 07, 2019 at 03:16:57PM +0100, Jeremy Sowden wrote: > > > A number of netfilter header files are on the header-test blacklist > > > becuse they cannot be compil

Re: [PATCH net-next v1 0/8] netfilter: header compilation fixes

2019-08-13 Thread Jeremy Sowden
On 2019-08-13, at 11:55:29 +0200, Pablo Neira Ayuso wrote: > On Wed, Aug 07, 2019 at 03:16:57PM +0100, Jeremy Sowden wrote: > > A number of netfilter header files are on the header-test blacklist > > becuse they cannot be compiled stand-alone. There are two main > > reasons for this: missing incl

Re: [PATCH net-next v1 0/8] netfilter: header compilation fixes

2019-08-13 Thread Pablo Neira Ayuso
On Wed, Aug 07, 2019 at 03:16:57PM +0100, Jeremy Sowden wrote: > A number of netfilter header files are on the header-test blacklist > becuse they cannot be compiled stand-alone. There are two main reasons > for this: missing inclusions of other headers, and missing conditionals > checking for CO

[PATCH net-next v1 0/8] netfilter: header compilation fixes

2019-08-07 Thread Jeremy Sowden
A number of netfilter header files are on the header-test blacklist becuse they cannot be compiled stand-alone. There are two main reasons for this: missing inclusions of other headers, and missing conditionals checking for CONFIG_* symbols. The first six of these patches rectify these omissions