Re: [PATCH 6.2 000/213] 6.2.8-rc2 review

From: Naresh Kamboju
Date: Tue Mar 21 2023 - 11:56:46 EST


On Tue, 21 Mar 2023 at 14:09, Greg Kroah-Hartman
<gregkh@xxxxxxxxxxxxxxxxxxx> wrote:
>
> This is the start of the stable review cycle for the 6.2.8 release.
> There are 213 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, 23 Mar 2023 08:05:23 +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/v6.x/stable-review/patch-6.2.8-rc2.gz
> or in the git tree and branch at:
> git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-6.2.y
> and the diffstat can be found below.
>
> thanks,
>
> greg k-h

Powerpc builds need more commits,
RC1 to RC2 the
- Build clang-16 tqm8xx_defconfig got passed.

But still following build failures noticed on RC2 with
- Build clang-16 ppc64e_defconfig failed

---
error: unknown target CPU 'e500mc64'
note: valid target CPU values are: generic, 440, 450, 601, 602, 603,
603e, 603ev, 604, 604e, 620, 630, g3, 7400, g4, 7450, g4+, 750, 8548,
970, g5, a2, e500, e500mc, e5500, power3, pwr3, power4, pwr4, power5,
pwr5, power5x, pwr5x, power6, pwr6, power6x, pwr6x, power7, pwr7,
power8, pwr8, power9, pwr9, power10, pwr10, powerpc, ppc, ppc32,
powerpc64, ppc64, powerpc64le, ppc64le, future
error: unknown target CPU 'e500mc64'

---

> Christophe Leroy <christophe.leroy@xxxxxxxxxx>
> powerpc: Disable CPU unknown by CLANG when CC_IS_CLANG

> Christophe Leroy <christophe.leroy@xxxxxxxxxx>
> powerpc/64: Set default CPU in Kconfig

following commit also missing fixes:
--