Re: drivers/virtio/virtio_ring.c:1162:11: error: 'struct vring_virtqueue' has no member named 'premapped'

From: Naresh Kamboju
Date: Thu Nov 28 2024 - 05:33:25 EST


On Thu, 28 Nov 2024 at 08:42, Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx> wrote:
>
> On Wed, 27 Nov 2024 13:30:59 +0530, Naresh Kamboju <naresh.kamboju@xxxxxxxxxx> 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