On 1/21/20 1:29 PM, akpm@linux-foundation.org wrote: > The mm-of-the-moment snapshot 2020-01-21-13-28 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. > on x86_64: ../security/smack/smack_lsm.c: In function ‘smack_post_notification’: ../security/smack/smack_lsm.c:4383:7: error: dereferencing pointer to incomplete type ‘struct watch_notification’ if (n->type == WATCH_TYPE_META) ^~ ../security/smack/smack_lsm.c:4383:17: error: ‘WATCH_TYPE_META’ undeclared (first use in this function); did you mean ‘TCA_PIE_BETA’? if (n->type == WATCH_TYPE_META) ^~~~~~~~~~~~~~~ TCA_PIE_BETA Full randconfig file is attached. -- ~Randy Reported-by: Randy Dunlap