• Jakub Kicinski's avatar
    Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next · be315829
    Jakub Kicinski authored
    Andrii Nakryiko says:
    
    ====================
    bpf-next 2021-12-10 v2
    
    We've added 115 non-merge commits during the last 26 day(s) which contain
    a total of 182 files changed, 5747 insertions(+), 2564 deletions(-).
    
    The main changes are:
    
    1) Various samples fixes, from Alexander Lobakin.
    
    2) BPF CO-RE support in kernel and light skeleton, from Alexei Starovoitov.
    
    3) A batch of new unified APIs for libbpf, logging improvements, version
       querying, etc. Also a batch of old deprecations for old APIs and various
       bug fixes, in preparation for libbpf 1.0, from Andrii Nakryiko.
    
    4) BPF documentation reorganization and improvements, from Christoph Hellwig
       and Dave Tucker.
    
    5) Support for declarative initialization of BPF_MAP_TYPE_PROG_ARRAY in
       libbpf, from Hengqi Chen.
    
    6) Verifier log fixes, from Hou Tao.
    
    7) Runtime-bounded loops support with bpf_loop() helper, from Joanne Koong.
    
    8) Extend branch record capturing to all platforms that support it,
       from Kajol Jain.
    
    9) Light skeleton codegen improvements, from Kumar Kartikeya Dwivedi.
    
    10) bpftool doc-generating script improvements, from Quentin Monnet.
    
    11) Two libbpf v0.6 bug fixes, from Shuyi Cheng and Vincent Minet.
    
    12) Deprecation warning fix for perf/bpf_counter, from Song Liu.
    
    13) MAX_TAIL_CALL_CNT unification and MIPS build fix for libbpf,
        from Tiezhu Yang.
    
    14) BTF_KING_TYPE_TAG follow-up fixes, from Yonghong Song.
    
    15) Selftests fixes and improvements, from Ilya Leoshkevich, Jean-Philippe
        Brucker, Jiri Olsa, Maxim Mikityanskiy, Tirthendu Sarkar, Yucong Sun,
        and others.
    
    * https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next: (115 commits)
      libbpf: Add "bool skipped" to struct bpf_map
      libbpf: Fix typo in btf__dedup@LIBBPF_0.0.2 definition
      bpftool: Switch bpf_object__load_xattr() to bpf_object__load()
      selftests/bpf: Remove the only use of deprecated bpf_object__load_xattr()
      selftests/bpf: Add test for libbpf's custom log_buf behavior
      selftests/bpf: Replace all uses of bpf_load_btf() with bpf_btf_load()
      libbpf: Deprecate bpf_object__load_xattr()
      libbpf: Add per-program log buffer setter and getter
      libbpf: Preserve kernel error code and remove kprobe prog type guessing
      libbpf: Improve logging around BPF program loading
      libbpf: Allow passing user log setting through bpf_object_open_opts
      libbpf: Allow passing preallocated log_buf when loading BTF into kernel
      libbpf: Add OPTS-based bpf_btf_load() API
      libbpf: Fix bpf_prog_load() log_buf logic for log_level 0
      samples/bpf: Remove unneeded variable
      bpf: Remove redundant assignment to pointer t
      selftests/bpf: Fix a compilation warning
      perf/bpf_counter: Use bpf_map_create instead of bpf_create_map
      samples: bpf: Fix 'unknown warning group' build warning on Clang
      samples: bpf: Fix xdp_sample_user.o linking with Clang
      ...
    ====================
    
    Link: https://lore.kernel.org/r/20211210234746.2100561-1-andrii@kernel.org
    
    Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
    be315829
MAINTAINERS 617 KB