ERROR:root:In file included from ../arch/x86/include/asm/atomic.h:5, from ../include/linux/atomic.h:7, from ../net/core/filter.c:20: ../include/net/netfilter/nf_conntrack.h: In function ‘nf_conntrack_max’: ../include/net/netfilter/nf_conntrack.h:364:31: error: ‘struct net’ has no member named ‘ct’ 364 | return likely(init_net.ct.sysctl_max && net->ct.sysctl_max) ? | ^ ../include/linux/compiler.h:76:45: note: in definition of macro ‘likely’ 76 | # define likely(x) __builtin_expect(!!(x), 1) | ^ ../include/net/netfilter/nf_conntrack.h:364:52: error: ‘const struct net’ has no member named ‘ct’ 364 | return likely(init_net.ct.sysctl_max && net->ct.sysctl_max) ? | ^~ ../include/linux/compiler.h:76:45: note: in definition of macro ‘likely’ 76 | # define likely(x) __builtin_expect(!!(x), 1) | ^ In file included from ../include/linux/jiffies.h:8, from ../include/linux/ktime.h:25, from ../include/linux/timer.h:6, from ../include/linux/workqueue.h:9, from ../include/linux/bpf.h:10, from ../include/linux/bpf_verifier.h:7, from ../net/core/filter.c:21: ../include/net/netfilter/nf_conntrack.h:365:25: error: ‘struct net’ has no member named ‘ct’ 365 | min(init_net.ct.sysctl_max, net->ct.sysctl_max) : | ^ ../include/linux/minmax.h:92:27: note: in definition of macro ‘__careful_cmp_once’ 92 | __auto_type ux = (x); __auto_type uy = (y); \ | ^ ../include/linux/minmax.h:105:25: note: in expansion of macro ‘__careful_cmp’ 105 | #define min(x, y) __careful_cmp(min, x, y) | ^~~~~~~~~~~~~ ../include/net/netfilter/nf_conntrack.h:365:13: note: in expansion of macro ‘min’ 365 | min(init_net.ct.sysctl_max, net->ct.sysctl_max) : | ^~~ ../include/net/netfilter/nf_conntrack.h:365:44: error: ‘const struct net’ has no member named ‘ct’ 365 | min(init_net.ct.sysctl_max, net->ct.sysctl_max) : | ^~ ../include/linux/minmax.h:92:49: note: in definition of macro ‘__careful_cmp_once’ 92 | __auto_type ux = (x); __auto_type uy = (y); \ | ^ ../include/linux/minmax.h:105:25: note: in expansion of macro ‘__careful_cmp’ 105 | #define min(x, y) __careful_cmp(min, x, y) | ^~~~~~~~~~~~~ ../include/net/netfilter/nf_conntrack.h:365:13: note: in expansion of macro ‘min’ 365 | min(init_net.ct.sysctl_max, net->ct.sysctl_max) : | ^~~ In file included from : ../include/linux/compiler.h:166:45: error: ‘__UNIQUE_ID_x_1049’ undeclared (first use in this function) 166 | #define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__) | ^~~~~~~~~~~~ ./../include/linux/compiler_types.h:537:23: note: in definition of macro ‘__compiletime_assert’ 537 | if (!(condition)) \ | ^~~~~~~~~ ./../include/linux/compiler_types.h:557:9: note: in expansion of macro ‘_compiletime_assert’ 557 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^~~~~~~~~~~~~~~~~~~ ../include/linux/build_bug.h:39:37: note: in expansion of macro ‘compiletime_assert’ 39 | #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) | ^~~~~~~~~~~~~~~~~~ ../include/linux/minmax.h:93:9: note: in expansion of macro ‘BUILD_BUG_ON_MSG’ 93 | BUILD_BUG_ON_MSG(!__types_ok(ux, uy), \ | ^~~~~~~~~~~~~~~~ ../include/linux/minmax.h:49:25: note: in expansion of macro ‘is_signed_type’ 49 | #define __sign_use(ux) (is_signed_type(typeof(ux)) ? \ | ^~~~~~~~~~~~~~ ../include/linux/minmax.h:75:10: note: in expansion of macro ‘__sign_use’ 75 | (__sign_use(ux) & __sign_use(uy)) | ^~~~~~~~~~ ../include/linux/minmax.h:93:27: note: in expansion of macro ‘__types_ok’ 93 | BUILD_BUG_ON_MSG(!__types_ok(ux, uy), \ | ^~~~~~~~~~ ../include/linux/minmax.h:98:9: note: in expansion of macro ‘__careful_cmp_once’ 98 | __careful_cmp_once(op, x, y, __UNIQUE_ID(x_), __UNIQUE_ID(y_)) | ^~~~~~~~~~~~~~~~~~ ./../include/linux/compiler_types.h:84:22: note: in expansion of macro ‘___PASTE’ 84 | #define __PASTE(a,b) ___PASTE(a,b) | ^~~~~~~~ ../include/linux/compiler.h:166:29: note: in expansion of macro ‘__PASTE’ 166 | #define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__) | ^~~~~~~ ./../include/linux/compiler_types.h:84:22: note: in expansion of macro ‘___PASTE’ 84 | #define __PASTE(a,b) ___PASTE(a,b) | ^~~~~~~~ ../include/linux/compiler.h:166:37: note: in expansion of macro ‘__PASTE’ 166 | #define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__) | ^~~~~~~ ../include/linux/minmax.h:98:38: note: in expansion of macro ‘__UNIQUE_ID’ 98 | __careful_cmp_once(op, x, y, __UNIQUE_ID(x_), __UNIQUE_ID(y_)) | ^~~~~~~~~~~ ../include/linux/minmax.h:105:25: note: in expansion of macro ‘__careful_cmp’ 105 | #define min(x, y) __careful_cmp(min, x, y) | ^~~~~~~~~~~~~ ../include/net/netfilter/nf_conntrack.h:365:13: note: in expansion of macro ‘min’ 365 | min(init_net.ct.sysctl_max, net->ct.sysctl_max) : | ^~~ ../include/linux/compiler.h:166:45: note: each undeclared identifier is reported only once for each function it appears in 166 | #define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__) | ^~~~~~~~~~~~ ./../include/linux/compiler_types.h:537:23: note: in definition of macro ‘__compiletime_assert’ 537 | if (!(condition)) \ | ^~~~~~~~~ ./../include/linux/compiler_types.h:557:9: note: in expansion of macro ‘_compiletime_assert’ 557 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^~~~~~~~~~~~~~~~~~~ ../include/linux/build_bug.h:39:37: note: in expansion of macro ‘compiletime_assert’ 39 | #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) | ^~~~~~~~~~~~~~~~~~ ../include/linux/minmax.h:93:9: note: in expansion of macro ‘BUILD_BUG_ON_MSG’ 93 | BUILD_BUG_ON_MSG(!__types_ok(ux, uy), \ | ^~~~~~~~~~~~~~~~ ../include/linux/minmax.h:49:25: note: in expansion of macro ‘is_signed_type’ 49 | #define __sign_use(ux) (is_signed_type(typeof(ux)) ? \ | ^~~~~~~~~~~~~~ ../include/linux/minmax.h:75:10: note: in expansion of macro ‘__sign_use’ 75 | (__sign_use(ux) & __sign_use(uy)) | ^~~~~~~~~~ ../include/linux/minmax.h:93:27: note: in expansion of macro ‘__types_ok’ 93 | BUILD_BUG_ON_MSG(!__types_ok(ux, uy), \ | ^~~~~~~~~~ ../include/linux/minmax.h:98:9: note: in expansion of macro ‘__careful_cmp_once’ 98 | __careful_cmp_once(op, x, y, __UNIQUE_ID(x_), __UNIQUE_ID(y_)) | ^~~~~~~~~~~~~~~~~~ ./../include/linux/compiler_types.h:84:22: note: in expansion of macro ‘___PASTE’ 84 | #define __PASTE(a,b) ___PASTE(a,b) | ^~~~~~~~ ../include/linux/compiler.h:166:29: note: in expansion of macro ‘__PASTE’ 166 | #define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__) | ^~~~~~~ ./../include/linux/compiler_types.h:84:22: note: in expansion of macro ‘___PASTE’ 84 | #define __PASTE(a,b) ___PASTE(a,b) | ^~~~~~~~ ../include/linux/compiler.h:166:37: note: in expansion of macro ‘__PASTE’ 166 | #define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__) | ^~~~~~~ ../include/linux/minmax.h:98:38: note: in expansion of macro ‘__UNIQUE_ID’ 98 | __careful_cmp_once(op, x, y, __UNIQUE_ID(x_), __UNIQUE_ID(y_)) | ^~~~~~~~~~~ ../include/linux/minmax.h:105:25: note: in expansion of macro ‘__careful_cmp’ 105 | #define min(x, y) __careful_cmp(min, x, y) | ^~~~~~~~~~~~~ ../include/net/netfilter/nf_conntrack.h:365:13: note: in expansion of macro ‘min’ 365 | min(init_net.ct.sysctl_max, net->ct.sysctl_max) : | ^~~ ../include/linux/compiler.h:166:45: error: ‘__UNIQUE_ID_y_1050’ undeclared (first use in this function) 166 | #define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__) | ^~~~~~~~~~~~ ./../include/linux/compiler_types.h:537:23: note: in definition of macro ‘__compiletime_assert’ 537 | if (!(condition)) \ | ^~~~~~~~~ ./../include/linux/compiler_types.h:557:9: note: in expansion of macro ‘_compiletime_assert’ 557 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^~~~~~~~~~~~~~~~~~~ ../include/linux/build_bug.h:39:37: note: in expansion of macro ‘compiletime_assert’ 39 | #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) | ^~~~~~~~~~~~~~~~~~ ../include/linux/minmax.h:93:9: note: in expansion of macro ‘BUILD_BUG_ON_MSG’ 93 | BUILD_BUG_ON_MSG(!__types_ok(ux, uy), \ | ^~~~~~~~~~~~~~~~ ../include/linux/minmax.h:49:25: note: in expansion of macro ‘is_signed_type’ 49 | #define __sign_use(ux) (is_signed_type(typeof(ux)) ? \ | ^~~~~~~~~~~~~~ ../include/linux/minmax.h:75:27: note: in expansion of macro ‘__sign_use’ 75 | (__sign_use(ux) & __sign_use(uy)) | ^~~~~~~~~~ ../include/linux/minmax.h:93:27: note: in expansion of macro ‘__types_ok’ 93 | BUILD_BUG_ON_MSG(!__types_ok(ux, uy), \ | ^~~~~~~~~~ ../include/linux/minmax.h:98:9: note: in expansion of macro ‘__careful_cmp_once’ 98 | __careful_cmp_once(op, x, y, __UNIQUE_ID(x_), __UNIQUE_ID(y_)) | ^~~~~~~~~~~~~~~~~~ ./../include/linux/compiler_types.h:84:22: note: in expansion of macro ‘___PASTE’ 84 | #define __PASTE(a,b) ___PASTE(a,b) | ^~~~~~~~ ../include/linux/compiler.h:166:29: note: in expansion of macro ‘__PASTE’ 166 | #define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__) | ^~~~~~~ ./../include/linux/compiler_types.h:84:22: note: in expansion of macro ‘___PASTE’ 84 | #define __PASTE(a,b) ___PASTE(a,b) | ^~~~~~~~ ../include/linux/compiler.h:166:37: note: in expansion of macro ‘__PASTE’ 166 | #define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__) | ^~~~~~~ ../include/linux/minmax.h:98:55: note: in expansion of macro ‘__UNIQUE_ID’ 98 | __careful_cmp_once(op, x, y, __UNIQUE_ID(x_), __UNIQUE_ID(y_)) | ^~~~~~~~~~~ ../include/linux/minmax.h:105:25: note: in expansion of macro ‘__careful_cmp’ 105 | #define min(x, y) __careful_cmp(min, x, y) | ^~~~~~~~~~~~~ ../include/net/netfilter/nf_conntrack.h:365:13: note: in expansion of macro ‘min’ 365 | min(init_net.ct.sysctl_max, net->ct.sysctl_max) : | ^~~ In file included from ../include/linux/jiffies.h:8, from ../include/linux/ktime.h:25, from ../include/linux/timer.h:6, from ../include/linux/workqueue.h:9, from ../include/linux/bpf.h:10, from ../include/linux/bpf_verifier.h:7, from ../net/core/filter.c:21: ../include/net/netfilter/nf_conntrack.h:366:25: error: ‘struct net’ has no member named ‘ct’ 366 | max(init_net.ct.sysctl_max, net->ct.sysctl_max); | ^ ../include/linux/minmax.h:92:27: note: in definition of macro ‘__careful_cmp_once’ 92 | __auto_type ux = (x); __auto_type uy = (y); \ | ^ ../include/linux/minmax.h:112:25: note: in expansion of macro ‘__careful_cmp’ 112 | #define max(x, y) __careful_cmp(max, x, y) | ^~~~~~~~~~~~~ ../include/net/netfilter/nf_conntrack.h:366:13: note: in expansion of macro ‘max’ 366 | max(init_net.ct.sysctl_max, net->ct.sysctl_max); | ^~~ ../include/net/netfilter/nf_conntrack.h:366:44: error: ‘const struct net’ has no member named ‘ct’ 366 | max(init_net.ct.sysctl_max, net->ct.sysctl_max); | ^~ ../include/linux/minmax.h:92:49: note: in definition of macro ‘__careful_cmp_once’ 92 | __auto_type ux = (x); __auto_type uy = (y); \ | ^ ../include/linux/minmax.h:112:25: note: in expansion of macro ‘__careful_cmp’ 112 | #define max(x, y) __careful_cmp(max, x, y) | ^~~~~~~~~~~~~ ../include/net/netfilter/nf_conntrack.h:366:13: note: in expansion of macro ‘max’ 366 | max(init_net.ct.sysctl_max, net->ct.sysctl_max); | ^~~ In file included from : ../include/linux/compiler.h:166:45: error: ‘__UNIQUE_ID_x_1052’ undeclared (first use in this function) 166 | #define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__) | ^~~~~~~~~~~~ ./../include/linux/compiler_types.h:537:23: note: in definition of macro ‘__compiletime_assert’ 537 | if (!(condition)) \ | ^~~~~~~~~ ./../include/linux/compiler_types.h:557:9: note: in expansion of macro ‘_compiletime_assert’ 557 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^~~~~~~~~~~~~~~~~~~ ../include/linux/build_bug.h:39:37: note: in expansion of macro ‘compiletime_assert’ 39 | #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) | ^~~~~~~~~~~~~~~~~~ ../include/linux/minmax.h:93:9: note: in expansion of macro ‘BUILD_BUG_ON_MSG’ 93 | BUILD_BUG_ON_MSG(!__types_ok(ux, uy), \ | ^~~~~~~~~~~~~~~~ ../include/linux/minmax.h:49:25: note: in expansion of macro ‘is_signed_type’ 49 | #define __sign_use(ux) (is_signed_type(typeof(ux)) ? \ | ^~~~~~~~~~~~~~ ../include/linux/minmax.h:75:10: note: in expansion of macro ‘__sign_use’ 75 | (__sign_use(ux) & __sign_use(uy)) | ^~~~~~~~~~ ../include/linux/minmax.h:93:27: note: in expansion of macro ‘__types_ok’ 93 | BUILD_BUG_ON_MSG(!__types_ok(ux, uy), \ | ^~~~~~~~~~ ../include/linux/minmax.h:98:9: note: in expansion of macro ‘__careful_cmp_once’ 98 | __careful_cmp_once(op, x, y, __UNIQUE_ID(x_), __UNIQUE_ID(y_)) | ^~~~~~~~~~~~~~~~~~ ./../include/linux/compiler_types.h:84:22: note: in expansion of macro ‘___PASTE’ 84 | #define __PASTE(a,b) ___PASTE(a,b) | ^~~~~~~~ ../include/linux/compiler.h:166:29: note: in expansion of macro ‘__PASTE’ 166 | #define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__) | ^~~~~~~ ./../include/linux/compiler_types.h:84:22: note: in expansion of macro ‘___PASTE’ 84 | #define __PASTE(a,b) ___PASTE(a,b) | ^~~~~~~~ ../include/linux/compiler.h:166:37: note: in expansion of macro ‘__PASTE’ 166 | #define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__) | ^~~~~~~ ../include/linux/minmax.h:98:38: note: in expansion of macro ‘__UNIQUE_ID’ 98 | __careful_cmp_once(op, x, y, __UNIQUE_ID(x_), __UNIQUE_ID(y_)) | ^~~~~~~~~~~ ../include/linux/minmax.h:112:25: note: in expansion of macro ‘__careful_cmp’ 112 | #define max(x, y) __careful_cmp(max, x, y) | ^~~~~~~~~~~~~ ../include/net/netfilter/nf_conntrack.h:366:13: note: in expansion of macro ‘max’ 366 | max(init_net.ct.sysctl_max, net->ct.sysctl_max); | ^~~ ../include/linux/compiler.h:166:45: error: ‘__UNIQUE_ID_y_1053’ undeclared (first use in this function) 166 | #define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__) | ^~~~~~~~~~~~ ./../include/linux/compiler_types.h:537:23: note: in definition of macro ‘__compiletime_assert’ 537 | if (!(condition)) \ | ^~~~~~~~~ ./../include/linux/compiler_types.h:557:9: note: in expansion of macro ‘_compiletime_assert’ 557 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^~~~~~~~~~~~~~~~~~~ ../include/linux/build_bug.h:39:37: note: in expansion of macro ‘compiletime_assert’ 39 | #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) | ^~~~~~~~~~~~~~~~~~ ../include/linux/minmax.h:93:9: note: in expansion of macro ‘BUILD_BUG_ON_MSG’ 93 | BUILD_BUG_ON_MSG(!__types_ok(ux, uy), \ | ^~~~~~~~~~~~~~~~ ../include/linux/minmax.h:49:25: note: in expansion of macro ‘is_signed_type’ 49 | #define __sign_use(ux) (is_signed_type(typeof(ux)) ? \ | ^~~~~~~~~~~~~~ ../include/linux/minmax.h:75:27: note: in expansion of macro ‘__sign_use’ 75 | (__sign_use(ux) & __sign_use(uy)) | ^~~~~~~~~~ ../include/linux/minmax.h:93:27: note: in expansion of macro ‘__types_ok’ 93 | BUILD_BUG_ON_MSG(!__types_ok(ux, uy), \ | ^~~~~~~~~~ ../include/linux/minmax.h:98:9: note: in expansion of macro ‘__careful_cmp_once’ 98 | __careful_cmp_once(op, x, y, __UNIQUE_ID(x_), __UNIQUE_ID(y_)) | ^~~~~~~~~~~~~~~~~~ ./../include/linux/compiler_types.h:84:22: note: in expansion of macro ‘___PASTE’ 84 | #define __PASTE(a,b) ___PASTE(a,b) | ^~~~~~~~ ../include/linux/compiler.h:166:29: note: in expansion of macro ‘__PASTE’ 166 | #define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__) | ^~~~~~~ ./../include/linux/compiler_types.h:84:22: note: in expansion of macro ‘___PASTE’ 84 | #define __PASTE(a,b) ___PASTE(a,b) | ^~~~~~~~ ../include/linux/compiler.h:166:37: note: in expansion of macro ‘__PASTE’ 166 | #define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__) | ^~~~~~~ ../include/linux/minmax.h:98:55: note: in expansion of macro ‘__UNIQUE_ID’ 98 | __careful_cmp_once(op, x, y, __UNIQUE_ID(x_), __UNIQUE_ID(y_)) | ^~~~~~~~~~~ ../include/linux/minmax.h:112:25: note: in expansion of macro ‘__careful_cmp’ 112 | #define max(x, y) __careful_cmp(max, x, y) | ^~~~~~~~~~~~~ ../include/net/netfilter/nf_conntrack.h:366:13: note: in expansion of macro ‘max’ 366 | max(init_net.ct.sysctl_max, net->ct.sysctl_max); | ^~~ make[5]: *** [../scripts/Makefile.build:203: net/core/filter.o] Error 1 make[4]: *** [../scripts/Makefile.build:461: net/core] Error 2 make[3]: *** [../scripts/Makefile.build:461: net] Error 2 make[2]: *** [/home/kunit/testing/Makefile:2009: .] Error 2 make[1]: *** [/home/kunit/testing/Makefile:248: __sub-make] Error 2 make: *** [Makefile:248: __sub-make] Error 2