Re: [for-next][PATCH 1/3] sorttable: Move ELF parsing into scripts/elf-parse.[ch]

From: Steven Rostedt
Date: Thu Aug 28 2025 - 15:36:45 EST


On Thu, 28 Aug 2025 21:03:52 +0200
Nicolas Schier <nsc@xxxxxxxxxx> wrote:

> > --- a/scripts/Makefile.vmlinux
> > +++ b/scripts/Makefile.vmlinux
> > @@ -97,6 +97,8 @@ ifdef CONFIG_BUILDTIME_TABLE_SORT
> > $(vmlinux-final): scripts/sorttable
> > endif
> >
> > +.PRECIOUS: $(vmlinux-final)
>
> Why do you need '.PRECIOUS' here? Does its need match to Masahiros
> explanations in

I don't. Crap! That was from debugging where I needed to keep the
vmlinux-final around to test. I must have accidentally committed it.

Let me go and remove that.

Thanks for spotting it!

-- Steve