Hi *
I recently tried to compile a custom centos-stream-9 automotive SIG kernel and failed.
Now I see the very same problem is present in the mainline centos-stream-9 kernel.
When I clone the sources from https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-9 on a freshly installed centos-stream-9 host, the make dist-all-rpms target fails with
make[3]: rsync: Argument list too long make[3]: *** [Makefile:768: test_progs-no_alu32-extras] Error 127
This is certainly not a problem with rsync and the ulimits are definitely sufficient to deal with this ~2000 char argument list.
So what is going on here? This rsync call appears to come from the tools/testing/selftests/bpf/Makefile. The problem persists if I BUILDOPTS="-selftests" and I understand bpf to be a SKIP_TARGET by default, anyway.
Does anyone have a hint? What is missing or what am I missing?
Beste Grüße Sebastian Hetze