linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* fs/xfs/xfs_ondisk.h:79:2: error: call to '__compiletime_assert_79' declared with attribute error: XFS: sizeof(xfs_attr_shortform_t) is wrong, expected 8
@ 2016-06-12  0:04 kbuild test robot
  0 siblings, 0 replies; 3+ messages in thread
From: kbuild test robot @ 2016-06-12  0:04 UTC (permalink / raw)
  To: Dave Chinner; +Cc: kbuild-all, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 2307 bytes --]

Hi,

FYI, the error/warning still remains.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   45b00c94be33db5d00595046663163ce55cbbfb9
commit: ab9d1e4f7b0217948a3b35a64178602ab30ff45d Merge branch 'xfs-misc-fixes-4.6-3' into for-next
date:   3 months ago
config: cris-allyesconfig (attached as .config)
compiler: cris-linux-gcc (GCC) 4.6.3
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 ab9d1e4f7b0217948a3b35a64178602ab30ff45d
        # save the attached .config to linux build tree
        make.cross ARCH=cris 

All errors (new ones prefixed by >>):

   In file included from fs/xfs/xfs_super.c:48:0:
   In function 'xfs_check_ondisk_structs',
       inlined from 'init_xfs_fs' at fs/xfs/xfs_super.c:1862:26:
>> fs/xfs/xfs_ondisk.h:79:2: error: call to '__compiletime_assert_79' declared with attribute error: XFS: sizeof(xfs_attr_shortform_t) is wrong, expected 8

vim +/__compiletime_assert_79 +79 fs/xfs/xfs_ondisk.h

30cbc591 Darrick J. Wong 2016-03-09  73  	 * definitions are updated to use c99 VLA definitions.
30cbc591 Darrick J. Wong 2016-03-09  74  	 *
30cbc591 Darrick J. Wong 2016-03-09  75  	XFS_CHECK_STRUCT_SIZE(xfs_attr_leaf_name_remote_t,	12);
30cbc591 Darrick J. Wong 2016-03-09  76  	 */
30cbc591 Darrick J. Wong 2016-03-09  77  
30cbc591 Darrick J. Wong 2016-03-09  78  	XFS_CHECK_STRUCT_SIZE(xfs_attr_leafblock_t,		40);
30cbc591 Darrick J. Wong 2016-03-09 @79  	XFS_CHECK_STRUCT_SIZE(xfs_attr_shortform_t,		8);
30cbc591 Darrick J. Wong 2016-03-09  80  	XFS_CHECK_STRUCT_SIZE(xfs_da_blkinfo_t,			12);
30cbc591 Darrick J. Wong 2016-03-09  81  	XFS_CHECK_STRUCT_SIZE(xfs_da_intnode_t,			16);
30cbc591 Darrick J. Wong 2016-03-09  82  	XFS_CHECK_STRUCT_SIZE(xfs_da_node_entry_t,		8);

:::::: The code at line 79 was first introduced by commit
:::::: 30cbc591c34e680e8b5d6d675ea49effe42a0570 xfs: check sizes of XFS on-disk structures at compile time

:::::: TO: Darrick J. Wong <darrick.wong@oracle.com>
:::::: CC: Dave Chinner <david@fromorbit.com>

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

