Merge branch 'libbpf-extern-followups'
authorAlexei Starovoitov <ast@kernel.org>
Thu, 19 Dec 2019 01:33:37 +0000 (17:33 -0800)
committerAlexei Starovoitov <ast@kernel.org>
Thu, 19 Dec 2019 01:33:52 +0000 (17:33 -0800)
commita352a82496d17f210a88b4fe2de7904afdb92003
tree3b5e3706df1729956cdd345108858418713ee117
parentd69587062c347314a019cf6ee27f2e4b494868e1
parent630628cb7dc39780660d8fcedc66e0298a82f9da
Merge branch 'libbpf-extern-followups'

Andrii Nakryiko says:

====================
Based on latest feedback and discussions, this patch set implements the
following changes:

- Kconfig-provided externs have to be in .kconfig section, for which
  bpf_helpers.h provides convenient __kconfig macro (Daniel);
- instead of allowing to override Kconfig file path, switch this to ability to
  extend and override system Kconfig with user-provided custom values (Alexei);
- BTF is required when externs are used.
====================

Signed-off-by: Alexei Starovoitov <ast@kernel.org>