* drivers/virtio/virtio_ring.c:1162:11: error: 'struct vring_virtqueue' has no member named 'premapped'
@ 2024-11-27 8:00 Naresh Kamboju
2024-11-27 11:44 ` Michael S. Tsirkin
2024-11-28 3:10 ` Xuan Zhuo
0 siblings, 2 replies; 4+ messages in thread
From: Naresh Kamboju @ 2024-11-27 8:00 UTC (permalink / raw)
To: virtualization, open list, lkft-triage, Linux Regressions
Cc: Michael S. Tsirkin, Jason Wang, Xuan Zhuo, eperezma, Sasha Levin,
Dan Carpenter, Anders Roxell, Arnd Bergmann
The following build errors were noticed for arm64, arm, x86_64 and riscv.
First seen on Sasha Linus-next 441d2975754ad94f3ce2e29f672824bc2dc5120c.
Good: 07e98e730a08081b6d0b5c3a173b0487c36ed27f
Bad: 441d2975754ad94f3ce2e29f672824bc2dc5120c
arm64, arm, riscv and x86_64:
build:
* clang-19-defconfig
* gcc-13-defconfig
* clang-19-lkftconfig
* gcc-13-lkftconfig
Reported-by: Linux Kernel Functional Testing <lkft@linaro.org>
Build error:
---------
drivers/virtio/virtio_ring.c: In function '__vring_new_virtqueue_split':
drivers/virtio/virtio_ring.c:1162:11: error: 'struct vring_virtqueue'
has no member named 'premapped'
1162 | vq->premapped = false;
| ^~
drivers/virtio/virtio_ring.c:1163:11: error: 'struct vring_virtqueue'
has no member named 'do_unmap'
1163 | vq->do_unmap = vq->use_dma_api;
| ^~
make[5]: *** [scripts/Makefile.build:229: drivers/virtio/virtio_ring.o] Error 1
Build image:
-----------
- https://qa-reports.linaro.org/lkft/sashal-linus-next/build/v6.11-25212-gbe03d2e1a06f/testrun/26081256/suite/build/test/gcc-13-lkftconfig-rcutorture/log
- https://qa-reports.linaro.org/lkft/sashal-linus-next/build/v6.11-25212-gbe03d2e1a06f/testrun/26081256/suite/build/test/gcc-13-lkftconfig-rcutorture/history/
- https://qa-reports.linaro.org/lkft/sashal-linus-next/build/v6.11-25212-gbe03d2e1a06f/testrun/26081256/suite/build/test/gcc-13-defconfig/history/
- https://storage.tuxsuite.com/public/linaro/lkft/builds/2pPghaTDWgXtaR5FXfFS4Ay3d4C/
$ git log --oneline
07e98e730a08081b6d0b5c3a173b0487c36ed27f..441d2975754ad94f3ce2e29f672824bc2dc5120c
-- drivers/virtio/virtio_ring.c
441d2975754ad Merge tag 'for_linus' of
https://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost into
linus-next
a49c26f761d2b virtio: Make vring_new_virtqueue support packed vring
Steps to reproduce:
------------
- tuxsuite build \
--git-repo https://git.kernel.org/pub/scm/linux/kernel/git/sashal/linus-next.git
\
--git-sha be03d2e1a06f7bd4be131c48f1c5555e83470a4d \
--target-arch arm64 \
--toolchain gcc-13 \
--kconfig https://storage.tuxsuite.com/public/linaro/lkft/builds/2pPghaTDWgXtaR5FXfFS4Ay3d4C/config
metadata:
----
git repo: https://git.kernel.org/pub/scm/linux/kernel/git/sashal/linus-next.git
git sha: ed9a4ad6e5bd3a443e81446476718abebee47e82
kernel config:
https://storage.tuxsuite.com/public/linaro/lkft/builds/2pPghaTDWgXtaR5FXfFS4Ay3d4C/config
build url: https://storage.tuxsuite.com/public/linaro/lkft/builds/2pPghaTDWgXtaR5FXfFS4Ay3d4C/
toolchain: gcc-13, clang-19 and clang-nightly
config: defconfig, lkftconfig
arch: arm64, arm, x86_64 and riscv
--
Linaro LKFT
https://lkft.linaro.org
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: drivers/virtio/virtio_ring.c:1162:11: error: 'struct vring_virtqueue' has no member named 'premapped'
2024-11-27 8:00 drivers/virtio/virtio_ring.c:1162:11: error: 'struct vring_virtqueue' has no member named 'premapped' Naresh Kamboju
@ 2024-11-27 11:44 ` Michael S. Tsirkin
2024-11-28 3:10 ` Xuan Zhuo
1 sibling, 0 replies; 4+ messages in thread
From: Michael S. Tsirkin @ 2024-11-27 11:44 UTC (permalink / raw)
To: Naresh Kamboju
Cc: virtualization, open list, lkft-triage, Linux Regressions,
Jason Wang, Xuan Zhuo, eperezma, Sasha Levin, Dan Carpenter,
Anders Roxell, Arnd Bergmann
On Wed, Nov 27, 2024 at 01:30:59PM +0530, Naresh Kamboju wrote:
> The following build errors were noticed for arm64, arm, x86_64 and riscv.
>
> First seen on Sasha Linus-next 441d2975754ad94f3ce2e29f672824bc2dc5120c.
> Good: 07e98e730a08081b6d0b5c3a173b0487c36ed27f
> Bad: 441d2975754ad94f3ce2e29f672824bc2dc5120c
>
> arm64, arm, riscv and x86_64:
> build:
> * clang-19-defconfig
> * gcc-13-defconfig
> * clang-19-lkftconfig
> * gcc-13-lkftconfig
>
> Reported-by: Linux Kernel Functional Testing <lkft@linaro.org>
>
> Build error:
> ---------
> drivers/virtio/virtio_ring.c: In function '__vring_new_virtqueue_split':
> drivers/virtio/virtio_ring.c:1162:11: error: 'struct vring_virtqueue'
> has no member named 'premapped'
> 1162 | vq->premapped = false;
> | ^~
> drivers/virtio/virtio_ring.c:1163:11: error: 'struct vring_virtqueue'
> has no member named 'do_unmap'
> 1163 | vq->do_unmap = vq->use_dma_api;
> | ^~
> make[5]: *** [scripts/Makefile.build:229: drivers/virtio/virtio_ring.o] Error 1
>
> Build image:
> -----------
> - https://qa-reports.linaro.org/lkft/sashal-linus-next/build/v6.11-25212-gbe03d2e1a06f/testrun/26081256/suite/build/test/gcc-13-lkftconfig-rcutorture/log
> - https://qa-reports.linaro.org/lkft/sashal-linus-next/build/v6.11-25212-gbe03d2e1a06f/testrun/26081256/suite/build/test/gcc-13-lkftconfig-rcutorture/history/
> - https://qa-reports.linaro.org/lkft/sashal-linus-next/build/v6.11-25212-gbe03d2e1a06f/testrun/26081256/suite/build/test/gcc-13-defconfig/history/
> - https://storage.tuxsuite.com/public/linaro/lkft/builds/2pPghaTDWgXtaR5FXfFS4Ay3d4C/
>
> $ git log --oneline
> 07e98e730a08081b6d0b5c3a173b0487c36ed27f..441d2975754ad94f3ce2e29f672824bc2dc5120c
> -- drivers/virtio/virtio_ring.c
> 441d2975754ad Merge tag 'for_linus' of
> https://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost into
> linus-next
> a49c26f761d2b virtio: Make vring_new_virtqueue support packed vring
>
> Steps to reproduce:
> ------------
> - tuxsuite build \
> --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/sashal/linus-next.git
> \
> --git-sha be03d2e1a06f7bd4be131c48f1c5555e83470a4d \
> --target-arch arm64 \
> --toolchain gcc-13 \
> --kconfig https://storage.tuxsuite.com/public/linaro/lkft/builds/2pPghaTDWgXtaR5FXfFS4Ay3d4C/config
>
> metadata:
> ----
> git repo: https://git.kernel.org/pub/scm/linux/kernel/git/sashal/linus-next.git
> git sha: ed9a4ad6e5bd3a443e81446476718abebee47e82
> kernel config:
> https://storage.tuxsuite.com/public/linaro/lkft/builds/2pPghaTDWgXtaR5FXfFS4Ay3d4C/config
> build url: https://storage.tuxsuite.com/public/linaro/lkft/builds/2pPghaTDWgXtaR5FXfFS4Ay3d4C/
> toolchain: gcc-13, clang-19 and clang-nightly
> config: defconfig, lkftconfig
> arch: arm64, arm, x86_64 and riscv
Donnu what it going on here. A mismerge?
> --
> Linaro LKFT
> https://lkft.linaro.org
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: drivers/virtio/virtio_ring.c:1162:11: error: 'struct vring_virtqueue' has no member named 'premapped'
2024-11-27 8:00 drivers/virtio/virtio_ring.c:1162:11: error: 'struct vring_virtqueue' has no member named 'premapped' Naresh Kamboju
2024-11-27 11:44 ` Michael S. Tsirkin
@ 2024-11-28 3:10 ` Xuan Zhuo
2024-11-28 10:33 ` Naresh Kamboju
1 sibling, 1 reply; 4+ messages in thread
From: Xuan Zhuo @ 2024-11-28 3:10 UTC (permalink / raw)
To: Naresh Kamboju
Cc: Michael S. Tsirkin, Jason Wang, eperezma, Sasha Levin,
Dan Carpenter, Anders Roxell, Arnd Bergmann, virtualization,
open list, lkft-triage, Linux Regressions
On Wed, 27 Nov 2024 13:30:59 +0530, Naresh Kamboju <naresh.kamboju@linaro.org> wrote:
> The following build errors were noticed for arm64, arm, x86_64 and riscv.
>
> First seen on Sasha Linus-next 441d2975754ad94f3ce2e29f672824bc2dc5120c.
> Good: 07e98e730a08081b6d0b5c3a173b0487c36ed27f
> Bad: 441d2975754ad94f3ce2e29f672824bc2dc5120c
There maybe one conflict between net-next and vhost, how did you handle it?
Thanks
>
> arm64, arm, riscv and x86_64:
> build:
> * clang-19-defconfig
> * gcc-13-defconfig
> * clang-19-lkftconfig
> * gcc-13-lkftconfig
>
> Reported-by: Linux Kernel Functional Testing <lkft@linaro.org>
>
> Build error:
> ---------
> drivers/virtio/virtio_ring.c: In function '__vring_new_virtqueue_split':
> drivers/virtio/virtio_ring.c:1162:11: error: 'struct vring_virtqueue'
> has no member named 'premapped'
> 1162 | vq->premapped = false;
> | ^~
> drivers/virtio/virtio_ring.c:1163:11: error: 'struct vring_virtqueue'
> has no member named 'do_unmap'
> 1163 | vq->do_unmap = vq->use_dma_api;
> | ^~
> make[5]: *** [scripts/Makefile.build:229: drivers/virtio/virtio_ring.o] Error 1
>
> Build image:
> -----------
> - https://qa-reports.linaro.org/lkft/sashal-linus-next/build/v6.11-25212-gbe03d2e1a06f/testrun/26081256/suite/build/test/gcc-13-lkftconfig-rcutorture/log
> - https://qa-reports.linaro.org/lkft/sashal-linus-next/build/v6.11-25212-gbe03d2e1a06f/testrun/26081256/suite/build/test/gcc-13-lkftconfig-rcutorture/history/
> - https://qa-reports.linaro.org/lkft/sashal-linus-next/build/v6.11-25212-gbe03d2e1a06f/testrun/26081256/suite/build/test/gcc-13-defconfig/history/
> - https://storage.tuxsuite.com/public/linaro/lkft/builds/2pPghaTDWgXtaR5FXfFS4Ay3d4C/
>
> $ git log --oneline
> 07e98e730a08081b6d0b5c3a173b0487c36ed27f..441d2975754ad94f3ce2e29f672824bc2dc5120c
> -- drivers/virtio/virtio_ring.c
> 441d2975754ad Merge tag 'for_linus' of
> https://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost into
> linus-next
> a49c26f761d2b virtio: Make vring_new_virtqueue support packed vring
>
> Steps to reproduce:
> ------------
> - tuxsuite build \
> --git-repo https://git.kernel.org/pub/scm/linux/kernel/git/sashal/linus-next.git
> \
> --git-sha be03d2e1a06f7bd4be131c48f1c5555e83470a4d \
> --target-arch arm64 \
> --toolchain gcc-13 \
> --kconfig https://storage.tuxsuite.com/public/linaro/lkft/builds/2pPghaTDWgXtaR5FXfFS4Ay3d4C/config
>
> metadata:
> ----
> git repo: https://git.kernel.org/pub/scm/linux/kernel/git/sashal/linus-next.git
> git sha: ed9a4ad6e5bd3a443e81446476718abebee47e82
> kernel config:
> https://storage.tuxsuite.com/public/linaro/lkft/builds/2pPghaTDWgXtaR5FXfFS4Ay3d4C/config
> build url: https://storage.tuxsuite.com/public/linaro/lkft/builds/2pPghaTDWgXtaR5FXfFS4Ay3d4C/
> toolchain: gcc-13, clang-19 and clang-nightly
> config: defconfig, lkftconfig
> arch: arm64, arm, x86_64 and riscv
>
> --
> Linaro LKFT
> https://lkft.linaro.org
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: drivers/virtio/virtio_ring.c:1162:11: error: 'struct vring_virtqueue' has no member named 'premapped'
2024-11-28 3:10 ` Xuan Zhuo
@ 2024-11-28 10:33 ` Naresh Kamboju
0 siblings, 0 replies; 4+ messages in thread
From: Naresh Kamboju @ 2024-11-28 10:33 UTC (permalink / raw)
To: Xuan Zhuo, Michael S. Tsirkin, Sasha Levin
Cc: Jason Wang, eperezma, Dan Carpenter, Anders Roxell, Arnd Bergmann,
virtualization, open list, lkft-triage, Linux Regressions
On Thu, 28 Nov 2024 at 08:42, Xuan Zhuo <xuanzhuo@linux.alibaba.com> wrote:
>
> On Wed, 27 Nov 2024 13:30:59 +0530, Naresh Kamboju <naresh.kamboju@linaro.org> wrote:
> > The following build errors were noticed for arm64, arm, x86_64 and riscv.
> >
> > First seen on Sasha Linus-next 441d2975754ad94f3ce2e29f672824bc2dc5120c.
> > Good: 07e98e730a08081b6d0b5c3a173b0487c36ed27f
> > Bad: 441d2975754ad94f3ce2e29f672824bc2dc5120c
>
> There maybe one conflict between net-next and vhost, how did you handle it?
>
> Thanks
>
>
> >
> > arm64, arm, riscv and x86_64:
> > build:
> > * clang-19-defconfig
> > * gcc-13-defconfig
> > * clang-19-lkftconfig
> > * gcc-13-lkftconfig
The reported build regressions have been fixed on Sasha ' s Linus-next tree.
Links:
--------
- https://qa-reports.linaro.org/lkft/sashal-linus-next/build/v6.11-25212-gbe03d2e1a06f/testrun/26081256/suite/build/test/gcc-13-lkftconfig/history/
- https://qa-reports.linaro.org/lkft/sashal-linus-next/build/v6.11-25212-gbe03d2e1a06f/testrun/26081256/suite/build/test/gcc-13-lkftconfig-rcutorture/history/
- Naresh
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-11-28 10:33 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-27 8:00 drivers/virtio/virtio_ring.c:1162:11: error: 'struct vring_virtqueue' has no member named 'premapped' Naresh Kamboju
2024-11-27 11:44 ` Michael S. Tsirkin
2024-11-28 3:10 ` Xuan Zhuo
2024-11-28 10:33 ` Naresh Kamboju
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).