Re: [PATCH 4.9 00/63] 4.9.126-stable review

From: Guenter Roeck
Date: Sun Sep 09 2018 - 09:33:14 EST


On 09/09/2018 01:55 AM, Greg Kroah-Hartman wrote:
On Sat, Sep 08, 2018 at 02:14:53PM -0700, Guenter Roeck wrote:
On 09/07/2018 02:09 PM, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 4.9.126 release.
There are 63 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 Sun Sep 9 21:09:58 UTC 2018.
Anything received after that time might be too late.


Build results:
total: 151 pass: 149 fail: 2
Failed builds:
powerpc:defconfig
powerpc:allmodconfig
Qemu test results:
total: 301 pass: 285 fail: 16
Failed tests:
powerpc:mac99:ppc64_book3s_defconfig:nosmp:initrd
powerpc:mac99:ppc64_book3s_defconfig:smp:cpu4:initrd
powerpc:mac99:ppc64_book3s_defconfig:smp:cpu4:ide:rootfs
powerpc:mac99:ppc64_book3s_defconfig:smp:cpu4:mmc:rootfs
powerpc:mac99:ppc64_book3s_defconfig:smp:cpu4:scsi[DC395]:rootfs
powerpc:pseries:pseries_defconfig:initrd
powerpc:pseries:pseries_defconfig:scsi:rootfs
powerpc:pseries:pseries_defconfig:mmc:rootfs
powerpc:pseries:pseries_defconfig:nvme:rootfs
powerpc:pseries:pseries_defconfig:little:initrd
powerpc:pseries:pseries_defconfig:little:scsi:rootfs
powerpc:pseries:pseries_defconfig:little:scsi[MEGASAS]:rootfs
powerpc:pseries:pseries_defconfig:little:scsi[FUSION]:rootfs
powerpc:pseries:pseries_defconfig:little:mmc:rootfs
powerpc:pseries:pseries_defconfig:little:nvme:rootfs
powerpc:powernv:powernv_defconfig:initrd

Details are available at https://kerneltests.org/builders/.

I've pushed out a -rc2 to fix this. Hopefully. There were a bunch of
warnings for power that I don't think were caused by these series, I
don't know if they have always been there or not.


The warnings in the assembler file have been fixed with commit 8a583c0a8d31
("powerpc: Fix invalid use of register expressions"). It is not marked
for stable, and does not cause actual failures, so I would not bother
applying it.

Most of the "may be used uninitialized" warnings are still reported in
ToT.

You missed this one in v4.9.y:

arch/powerpc/kernel/fadump.c: In function 'free_crash_memory_ranges':
/opt/buildbot/slave/stable-queue-4.9/build/arch/powerpc/kernel/fadump.c:738:2: error: implicit declaration of function 'kfree'

Other kernels build fine so far. Builds are still ongoing, but the ppc problems
are fixed in those.

Guenter