Re: [PATCH net-next v2] net: linux/skbuff.h: combine SKB_EXTENSIONS + KCOV handling

2020-11-14 Thread Randy Dunlap
On 11/14/20 11:54 AM, Jakub Kicinski wrote: > On Sat, 14 Nov 2020 09:46:18 -0800 Randy Dunlap wrote: >> The previous Kconfig patch led to some other build errors as >> reported by the 0day bot and my own overnight build testing. >> >> These are all in when KCOV is enabled but >> SKB_EXTENSIONS is

Re: [PATCH net-next v2] net: linux/skbuff.h: combine SKB_EXTENSIONS + KCOV handling

2020-11-14 Thread Jakub Kicinski
On Sat, 14 Nov 2020 09:46:18 -0800 Randy Dunlap wrote: > The previous Kconfig patch led to some other build errors as > reported by the 0day bot and my own overnight build testing. > > These are all in when KCOV is enabled but > SKB_EXTENSIONS is not enabled, so fix those by combining those

[PATCH net-next v2] net: linux/skbuff.h: combine SKB_EXTENSIONS + KCOV handling

2020-11-14 Thread Randy Dunlap
The previous Kconfig patch led to some other build errors as reported by the 0day bot and my own overnight build testing. These are all in when KCOV is enabled but SKB_EXTENSIONS is not enabled, so fix those by combining those conditions in the header file. Fixes: 6370cc3bbd8a ("net: add kcov