On 10/2/24 05:53, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 6.6.54 release.
There are 538 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 Fri, 04 Oct 2024 12:56:13 +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/v6.x/stable-review/patch-6.6.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-6.6.y
and the diffstat can be found below.
thanks,
greg k-h
Fails to build on arm, arm64 and mips with:
libbpf.c: In function 'bpf_object__create_map':
libbpf.c:5215:50: error: 'BPF_F_VTYPE_BTF_OBJ_FD' undeclared (first use
in this function)
5215 | create_attr.map_flags |=
BPF_F_VTYPE_BTF_OBJ_FD;
|
^~~~~~~~~~~~~~~~~~~~~~
libbpf.c:5215:50: note: each undeclared identifier is reported only once
for each function it appears in
Caused by "libbpf: Find correct module BTFs for struct_ops maps and progs.".
--
Florian