On 4/9/19 5:51 PM, akpm@linux-foundation.org wrote: > The mm-of-the-moment snapshot 2019-04-09-17-51 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 > > The file broken-out.tar.gz contains two datestamp files: .DATE and > .DATE-yyyy-mm-dd-hh-mm-ss. Both contain the string yyyy-mm-dd-hh-mm-ss, > followed by the base kernel version against which this patch series is to > be applied. on x86_64: CC fs/nfsd/nfssvc.o ../fs/nfsd/nfssvc.c: In function 'nfsd_support_acl_version': ../fs/nfsd/nfssvc.c:145:14: error: 'NFSD_ACL_MINVERS' undeclared (first use in this function); did you mean 'NFSD_MINVERS'? if (vers >= NFSD_ACL_MINVERS && vers < NFSD_ACL_NRVERS) ^~~~~~~~~~~~~~~~ NFSD_MINVERS ../fs/nfsd/nfssvc.c:145:14: note: each undeclared identifier is reported only once for each function it appears in ../fs/nfsd/nfssvc.c:145:41: error: 'NFSD_ACL_NRVERS' undeclared (first use in this function); did you mean 'NFSD_ACL_MINVERS'? if (vers >= NFSD_ACL_MINVERS && vers < NFSD_ACL_NRVERS) ^~~~~~~~~~~~~~~ NFSD_ACL_MINVERS ../fs/nfsd/nfssvc.c:146:10: error: 'nfsd_acl_version' undeclared (first use in this function); did you mean 'nfsd_version'? return nfsd_acl_version[vers] != NULL; ^~~~~~~~~~~~~~~~ nfsd_version CC net/ipv4/netfilter/ip_tables.o ../fs/nfsd/nfssvc.c: In function 'nfsd_acl_init_request': ../fs/nfsd/nfssvc.c:785:25: error: 'NFSD_ACL_NRVERS' undeclared (first use in this function); did you mean 'NFSD_NRVERS'? ret->mismatch.lovers = NFSD_ACL_NRVERS; ^~~~~~~~~~~~~~~ NFSD_NRVERS ../fs/nfsd/nfssvc.c:786:11: error: 'NFSD_ACL_MINVERS' undeclared (first use in this function); did you mean 'NFSD_ACL_NRVERS'? for (i = NFSD_ACL_MINVERS; i < NFSD_ACL_NRVERS; i++) { ^~~~~~~~~~~~~~~~ NFSD_ACL_NRVERS At top level: ../fs/nfsd/nfssvc.c:774:1: warning: 'nfsd_acl_init_request' defined but not used [-Wunused-function] nfsd_acl_init_request(struct svc_rqst *rqstp, ^~~~~~~~~~~~~~~~~~~~~ ../fs/nfsd/nfssvc.c:751:1: warning: 'nfsd_acl_rpcbind_set' defined but not used [-Wunused-function] nfsd_acl_rpcbind_set(struct net *net, const struct svc_program *progp, ^~~~~~~~~~~~~~~~~~~~ Full randconfig file is attached. -- ~Randy