Re: localmodconfig - "intel_rapl_perf config not found!!"

From: Steven Rostedt
Date: Wed Aug 26 2020 - 17:11:23 EST


On Wed, 26 Aug 2020 16:30:28 +0000
Changbin Du <changbin.du@xxxxxxxxx> wrote:

> > >
> > > @Changbin: can you fix this little bug in streamline_config.pl, please? ^^^^^
> This was tested before. Is this a perl version issue?
>
> changbin@vultr:~$ cat a.pl
> my @preserved_kconfigs = split(/:/,$ENV{LMC_KEEP});
> print("@preserved_kconfigs")
> changbin@vultr:~$ perl a.pl
> changbin@vultr:~$ perl -v
> This is perl 5, version 26, subversion 1 (v5.26.1) built for x86_64-linux-gnu-thread-multi
> (with 67 registered patches, see perl -V for more detail)
>
> Copyright 1987-2017, Larry Wall
>
> Perl may be copied only under the terms of either the Artistic License or the
> GNU General Public License, which may be found in the Perl 5 source kit.
>
> Complete documentation for Perl, including FAQ lists, should be found on
> this system using "man perl" or "perldoc perl". If you have access to the
> Internet, point your browser at http://www.perl.org/, the Perl Home Page.

I see that warning too:

$ perl -v

This is perl 5, version 30, subversion 2 (v5.30.2) built for x86_64-linux-thread-multi
(with 70 registered patches, see perl -V for more detail)

-- Steve