On Tue, Jul 12, 2022 at 2:21 PM Daniel Müller <deso@xxxxxxxxxx> wrote: > > This change integrates the libbpf maintained configurations and > black/white lists [0] into the repository, co-located with the BPF > selftests themselves. The only differences from the source is that we > replaced the terms blacklist & whitelist with denylist and allowlist, > respectively. > > [0] https://github.com/libbpf/libbpf/tree/20f03302350a4143825cedcbd210c4d7112c1898/travis-ci/vmtest/configs > > Signed-off-by: Daniel Müller <deso@xxxxxxxxxx> > --- > .../bpf/configs/allowlist/ALLOWLIST-4.9.0 | 8 + > .../bpf/configs/allowlist/ALLOWLIST-5.5.0 | 55 + > .../selftests/bpf/configs/config-latest.s390x | 2711 +++++++++++++++ > .../bpf/configs/config-latest.x86_64 | 3073 +++++++++++++++++ Instead of checking in the full config please trim it to relevant dependencies like existing selftests/bpf/config. Otherwise every update/addition would trigger massive patches.