Re: [PATCH 5.15 000/927] 5.15.3-rc2 review

From: Guenter Roeck
Date: Tue Nov 16 2021 - 13:18:42 EST


On 11/16/21 7:01 AM, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 5.15.3 release.
There are 927 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, 18 Nov 2021 14:24:22 +0000.
Anything received after that time might be too late.


Building parisc:allmodconfig ... failed
--------------
Error log:
In file included from include/linux/compiler_types.h:85,
from <command-line>:
arch/parisc/include/asm/jump_label.h: In function 'arch_static_branch':
arch/parisc/include/asm/jump_label.h:18:18: error: expected ':' before '__stringify'
18 | __stringify(ASM_ULONG_INSN) " %c0 - .\n\t"
| ^~~~~~~~~~~
include/linux/compiler-gcc.h:88:47: note: in definition of macro 'asm_volatile_goto'
88 | #define asm_volatile_goto(x...) do { asm goto(x); asm (""); } while (0)
| ^
In file included from include/linux/jump_label.h:117,
from crypto/api.c:15:
arch/parisc/include/asm/jump_label.h:23:1: error: label 'l_yes' defined but not used [-Werror=unused-label]

Caused by the crypto patches, which expose a missing include file in
arch/parisc/include/asm/jump_label.h. The problem is also seen in the
upstream kernel and (as of this writing) not yet fixed there.

Guenter