On Mon, Jun 23, 2025 at 09:29:59PM +0530, Harshit Mogalapalli wrote:
Hi Greg,
On 23/06/25 18:34, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 6.6.95 release. There are 290 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, 25 Jun 2025 13:05:53 +0000. Anything received after that time might be too late.
Build issue:
In file included from main.h:14, from cgroup.c:20: cgroup.c: In function 'do_show': cgroup.c:339:36: error: 'cgroup_attach_types' undeclared (first use in this function); did you mean 'parse_attach_type'? 339 | for (i = 0; i < ARRAY_SIZE(cgroup_attach_types); i++) { | ^~~~~~~~~~~~~~~~~~~
BPF tool build is failing:
Culprit looks like:
commit: 27db5e6b493b ("bpftool: Fix cgroup command to only show cgroup bpf programs")
Odd that 6.1.y isn't failing as well. I'll go drop this from all branches older than 6.15.y for now.
thanks,
greg k-h