From: kbuild test robot <lkp@intel.com>
To: Aurelien Aptel <aaptel@suse.com>
Cc: kbuild-all@lists.01.org, linux-cifs@vger.kernel.org,
samba-technical@lists.samba.org,
Steve French <stfrench@microsoft.com>
Subject: [cifs:for-next 4/6] fs/cifs/smb2pdu.h:1616:1: error: expected identifier or '(' before '}' token
Date: Fri, 21 Feb 2020 02:41:20 +0800 [thread overview]
Message-ID: <202002210208.swNfPEIL%lkp@intel.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 2267 bytes --]
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@intel.com>
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@microsoft.com>
:::::: CC: Steve French <stfrench@microsoft.com>
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 25773 bytes --]
WARNING: multiple messages have this Message-ID (diff)
From: kbuild test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: [cifs:for-next 4/6] fs/cifs/smb2pdu.h:1616:1: error: expected identifier or '(' before '}' token
Date: Fri, 21 Feb 2020 02:41:20 +0800 [thread overview]
Message-ID: <202002210208.swNfPEIL%lkp@intel.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 2319 bytes --]
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@intel.com>
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@microsoft.com>
:::::: CC: Steve French <stfrench@microsoft.com>
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org
[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 25773 bytes --]
next reply other threads:[~2020-02-20 18:41 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-20 18:41 kbuild test robot [this message]
2020-02-20 18:41 ` [cifs:for-next 4/6] fs/cifs/smb2pdu.h:1616:1: error: expected identifier or '(' before '}' token kbuild test robot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=202002210208.swNfPEIL%lkp@intel.com \
--to=lkp@intel.com \
--cc=aaptel@suse.com \
--cc=kbuild-all@lists.01.org \
--cc=linux-cifs@vger.kernel.org \
--cc=samba-technical@lists.samba.org \
--cc=stfrench@microsoft.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.