Re: [PATCH fyi 1/1] perf trace beauty: Sync linux/vhost.h with the kernel sources

From: Arnaldo Carvalho de Melo
Date: Tue Apr 02 2024 - 17:39:22 EST


On Tue, Apr 02, 2024 at 02:04:39PM -0700, Namhyung Kim wrote:
> On Thu, Mar 21, 2024 at 1:41 PM Arnaldo Carvalho de Melo
> <acme@xxxxxxxxxx> wrote:
> >
> > tldr; Just FYI, I'm carrying this on the perf tools tree.
>
> Have you applied this to perf-tools-next?

Nope.

> > +++ after 2024-03-21 17:34:07.687563333 -0300
> > @@ -49,6 +49,7 @@
> > [0x7B] = "VDPA_GET_VRING_GROUP",
> > [0x7F] = "VDPA_GET_VRING_DESC_GROUP",
> > [0x80] = "VDPA_GET_VQS_COUNT",
> > + [0x80] = "VDPA_GET_VRING_SIZE",
>
> This gives me a build error:

I noticed it and removed it.

⬢[acme@toolbox perf-tools-next]$ git log --oneline perf-tools-next/perf-tools-next torvalds/master.. | grep vhost
4962e1949608fed9 perf beauty: Move uapi/linux/vhost.h copy out of the directory used to build perf
⬢[acme@toolbox perf-tools-next]$

Thanks for double checking!

- Arnaldo