Re: [PATCH 5.15 000/230] 5.15.54-rc1 review

From: Jon Hunter
Date: Mon Jul 11 2022 - 08:44:43 EST


Hi Greg,

On 11/07/2022 10:04, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 5.15.54 release.
There are 230 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 Wed, 13 Jul 2022 09:05:28 +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/v5.x/stable-review/patch-5.15.54-rc1.gz
or in the git tree and branch at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.15.y
and the diffstat can be found below.

thanks,

greg k-h

-------------
Pseudo-Shortlog of commits:

...

Mark Rutland <mark.rutland@xxxxxxx>
irqchip/gic-v3: Ensure pseudo-NMIs have an ISB between ack and handling


The above change is missing a semi-colon and so is causing the following build error ...

drivers/irqchip/irq-gic-v3.c: In function 'gic_handle_nmi':
drivers/irqchip/irq-gic-v3.c:666:2: error: expected ';' before 'err'
err = handle_domain_nmi(gic_data.domain, irqnr, regs);
^~~

Hou Tao <houtao1@xxxxxxxxxx>
bpf, arm64: Use emit_addr_mov_i64() for BPF_PSEUDO_FUNC

And the above commit is generating the following build error ...

arch/arm64/net/bpf_jit_comp.c: In function 'build_insn':
arch/arm64/net/bpf_jit_comp.c:791:7: error: implicit declaration of function 'bpf_pseudo_func' [-Werror=implicit-function-declaration]
if (bpf_pseudo_func(insn))
^~~~~~~~~~~~~~~

These are seen with ARM64 builds.

Cheers
Jon

--
nvpublic