[-- Attachment #2: .config.gz --]
[-- Type: application/octet-stream, Size: 37616 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* fs/xfs/xfs_ondisk.h:79:2: error: call to '__compiletime_assert_79' declared with attribute error: XFS: sizeof(xfs_attr_shortform_t) is wrong, expected 8
@ 2016-06-05  5:51 kbuild test robot
  0 siblings, 0 replies; 3+ messages in thread
From: kbuild test robot @ 2016-06-05  5:51 UTC (permalink / raw)
  To: Dave Chinner; +Cc: kbuild-all, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 2307 bytes --]

Hi,

FYI, the error/warning still remains.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   049ec1b5a76d34a6980cccdb7c0baeb4eed7a993
commit: ab9d1e4f7b0217948a3b35a64178602ab30ff45d Merge branch 'xfs-misc-fixes-4.6-3' into for-next
date:   3 months ago
config: cris-allmodconfig (attached as .config)
compiler: cris-linux-gcc (GCC) 4.6.3
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 ab9d1e4f7b0217948a3b35a64178602ab30ff45d
        # save the attached .config to linux build tree
        make.cross ARCH=cris 

All errors (new ones prefixed by >>):

   In file included from fs/xfs/xfs_super.c:48:0:
   In function 'xfs_check_ondisk_structs',
       inlined from 'init_xfs_fs' at fs/xfs/xfs_super.c:1862:26:
>> fs/xfs/xfs_ondisk.h:79:2: error: call to '__compiletime_assert_79' declared with attribute error: XFS: sizeof(xfs_attr_shortform_t) is wrong, expected 8

vim +/__compiletime_assert_79 +79 fs/xfs/xfs_ondisk.h

30cbc591 Darrick J. Wong 2016-03-09  73  	 * definitions are updated to use c99 VLA definitions.
30cbc591 Darrick J. Wong 2016-03-09  74  	 *
30cbc591 Darrick J. Wong 2016-03-09  75  	XFS_CHECK_STRUCT_SIZE(xfs_attr_leaf_name_remote_t,	12);
30cbc591 Darrick J. Wong 2016-03-09  76  	 */
30cbc591 Darrick J. Wong 2016-03-09  77  
30cbc591 Darrick J. Wong 2016-03-09  78  	XFS_CHECK_STRUCT_SIZE(xfs_attr_leafblock_t,		40);
30cbc591 Darrick J. Wong 2016-03-09 @79  	XFS_CHECK_STRUCT_SIZE(xfs_attr_shortform_t,		8);
30cbc591 Darrick J. Wong 2016-03-09  80  	XFS_CHECK_STRUCT_SIZE(xfs_da_blkinfo_t,			12);
30cbc591 Darrick J. Wong 2016-03-09  81  	XFS_CHECK_STRUCT_SIZE(xfs_da_intnode_t,			16);
30cbc591 Darrick J. Wong 2016-03-09  82  	XFS_CHECK_STRUCT_SIZE(xfs_da_node_entry_t,		8);

:::::: The code at line 79 was first introduced by commit
:::::: 30cbc591c34e680e8b5d6d675ea49effe42a0570 xfs: check sizes of XFS on-disk structures at compile time

:::::: TO: Darrick J. Wong <darrick.wong@oracle.com>
:::::: CC: Dave Chinner <david@fromorbit.com>

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

[-- Attachment #2: .config.gz --]
[-- Type: application/octet-stream, Size: 37273 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* fs/xfs/xfs_ondisk.h:79:2: error: call to '__compiletime_assert_79' declared with attribute error: XFS: sizeof(xfs_attr_shortform_t) is wrong, expected 8
@ 2016-04-18  9:46 kbuild test robot
  0 siblings, 0 replies; 3+ messages in thread
From: kbuild test robot @ 2016-04-18  9:46 UTC (permalink / raw)
  To: Dave Chinner; +Cc: kbuild-all, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 2274 bytes --]

Hi Dave,

FYI, the error/warning still remains.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   c3b46c73264b03000d1e18b22f5caf63332547c9
commit: ab9d1e4f7b0217948a3b35a64178602ab30ff45d Merge branch 'xfs-misc-fixes-4.6-3' into for-next
date:   6 weeks ago
config: cris-allyesconfig (attached as .config)
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 ab9d1e4f7b0217948a3b35a64178602ab30ff45d
        # save the attached .config to linux build tree
        make.cross ARCH=cris 

All errors (new ones prefixed by >>):

   In file included from fs/xfs/xfs_super.c:48:0:
   In function 'xfs_check_ondisk_structs',
       inlined from 'init_xfs_fs' at fs/xfs/xfs_super.c:1862:26:
>> fs/xfs/xfs_ondisk.h:79:2: error: call to '__compiletime_assert_79' declared with attribute error: XFS: sizeof(xfs_attr_shortform_t) is wrong, expected 8

vim +/__compiletime_assert_79 +79 fs/xfs/xfs_ondisk.h

30cbc591 Darrick J. Wong 2016-03-09  73  	 * definitions are updated to use c99 VLA definitions.
30cbc591 Darrick J. Wong 2016-03-09  74  	 *
30cbc591 Darrick J. Wong 2016-03-09  75  	XFS_CHECK_STRUCT_SIZE(xfs_attr_leaf_name_remote_t,	12);
30cbc591 Darrick J. Wong 2016-03-09  76  	 */
30cbc591 Darrick J. Wong 2016-03-09  77  
30cbc591 Darrick J. Wong 2016-03-09  78  	XFS_CHECK_STRUCT_SIZE(xfs_attr_leafblock_t,		40);
30cbc591 Darrick J. Wong 2016-03-09 @79  	XFS_CHECK_STRUCT_SIZE(xfs_attr_shortform_t,		8);
30cbc591 Darrick J. Wong 2016-03-09  80  	XFS_CHECK_STRUCT_SIZE(xfs_da_blkinfo_t,			12);
30cbc591 Darrick J. Wong 2016-03-09  81  	XFS_CHECK_STRUCT_SIZE(xfs_da_intnode_t,			16);
30cbc591 Darrick J. Wong 2016-03-09  82  	XFS_CHECK_STRUCT_SIZE(xfs_da_node_entry_t,		8);

:::::: The code at line 79 was first introduced by commit
:::::: 30cbc591c34e680e8b5d6d675ea49effe42a0570 xfs: check sizes of XFS on-disk structures at compile time

:::::: TO: Darrick J. Wong <darrick.wong@oracle.com>
:::::: CC: Dave Chinner <david@fromorbit.com>

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

[-- Attachment #2: .config.gz --]
[-- Type: application/octet-stream, Size: 37616 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-06-12  1:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-12  0:04 fs/xfs/xfs_ondisk.h:79:2: error: call to '__compiletime_assert_79' declared with attribute error: XFS: sizeof(xfs_attr_shortform_t) is wrong, expected 8 kbuild test robot
  -- strict thread matches above, loose matches on Subject: below --
2016-06-05  5:51 kbuild test robot
2016-04-18  9:46 kbuild test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).