Re: linux-next: build failure in final build

From: Steven Rostedt

Date: Fri Mar 27 2026 - 22:19:25 EST


On Fri, 27 Mar 2026 22:03:39 +0000
Mark Brown <broonie@xxxxxxxxxx> wrote:

> Hi all,
>
> In the final build, today's linux-next build (i386 defconfig) failed
> like this:
>
> /tmp/next/build/kernel/trace/trace.c:820:5: error: no previous prototype for 'tracing_alloc_snapshot' [-Werror=missing-prototypes]
> 820 | int tracing_alloc_snapshot(void)
> | ^~~~~~~~~~~~~~~~~~~~~~
> cc1: all warnings being treated as errors
>
> Caused by commit
>
> bade44fe546212 (tracing: Move snapshot code out of trace.c and into trace_snapshot.c)
>
> I've left this for today.

Thanks, I'll take a look.

-- Steve