On 02/07/24 22:31, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 6.6.37 release.
There are 163 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, 04 Jul 2024 17:01:55 +0000.
Anything received after that time might be too late.
Hi Greg,
On aarch64 we saw build failures:
BUILDSTDERR: arch/arm64/net/bpf_jit_comp.c: In function
'bpf_int_jit_compile':
BUILDSTDERR: arch/arm64/net/bpf_jit_comp.c:1651:17: error: ignoring
return value of 'bpf_jit_binary_lock_ro' declared with attribute
'warn_unused_result' [-Werror=unused-result]
BUILDSTDERR: 1651 | bpf_jit_binary_lock_ro(header);
BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
BUILDSTDERR: cc1: all warnings being treated as errors
BUILDSTDERR: make[4]: *** [scripts/Makefile.build:243:
arch/arm64/net/bpf_jit_comp.o] Error 1
BUILDSTDERR: make[3]: *** [scripts/Makefile.build:480: arch/arm64/net]
Error 2
Same as what Naresh pointed on this thread.
Thanks,
Harshit
The whole patch series can be found in one patch at:
https://www.kernel.org/pub/linux/kernel/v6.x/stable-review/patch-6.6.37-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-6.6.y
and the diffstat can be found below.
thanks,
greg k-h