tree: git://git.samba.org/sfrench/cifs-2.6.git for-next head: f339620a6d00fdf92f68b37024fb447d3fcc474f commit: 9e2079d36a29ab3fb7b4fa4c5a26d276ffdc6075 [13/19] CIFS: Encrypt SMB3 requests before sending config: sh-allyesconfig (attached as .config) compiler: sh4-linux-gnu-gcc (Debian 6.1.1-9) 6.1.1 20160705 reproduce: wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross git checkout 9e2079d36a29ab3fb7b4fa4c5a26d276ffdc6075 # save the attached .config to linux build tree make.cross ARCH=sh Note: the cifs/for-next HEAD f339620a6d00fdf92f68b37024fb447d3fcc474f builds fine. It only hurts bisectibility. All errors (new ones prefixed by >>): >> fs/cifs/smb2ops.c:2141:1: error: expected identifier or '(' before '}' token }; ^ vim +2141 fs/cifs/smb2ops.c aab1893d Steve French 2015-06-23 2135 .dir_needs_close = smb2_dir_needs_close, aab1893d Steve French 2015-06-23 2136 .fallocate = smb3_fallocate, 834170c8 Steve French 2016-09-30 2137 .enum_snapshots = smb3_enum_snapshots, 9e2079d3 Pavel Shilovsky 2016-11-03 2138 .init_transform_rq = smb3_init_transform_rq, 9e2079d3 Pavel Shilovsky 2016-11-03 2139 .free_transform_rq = smb3_free_transform_rq, 9e2079d3 Pavel Shilovsky 2016-11-03 2140 }; aab1893d Steve French 2015-06-23 @2141 }; aab1893d Steve French 2015-06-23 2142 #endif /* CIFS_SMB311 */ aab1893d Steve French 2015-06-23 2143 dd446b16 Steve French 2012-11-28 2144 struct smb_version_values smb20_values = { :::::: The code at line 2141 was first introduced by commit :::::: aab1893d5fbeb7c931e97189f54a71ab0ecbf4c7 Add SMB3.11 mount option synonym for new dialect :::::: TO: Steve French <smfrench@xxxxxxxxx> :::::: CC: Steve French <steve.french@xxxxxxxxxxxxxxx> --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation
Attachment:
.config.gz
Description: application/gzip