Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1612557 > unrolled thread

linux-next: build failure after merge of the vhost tree

Started byStephen Rothwell <sfr@canb.auug.org.au>
First post2017-03-30 06:30 +0200
Last post2017-04-03 08:30 +0200
Articles 2 — 1 participant

Back to article view | Back to linux.kernel


Contents

  linux-next: build failure after merge of the vhost tree Stephen Rothwell <sfr@canb.auug.org.au> - 2017-03-30 06:30 +0200
    Re: linux-next: build failure after merge of the vhost tree Stephen Rothwell <sfr@canb.auug.org.au> - 2017-04-03 08:30 +0200

#1612557 — linux-next: build failure after merge of the vhost tree

FromStephen Rothwell <sfr@canb.auug.org.au>
Date2017-03-30 06:30 +0200
Subjectlinux-next: build failure after merge of the vhost tree
Message-ID<tqzSG-Sh-29@gated-at.bofh.it>
Hi Michael,

After merging the vhost tree, today's linux-next build (arm
multi_v7_defconfig) failed like this:

drivers/remoteproc/remoteproc_virtio.c: In function 'rproc_virtio_find_vqs':
drivers/remoteproc/remoteproc_virtio.c:148:9: error: 'ctx' undeclared (first use in this function)
         ctx ? ctx[i] : false);
         ^

Caused by commit

  a965e977a103 ("virtio: add context flag to find vqs")

I have used the vhost tree from next-20170329 for today.

-- 
Cheers,
Stephen Rothwell

[toc] | [next] | [standalone]


#1614908

FromStephen Rothwell <sfr@canb.auug.org.au>
Date2017-04-03 08:30 +0200
Message-ID<ts3F0-3d5-5@gated-at.bofh.it>
In reply to#1612557
Hi Michael,

On Thu, 30 Mar 2017 15:25:58 +1100 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>
> After merging the vhost tree, today's linux-next build (arm
> multi_v7_defconfig) failed like this:
> 
> drivers/remoteproc/remoteproc_virtio.c: In function 'rproc_virtio_find_vqs':
> drivers/remoteproc/remoteproc_virtio.c:148:9: error: 'ctx' undeclared (first use in this function)
>          ctx ? ctx[i] : false);
>          ^
> 
> Caused by commit
> 
>   a965e977a103 ("virtio: add context flag to find vqs")
> 
> I have used the vhost tree from next-20170329 for today.

I am still getting this.
-- 
Cheers,
Stephen Rothwell

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web