On Fri, Mar 17, 2023 at 06:21:57PM +0100, Pali Rohár wrote: > On Thursday 16 March 2023 09:01:31 gregkh@xxxxxxxxxxxxxxxxxxx wrote: > > The patch below does not apply to the 6.1-stable tree. > > If someone wants it applied there, or to any other stable or longterm > > tree, then please email the backport, including the original git commit > > id to <stable@xxxxxxxxxxxxxxx>. > > > > To reproduce the conflict and resubmit, you may use the following commands: > > > > git fetch https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/ linux-6.1.y > > git checkout FETCH_HEAD > > git cherry-pick -x ff7c76f66d8bad4e694c264c789249e1d3a8205d > > It applies cleanly for me with above steps. > > > # <resolve conflicts, build, test, etc.> > > git commit -s > > git send-email --to '<stable@xxxxxxxxxxxxxxx>' --in-reply-to '1678953691202116@xxxxxxxxx' --subject-prefix 'PATCH 6.1.y' HEAD^.. > > > > Possible dependencies: > > > > ff7c76f66d8b ("powerpc/boot: Don't always pass -mcpu=powerpc when building 32-bit uImage") > > Probably you are missing fix for CONFIG_TARGET_CPU_BOOL as mentioned > previously. Commit is: > > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=45f7091aac3546ef8112bf62836650ca0bbf0b79 Ok, will try that out now, thanks! greg k-h