Re: [PATCH 0/3] Move some more header copies to tools/perf/trace/beauty/

From: Ian Rogers
Date: Thu Mar 14 2024 - 12:55:31 EST


On Thu, Mar 14, 2024 at 9:46 AM Arnaldo Carvalho de Melo
<arnaldo.melo@xxxxxxxxx> wrote:
>
>
>
> On Thu, Mar 14, 2024, 12:00 PM Ian Rogers <irogers@xxxxxxxxxx> wrote:
>>
>> On Thu, Mar 14, 2024 at 7:43 AM Arnaldo Carvalho de Melo
>> <acme@xxxxxxxxxx> wrote:
>> >
>> > From: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
>> >
>> > Hi,
>> >
>> > Move a few more files that is used just by scrappers.
>>
>> Thanks Arnaldo! A nit, could you change s/scrapp/scrap/g in the commit
>> messages - scrapping is throwing away, you mean scraping :-)
>
>
> Sure, learned the difference an extra p makes :-)
>
> Can I take this as an acked-by?

Yep.

Reviewed-by: Ian Rogers <irogers@xxxxxxxxxx>

Thanks,
Ian

> - Arnaldo
>
>>
>> Ian
>>
>> > - Arnaldo
>> >
>> > Arnaldo Carvalho de Melo (3):
>> > perf beauty: Move uapi/linux/usbdevice_fs.h copy out of the directory
>> > used to build perf
>> > perf beauty: Move uapi/sound/asound.h copy out of the directory used
>> > to build perf
>> > perf beauty: Move arch/x86/include/asm/irq_vectors.h copy out of the
>> > directory used to build perf
>> >
>> > tools/perf/Makefile.perf | 19 +++++++++++--------
>> > tools/perf/check-headers.sh | 6 +++---
>> > .../arch/x86/include/asm/irq_vectors.h | 0
>> > .../beauty}/include/uapi/linux/usbdevice_fs.h | 0
>> > .../trace/beauty}/include/uapi/sound/asound.h | 0
>> > tools/perf/trace/beauty/sndrv_ctl_ioctl.sh | 4 ++--
>> > tools/perf/trace/beauty/sndrv_pcm_ioctl.sh | 4 ++--
>> > .../beauty/tracepoints/x86_irq_vectors.sh | 6 +++---
>> > tools/perf/trace/beauty/usbdevfs_ioctl.sh | 6 +++---
>> > 9 files changed, 24 insertions(+), 21 deletions(-)
>> > rename tools/{ => perf/trace/beauty}/arch/x86/include/asm/irq_vectors.h (100%)
>> > rename tools/{ => perf/trace/beauty}/include/uapi/linux/usbdevice_fs.h (100%)
>> > rename tools/{ => perf/trace/beauty}/include/uapi/sound/asound.h (100%)
>> >
>> > --
>> > 2.43.2
>> >