On Tue, Jul 12, 2022 at 02:27:47PM -0700, Alexei Starovoitov wrote: > 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. Thanks for taking a look. Sure. Do we have some kind of tooling for that or are there any suggestions on the best approach to minimize? Thanks, Daniel