On Thu, 10 Aug 2023 20:30:52 PDT (-0700), keescook@xxxxxxxxxxxx wrote:
On Fri, Aug 11, 2023 at 08:47:53AM +0530, Naresh Kamboju wrote:
> > # first fixed commit: [e6a71160cc145e18ab45195abf89884112e02dfb]
> > gcc-plugins: Reorganize gimple includes for GCC 13
[...]
> Commit e6a71160cc14 ("gcc-plugins: Reorganize gimple includes
> for GCC 13") was added in v6.2.
This commit is needed.
>
> I think you're saying you need it backported to the v6.1 stable tree?
> ("First bad commit" is really the first good commit?)
First good commit.
We need to backport this patch for linux.6.1.y
Okay! Thanks. :) Yeah, this could probably go to all the stable kernels,
if someone wants to build with GCC 13 on older kernels.
I'm also sligtly lost in the bug report, but IIRC the GCC include
changes were really a GCC version issue not a kernel version issue. In
other words, any kernel would be impacted if it's built with the newer
GCC so this should be backported aggressively.
So
Acked-by: Palmer Dabbelt <palmer@xxxxxxxxxxxx>
Thanks!