Re: [PATCH 5.10 000/130] 5.10.131-rc1 review

From: Greg Kroah-Hartman
Date: Wed Jul 13 2022 - 05:42:26 EST


On Wed, Jul 13, 2022 at 03:05:26PM +0530, Naresh Kamboju wrote:
> On Wed, 13 Jul 2022 at 04:45, Florian Fainelli <f.fainelli@xxxxxxxxx> wrote:
> >
> > On 7/12/22 11:37, Greg Kroah-Hartman wrote:
> > > This is the start of the stable review cycle for the 5.10.131 release.
> > > There are 130 patches in this series, all will be posted as a response
> > > to this one. If anyone has any issues with these being applied, please
> > > let me know.
> > >
> > > Responses should be made by Thu, 14 Jul 2022 18:32:19 +0000.
> > > Anything received after that time might be too late.
> > >
> > > The whole patch series can be found in one patch at:
> > > https://www.kernel.org/pub/linux/kernel/v5.x/stable-review/patch-5.10.131-rc1.gz
> > > or in the git tree and branch at:
> > > git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.10.y
> > > and the diffstat can be found below.
> > >
> > > thanks,
> > >
> > > greg k-h
>
>
> > perf fails to build with:
>
> I have also noticed perf build failed.
>
> Reported-by: Linux Kernel Functional Testing <lkft@xxxxxxxxxx>
>
> In file included from util/intel-pt-decoder/intel-pt-insn-decoder.c:15:
> util/intel-pt-decoder/../../../arch/x86/lib/insn.c:13:10: fatal error:
> asm/inat.h: No such file or directory
> 13 | #include <asm/inat.h> /* __ignore_sync_check__ */
> | ^~~~~~~~~~~~
> compilation terminated.
>
> Build log:
> https://builds.tuxbuild.com/2BrKWlDZbrZwQIfxzeMf6fv37sn/

Should now be fixed in the tree, I'll push out a -rc2 so that your build
tools will pick it up.

thanks,

greg k-h