libbpf / ci

BPF CI
Other
11 stars 24 forks source link

Revert "Rely on upstream kernel configuration" #23

Closed danielocfb closed 2 years ago

danielocfb commented 2 years ago

This change reverts commit 92f123b240be8b5fbebd08c7e5e2460b87e67e09. The remaining instability in CI (caused by a NULL pointer dereference in the kernel itself; reported here) seems to be caused by changes made as part of minimizing the kernel configuration. Let's rely on the non-upstream kernel configuration for now and until we know which options precisely we should add (and/or fix the bug in question).

danielocfb commented 2 years ago

I had a test run including this change already here and it succeeded instantly.