tree: git://git.samba.org/sfrench/cifs-2.6.git for-next head: 93fc7de81fe90b31c3f99fb86dcc79649ef028b9 commit: 86eac7701750ff65108ecf8022514dbcedaa080d [4/6] cifs: rename posix create rsp config: powerpc-defconfig (attached as .config) compiler: powerpc64-linux-gcc (GCC) 7.5.0 reproduce: wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross git checkout 86eac7701750ff65108ecf8022514dbcedaa080d # save the attached .config to linux build tree GCC_VERSION=7.5.0 make.cross ARCH=powerpc If you fix the issue, kindly add following tag Reported-by: kbuild test robot <lkp@xxxxxxxxx> Note: the cifs/for-next HEAD 93fc7de81fe90b31c3f99fb86dcc79649ef028b9 builds fine. It only hurts bisectibility. All errors (new ones prefixed by >>): In file included from fs/cifs/cifsglob.h:32:0, from fs/cifs/cifsfs.c:46: >> fs/cifs/smb2pdu.h:1616:1: error: expected identifier or '(' before '}' token }; ^ vim +1616 fs/cifs/smb2pdu.h 730928c8f4be88 Ronnie Sahlberg 2018-08-08 1605 ab3459d8f0ef52 Steve French 2020-02-06 1606 /* equivalent of the contents of SMB3.1.1 POSIX open context response */ 86eac7701750ff Aurelien Aptel 2020-02-08 1607 struct create_posix_rsp { ab3459d8f0ef52 Steve French 2020-02-06 1608 __le32 nlink; ab3459d8f0ef52 Steve French 2020-02-06 1609 __le32 reparse_tag; ab3459d8f0ef52 Steve French 2020-02-06 1610 __le32 mode; 86eac7701750ff Aurelien Aptel 2020-02-08 1611 /* 86eac7701750ff Aurelien Aptel 2020-02-08 1612 * var sized owner SID 86eac7701750ff Aurelien Aptel 2020-02-08 1613 * var sized group SID 86eac7701750ff Aurelien Aptel 2020-02-08 1614 */ 86eac7701750ff Aurelien Aptel 2020-02-08 1615 } __packed; ab3459d8f0ef52 Steve French 2020-02-06 @1616 }; :::::: The code at line 1616 was first introduced by commit :::::: ab3459d8f0ef52c38119ed58c4c29139efc7022c smb3: print warning once if posix context returned on open :::::: TO: Steve French <stfrench@xxxxxxxxxxxxx> :::::: CC: Steve French <stfrench@xxxxxxxxxxxxx> --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all@xxxxxxxxxxxx
Attachment:
.config.gz
Description: application/gzip