All of lore.kernel.org
 help / color / mirror / Atom feed
* drivers/vhost/vhost.c:718:3: error: call to '__compiletime_assert_718' declared with attribute error: BUILD_BUG_ON failed: __alignof__ *vq->avail > VRING_AVAIL_ALIGN_SIZE
@ 2016-02-27 23:15 kbuild test robot
  2016-02-28  9:03 ` Michael S. Tsirkin
  2016-03-06  8:37 ` Michael S. Tsirkin
  0 siblings, 2 replies; 8+ messages in thread
From: kbuild test robot @ 2016-02-27 23:15 UTC (permalink / raw)
  To: Michael S. Tsirkin; +Cc: kbuild-all, linux-kernel

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

Hi Michael,

FYI, the error/warning still remains.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   691429e13dfaf5b0994b07cc166db41bd608ee3d
commit: 5d9a07b0de512b77bf28d2401e5fe3351f00a240 vhost: relax used address alignment
date:   1 year, 2 months ago
config: openrisc-allmodconfig (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 5d9a07b0de512b77bf28d2401e5fe3351f00a240
        # save the attached .config to linux build tree
        make.cross ARCH=openrisc 

All errors (new ones prefixed by >>):

   drivers/vhost/vhost.c: In function 'vhost_vring_ioctl':
>> drivers/vhost/vhost.c:718:3: error: call to '__compiletime_assert_718' declared with attribute error: BUILD_BUG_ON failed: __alignof__ *vq->avail > VRING_AVAIL_ALIGN_SIZE

vim +/__compiletime_assert_718 +718 drivers/vhost/vhost.c

   712			    (u64)(unsigned long)a.avail_user_addr != a.avail_user_addr) {
   713				r = -EFAULT;
   714				break;
   715			}
   716	
   717			/* Make sure it's safe to cast pointers to vring types. */
 > 718			BUILD_BUG_ON(__alignof__ *vq->avail > VRING_AVAIL_ALIGN_SIZE);
   719			BUILD_BUG_ON(__alignof__ *vq->used > VRING_USED_ALIGN_SIZE);
   720			if ((a.avail_user_addr & (VRING_AVAIL_ALIGN_SIZE - 1)) ||
   721			    (a.used_user_addr & (VRING_USED_ALIGN_SIZE - 1)) ||

---
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: 32019 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread
* drivers/vhost/vhost.c:718:3: error: call to '__compiletime_assert_718' declared with attribute error: BUILD_BUG_ON failed: __alignof__ *vq->avail > VRING_AVAIL_ALIGN_SIZE
@ 2016-03-06  3:35 kbuild test robot
  0 siblings, 0 replies; 8+ messages in thread
From: kbuild test robot @ 2016-03-06  3:35 UTC (permalink / raw)
  To: Michael S. Tsirkin; +Cc: kbuild-all, linux-kernel

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

Hi Michael,

FYI, the error/warning still remains.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   67944024c1cdd897e49a09b0d6af3ea38d1388ca
commit: 5d9a07b0de512b77bf28d2401e5fe3351f00a240 vhost: relax used address alignment
date:   1 year, 2 months ago
config: openrisc-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 5d9a07b0de512b77bf28d2401e5fe3351f00a240
        # save the attached .config to linux build tree
        make.cross ARCH=openrisc 

All errors (new ones prefixed by >>):

   drivers/vhost/vhost.c: In function 'vhost_vring_ioctl':
>> drivers/vhost/vhost.c:718:3: error: call to '__compiletime_assert_718' declared with attribute error: BUILD_BUG_ON failed: __alignof__ *vq->avail > VRING_AVAIL_ALIGN_SIZE

vim +/__compiletime_assert_718 +718 drivers/vhost/vhost.c

   712			    (u64)(unsigned long)a.avail_user_addr != a.avail_user_addr) {
   713				r = -EFAULT;
   714				break;
   715			}
   716	
   717			/* Make sure it's safe to cast pointers to vring types. */
 > 718			BUILD_BUG_ON(__alignof__ *vq->avail > VRING_AVAIL_ALIGN_SIZE);
   719			BUILD_BUG_ON(__alignof__ *vq->used > VRING_USED_ALIGN_SIZE);
   720			if ((a.avail_user_addr & (VRING_AVAIL_ALIGN_SIZE - 1)) ||
   721			    (a.used_user_addr & (VRING_USED_ALIGN_SIZE - 1)) ||

---
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: 32364 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread
* drivers/vhost/vhost.c:718:3: error: call to '__compiletime_assert_718' declared with attribute error: BUILD_BUG_ON failed: __alignof__ *vq->avail > VRING_AVAIL_ALIGN_SIZE
@ 2016-03-13  2:49 kbuild test robot
  0 siblings, 0 replies; 8+ messages in thread
From: kbuild test robot @ 2016-03-13  2:49 UTC (permalink / raw)
  To: Michael S. Tsirkin; +Cc: kbuild-all, linux-kernel

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

Hi Michael,

FYI, the error/warning still remains.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   fda604a4daa19ead458ce5471892fa1d4b382d82
commit: 5d9a07b0de512b77bf28d2401e5fe3351f00a240 vhost: relax used address alignment
date:   1 year, 2 months ago
config: openrisc-allmodconfig (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 5d9a07b0de512b77bf28d2401e5fe3351f00a240
        # save the attached .config to linux build tree
        make.cross ARCH=openrisc 

All errors (new ones prefixed by >>):

   drivers/vhost/vhost.c: In function 'vhost_vring_ioctl':
>> drivers/vhost/vhost.c:718:3: error: call to '__compiletime_assert_718' declared with attribute error: BUILD_BUG_ON failed: __alignof__ *vq->avail > VRING_AVAIL_ALIGN_SIZE

vim +/__compiletime_assert_718 +718 drivers/vhost/vhost.c

   712			    (u64)(unsigned long)a.avail_user_addr != a.avail_user_addr) {
   713				r = -EFAULT;
   714				break;
   715			}
   716	
   717			/* Make sure it's safe to cast pointers to vring types. */
 > 718			BUILD_BUG_ON(__alignof__ *vq->avail > VRING_AVAIL_ALIGN_SIZE);
   719			BUILD_BUG_ON(__alignof__ *vq->used > VRING_USED_ALIGN_SIZE);
   720			if ((a.avail_user_addr & (VRING_AVAIL_ALIGN_SIZE - 1)) ||
   721			    (a.used_user_addr & (VRING_USED_ALIGN_SIZE - 1)) ||

---
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: 32019 bytes --]

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

end of thread, other threads:[~2016-03-14  1:41 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-27 23:15 drivers/vhost/vhost.c:718:3: error: call to '__compiletime_assert_718' declared with attribute error: BUILD_BUG_ON failed: __alignof__ *vq->avail > VRING_AVAIL_ALIGN_SIZE kbuild test robot
2016-02-28  9:03 ` Michael S. Tsirkin
2016-03-06  8:37 ` Michael S. Tsirkin
2016-03-10  0:49   ` [kbuild-all] " Fengguang Wu
2016-03-13 14:57     ` Michael S. Tsirkin
2016-03-14  1:41       ` Fengguang Wu
  -- strict thread matches above, loose matches on Subject: below --
2016-03-06  3:35 kbuild test robot
2016-03-13  2:49 kbuild test robot

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.