public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Florian Fainelli <f.fainelli@gmail.com>
To: Ian Rogers <rogers.email@gmail.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	stable@vger.kernel.org, Namhyung Kim <namhyung@kernel.org>,
	patches@lists.linux.dev, linux-kernel@vger.kernel.org,
	torvalds@linux-foundation.org, akpm@linux-foundation.org,
	linux@roeck-us.net, shuah@kernel.org, patches@kernelci.org,
	lkft-triage@lists.linaro.org, pavel@denx.de,
	jonathanh@nvidia.com, sudipm.mukherjee@gmail.com,
	srw@sladewatkins.net, rwarsow@gmx.de, conor@kernel.org
Subject: Re: [PATCH 5.10 00/83] 5.10.196-rc1 review
Date: Wed, 20 Sep 2023 11:47:05 -0700	[thread overview]
Message-ID: <c333a61e-242e-0b06-e5bd-2a1249b1483e@gmail.com> (raw)
In-Reply-To: <CABbpPsz0Brmfw3zg2Y_r54Hx2mN1Ly=AtghKNE9chmtSP_-Y6A@mail.gmail.com>

On 9/20/23 11:42, Ian Rogers wrote:
> On Wed, 20 Sept 2023 at 11:13, Florian Fainelli <f.fainelli@gmail.com 
> <mailto:f.fainelli@gmail.com>> wrote:
> 
>     On 9/20/23 04:30, Greg Kroah-Hartman wrote:
>      > This is the start of the stable review cycle for the 5.10.196
>     release.
>      > There are 83 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 Fri, 22 Sep 2023 11:28:09 +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.196-rc1.gz <https://www.kernel.org/pub/linux/kernel/v5.x/stable-review/patch-5.10.196-rc1.gz>
>      > or in the git tree and branch at:
>      >     
>       git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git <http://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 on ARM, ARM64 and MIPS with:
> 
>     fixdep: error opening depfile:
>     /local/users/fainelli/buildroot/output/bmips/build/linux-custom/tools/perf/pmu-events/.pmu-events.o.d:
>     No such file or directory
>     make[5]: *** [pmu-events/Build:33:
>     /local/users/fainelli/buildroot/output/bmips/build/linux-custom/tools/perf/pmu-events/pmu-events.o]
>     Error 2
>     make[4]: *** [Makefile.perf:653:
>     /local/users/fainelli/buildroot/output/bmips/build/linux-custom/tools/perf/pmu-events/pmu-events-in.o]
>     Error 2
>     make[3]: *** [Makefile.perf:229: sub-make] Error 2
>     make[2]: *** [Makefile:70: all] Error 2
>     make[1]: *** [package/pkg-generic.mk:294 <http://pkg-generic.mk:294>:
>     /local/users/fainelli/buildroot/output/bmips/build/linux-tools/.stamp_built]
>     Error 2
>     make: *** [Makefile:27: _all] Error 2
> 
>     this is caused by 653fc524e350b62479529140dc9abef05abbcc29 ("perf
>     build:
>     Update build rule for generated files"). Reverting that commit plus
>     5804de1f2324ddcfe3f0b6ad58fcfe4d344e0471 ("perf jevents: Switch
>     build to
>     use jevents.py") gets us going again.
> 
> 
> Given the perf tool is backward compatible, does doing backports make sense?

For bugfixes certainly this does not appear to be one though?
-- 
Florian


  parent reply	other threads:[~2023-09-20 18:47 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-20 11:30 [PATCH 5.10 00/83] 5.10.196-rc1 review Greg Kroah-Hartman
2023-09-20 11:30 ` [PATCH 5.10 01/83] autofs: fix memory leak of waitqueues in autofs_catatonic_mode Greg Kroah-Hartman
2023-09-20 18:13 ` [PATCH 5.10 00/83] 5.10.196-rc1 review Florian Fainelli
     [not found]   ` <CABbpPsz0Brmfw3zg2Y_r54Hx2mN1Ly=AtghKNE9chmtSP_-Y6A@mail.gmail.com>
2023-09-20 18:47     ` Florian Fainelli [this message]
2023-09-20 21:35 ` Shuah Khan
2023-09-21  6:07 ` Dominique Martinet
2023-09-21 13:32 ` Naresh Kamboju
2023-09-21 15:59 ` Guenter Roeck
2023-09-23  8:22   ` Greg Kroah-Hartman
2023-09-21 20:38 ` Joel Fernandes
2023-09-22  9:46 ` Jon Hunter

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=c333a61e-242e-0b06-e5bd-2a1249b1483e@gmail.com \
    --to=f.fainelli@gmail.com \
    --cc=akpm@linux-foundation.org \
    --cc=conor@kernel.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=jonathanh@nvidia.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=lkft-triage@lists.linaro.org \
    --cc=namhyung@kernel.org \
    --cc=patches@kernelci.org \
    --cc=patches@lists.linux.dev \
    --cc=pavel@denx.de \
    --cc=rogers.email@gmail.com \
    --cc=rwarsow@gmx.de \
    --cc=shuah@kernel.org \
    --cc=srw@sladewatkins.net \
    --cc=stable@vger.kernel.org \
    --cc=sudipm.mukherjee@gmail.com \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox