On 9/15/20 8:45 PM, akpm@linux-foundation.org wrote: > The mm-of-the-moment snapshot 2020-09-15-20-44 has been uploaded to > > http://www.ozlabs.org/~akpm/mmotm/ > > mmotm-readme.txt says > > README for mm-of-the-moment: > > http://www.ozlabs.org/~akpm/mmotm/ > > This is a snapshot of my -mm patch queue. Uploaded at random hopefully > more than once a week. > > You will need quilt to apply these patches to the latest Linus release (5.x > or 5.x-rcY). The series file is in broken-out.tar.gz and is duplicated in > http://ozlabs.org/~akpm/mmotm/series > on x86_64: # CONFIG_NETWORK_SECMARK is not set CC security/smack/smack_lsm.o In file included from ../include/asm-generic/bug.h:5:0, from ../arch/x86/include/asm/bug.h:93, from ../include/linux/bug.h:5, from ../include/linux/mmdebug.h:5, from ../include/linux/gfp.h:5, from ../include/linux/slab.h:15, from ../include/linux/xattr.h:15, from ../security/smack/smack_lsm.c:18: ../security/smack/smack_lsm.c: In function ‘smack_from_skb’: ../security/smack/smack_lsm.c:3843:26: error: ‘struct sk_buff’ has no member named ‘secmark’; did you mean ‘mark’? if (skb == NULL || skb->secmark == 0) ^ ../include/linux/compiler.h:58:52: note: in definition of macro ‘__trace_if_var’ #define __trace_if_var(cond) (__builtin_constant_p(cond) ? (cond) : __trace_if_value(cond)) ^~~~ ../security/smack/smack_lsm.c:3843:2: note: in expansion of macro ‘if’ if (skb == NULL || skb->secmark == 0) ^~ ../security/smack/smack_lsm.c:3843:26: error: ‘struct sk_buff’ has no member named ‘secmark’; did you mean ‘mark’? if (skb == NULL || skb->secmark == 0) ^ ../include/linux/compiler.h:58:61: note: in definition of macro ‘__trace_if_var’ #define __trace_if_var(cond) (__builtin_constant_p(cond) ? (cond) : __trace_if_value(cond)) ^~~~ ../security/smack/smack_lsm.c:3843:2: note: in expansion of macro ‘if’ if (skb == NULL || skb->secmark == 0) ^~ ../security/smack/smack_lsm.c:3843:26: error: ‘struct sk_buff’ has no member named ‘secmark’; did you mean ‘mark’? if (skb == NULL || skb->secmark == 0) ^ ../include/linux/compiler.h:69:3: note: in definition of macro ‘__trace_if_value’ (cond) ? \ ^~~~ ../include/linux/compiler.h:56:28: note: in expansion of macro ‘__trace_if_var’ #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) ^~~~~~~~~~~~~~ ../security/smack/smack_lsm.c:3843:2: note: in expansion of macro ‘if’ if (skb == NULL || skb->secmark == 0) ^~ ../security/smack/smack_lsm.c:3846:31: error: ‘struct sk_buff’ has no member named ‘secmark’; did you mean ‘mark’? return smack_from_secid(skb->secmark); ^~~~~~~ mark ../security/smack/smack_lsm.c:3847:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ Full randconfig file is attached. -- ~Randy Reported-by: Randy Dunlap