Re: [PATCH 5.15 000/667] 5.15.46-rc1 review

From: Guenter Roeck
Date: Wed Jun 08 2022 - 09:51:13 EST


On 6/8/22 04:11, Sudip Mukherjee wrote:
Hi Greg,

On Wed, Jun 8, 2022 at 11:10 AM Sudip Mukherjee
<sudipm.mukherjee@xxxxxxxxx> wrote:

Hi Greg,

On Tue, Jun 07, 2022 at 06:54:25PM +0200, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 5.15.46 release.
There are 667 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, 09 Jun 2022 16:48:02 +0000.
Anything received after that time might be too late.

Build test (gcc version 11.3.1 20220606):
mips: 62 configs -> no failure
arm: 99 configs -> no failure
arm64: 3 configs -> no failure
x86_64: 4 configs -> no failure
alpha allmodconfig -> no failure
csky allmodconfig -> no failure
riscv allmodconfig -> no failure
s390 allmodconfig -> no failure
xtensa allmodconfig -> no failure

I did not mention powerpc allmodconfig failed to build as I have just
started building that arch and I did not have a good build to know if
its a new failure or not.


It is not new with gcc 11.3 and binutils 2.38. I currently use gcc 11.2.0
combined with binutils 2.36.1 for building powerpc images (binutils 2.37
won't work, at least not with gcc 11.2).

Guenter

But It failed with the error:
{standard input}: Assembler messages:
{standard input}:255: Error: unrecognized opcode: `dssall'
make[2]: *** [scripts/Makefile.build:288: arch/powerpc/mm/mmu_context.o] Error 1

and will need - d51f86cfd8e3 ("powerpc/mm: Switch obsolete dssall to .long")


With this patch applied, at least the affected file builds with gcc 11.3 /
binutils 2.38. I have not tried to build the entire image, though, with that
combination.

Guenter