Re: [PATCH 4.19 000/191] 4.19.106-stable review

From: Guenter Roeck
Date: Sat Feb 22 2020 - 10:47:04 EST


On 2/20/20 11:39 PM, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 4.19.106 release.
There are 191 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, 23 Feb 2020 07:19:49 +0000.
Anything received after that time might be too late.


I didn't send final summaries this time around because all release candidates
are broken. I expected to get updated images last night, but that didn't
happen. FTR, the test results for v4.19.105-192-g27ac98449017 are:

Build results:
total: 156 pass: 155 fail: 1
Failed builds:
x86_64:allnoconfig
Qemu test results:
total: 403 pass: 403 fail: 0

with:

Building x86_64:allnoconfig ... failed
--------------
Error log:
arch/x86/kernel/unwind_orc.c: In function 'unwind_init':
arch/x86/kernel/unwind_orc.c:267:56: error: 'orc_sort_cmp' undeclared (first use in this function)
267 | sort(__start_orc_unwind_ip, num_entries, sizeof(int), orc_sort_cmp,
| ^~~~~~~~~~~~
arch/x86/kernel/unwind_orc.c:267:56: note: each undeclared identifier is reported only once for each function it appears in
arch/x86/kernel/unwind_orc.c:268:7: error: 'orc_sort_swap' undeclared (first use in this function)
268 | orc_sort_swap);
| ^~~~~~~~~~~~~

I don't plan to send final summaries for the other release candidates;
all failures have already been reported.

Guenter