Show patches with: Submitter = Andrii Nakryiko       |    Archived = No       |   1281 patches
« 1 2 3 412 13 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[bpf-next,4/4] selftests/bpf: test "incremental" btf_dump in C format libbpf: add raw BTF type dumping - - - - --- 2020-09-29 Andrii Nakryiko bpf Accepted
[bpf-next,1/4] libbpf: make btf_dump work with modifiable BTF libbpf: add raw BTF type dumping - - - - --- 2020-09-29 Andrii Nakryiko bpf Accepted
[bpf-next,3/3] libbpf: compile in PIC mode only for shared library case [bpf-next,1/3] libbpf: fix uninitialized variable in btf_parse_type_sec 1 - - - --- 2020-09-29 Andrii Nakryiko bpf Accepted
[bpf-next,2/3] libbpf: compile libbpf under -O2 level by default and catch extra warnings [bpf-next,1/3] libbpf: fix uninitialized variable in btf_parse_type_sec 1 - - - --- 2020-09-29 Andrii Nakryiko bpf Accepted
[bpf-next,1/3] libbpf: fix uninitialized variable in btf_parse_type_sec [bpf-next,1/3] libbpf: fix uninitialized variable in btf_parse_type_sec 1 1 - - --- 2020-09-29 Andrii Nakryiko bpf Accepted
[v3,bpf-next,3/3] selftests/bpf: test BTF writing APIs libbpf: BTF writer APIs 1 - - - --- 2020-09-29 Andrii Nakryiko bpf Accepted
[v3,bpf-next,2/3] libbpf: add btf__str_by_offset() as a more generic variant of name_by_offset libbpf: BTF writer APIs 1 - - - --- 2020-09-29 Andrii Nakryiko bpf Accepted
[v3,bpf-next,1/3] libbpf: add BTF writing APIs libbpf: BTF writer APIs 1 - - - --- 2020-09-29 Andrii Nakryiko bpf Accepted
[v2,bpf-next,6/9] libbpf: add btf__new_empty() to create an empty BTF object libbpf: BTF writer APIs 1 - - - --- 2020-09-26 Andrii Nakryiko bpf Accepted
[v2,bpf-next,5/9] libbpf: allow modification of BTF and add btf__add_str API libbpf: BTF writer APIs 1 - - - --- 2020-09-26 Andrii Nakryiko bpf Accepted
[v2,bpf-next,4/9] libbpf: extract generic string hashing function for reuse libbpf: BTF writer APIs 1 - - - --- 2020-09-26 Andrii Nakryiko bpf Accepted
[v2,bpf-next,3/9] libbpf: generalize common logic for managing dynamically-sized arrays libbpf: BTF writer APIs 1 - - - --- 2020-09-26 Andrii Nakryiko bpf Accepted
[v2,bpf-next,2/9] libbpf: remove assumption of single contiguous memory for BTF data Untitled series #204287 1 - - - --- 2020-09-26 Andrii Nakryiko bpf Accepted
[v2,bpf-next,1/9] libbpf: refactor internals of BTF type index libbpf: BTF writer APIs 1 - - - --- 2020-09-26 Andrii Nakryiko bpf Accepted
[bpf] libbpf: fix XDP program load regression for old kernels [bpf] libbpf: fix XDP program load regression for old kernels - 1 - - --- 2020-09-24 Andrii Nakryiko bpf Accepted
[v3,bpf-next] selftests/bpf: merge most of test_btf into test_progs [v3,bpf-next] selftests/bpf: merge most of test_btf into test_progs - - - - --- 2020-09-16 Andrii Nakryiko bpf Accepted
[bpf] docs/bpf: remove source code links [bpf] docs/bpf: remove source code links - 1 - - --- 2020-09-15 Andrii Nakryiko bpf Accepted
[bpf] docs/bpf: fix ringbuf documentation [bpf] docs/bpf: fix ringbuf documentation - 1 - - --- 2020-09-10 Andrii Nakryiko bpf Accepted
[bpf-next] perf: stop using deprecated bpf_program__title() [bpf-next] perf: stop using deprecated bpf_program__title() 1 1 1 - --- 2020-09-08 Andrii Nakryiko bpf Accepted
[bpf-next,2/2] libbpf: fix potential multiplication overflow [bpf-next,1/2] libbpf: fix another __u64 cast in printf - 1 - - --- 2020-09-04 Andrii Nakryiko bpf Accepted
[bpf-next,1/2] libbpf: fix another __u64 cast in printf [bpf-next,1/2] libbpf: fix another __u64 cast in printf - 1 - - --- 2020-09-04 Andrii Nakryiko bpf Accepted
[v3,bpf-next,14/14] selftests/bpf: add __noinline variant of cls_redirect selftest Add libbpf full support for BPF-to-BPF calls 1 - - - --- 2020-09-03 Andrii Nakryiko bpf Accepted
[v3,bpf-next,13/14] selftests/bpf: modernize xdp_noinline test w/ skeleton and __noinline Add libbpf full support for BPF-to-BPF calls - - - - --- 2020-09-03 Andrii Nakryiko bpf Accepted
[v3,bpf-next,12/14] selftests/bpf: add subprogs to pyperf, strobemeta, and l4lb_noinline tests Add libbpf full support for BPF-to-BPF calls - - - - --- 2020-09-03 Andrii Nakryiko bpf Accepted
[v3,bpf-next,11/14] selftests/bpf: turn fexit_bpf2bpf into test with subtests Add libbpf full support for BPF-to-BPF calls - - - - --- 2020-09-03 Andrii Nakryiko bpf Accepted
[v3,bpf-next,10/14] libbpf: deprecate notion of BPF program "title" in favor of "section name" Add libbpf full support for BPF-to-BPF calls - - - - --- 2020-09-03 Andrii Nakryiko bpf Accepted
[v3,bpf-next,09/14] selftests/bpf: don't use deprecated libbpf APIs Add libbpf full support for BPF-to-BPF calls - - - - --- 2020-09-03 Andrii Nakryiko bpf Accepted
[v3,bpf-next,08/14] tools/bpftool: replace bpf_program__title() with bpf_program__section_name() Add libbpf full support for BPF-to-BPF calls - - - - --- 2020-09-03 Andrii Nakryiko bpf Accepted
[v3,bpf-next,07/14] selftests/bpf: add selftest for multi-prog sections and bpf-to-bpf calls Add libbpf full support for BPF-to-BPF calls - - - - --- 2020-09-03 Andrii Nakryiko bpf Accepted
[v3,bpf-next,06/14] libbpf: add multi-prog section support for struct_ops Add libbpf full support for BPF-to-BPF calls - - - - --- 2020-09-03 Andrii Nakryiko bpf Accepted
[v3,bpf-next,05/14] libbpf: implement generalized .BTF.ext func/line info adjustment Add libbpf full support for BPF-to-BPF calls - - - - --- 2020-09-03 Andrii Nakryiko bpf Accepted
[v3,bpf-next,04/14] libbpf: make RELO_CALL work for multi-prog sections and sub-program calls Add libbpf full support for BPF-to-BPF calls - - - - --- 2020-09-03 Andrii Nakryiko bpf Accepted
[v3,bpf-next,03/14] libbpf: support CO-RE relocations for multi-prog sections Add libbpf full support for BPF-to-BPF calls 1 - - - --- 2020-09-03 Andrii Nakryiko bpf Accepted
[v3,bpf-next,02/14] libbpf: parse multi-function sections into multiple BPF programs Add libbpf full support for BPF-to-BPF calls 1 - - - --- 2020-09-03 Andrii Nakryiko bpf Accepted
[v3,bpf-next,01/14] libbpf: ensure ELF symbols table is found before further ELF processing Add libbpf full support for BPF-to-BPF calls 1 - - - --- 2020-09-03 Andrii Nakryiko bpf Accepted
[v2,bpf-next] libbpf: fix compilation warnings for 64-bit printf args [v2,bpf-next] libbpf: fix compilation warnings for 64-bit printf args - 2 - - --- 2020-08-27 Andrii Nakryiko bpf Accepted
[bpf-next] libbpf: fix type compatibility check copy-paste error [bpf-next] libbpf: fix type compatibility check copy-paste error - 1 - - --- 2020-08-21 Andrii Nakryiko bpf Accepted
[bpf-next] libbpf: avoid false unuinitialized variable warning in bpf_core_apply_relo [bpf-next] libbpf: avoid false unuinitialized variable warning in bpf_core_apply_relo - 1 - - --- 2020-08-21 Andrii Nakryiko bpf Accepted
[v2,bpf-next] libbpf: add perf_buffer APIs for better integration with outside epoll loop [v2,bpf-next] libbpf: add perf_buffer APIs for better integration with outside epoll loop - - 1 - --- 2020-08-21 Andrii Nakryiko bpf Accepted
[bpf-next,05/16] libbpf: normalize and improve logging across few functions Add libbpf full support for BPF-to-BPF calls - - - - --- 2020-08-20 Andrii Nakryiko bpf Accepted
[bpf-next,04/16] libbpf: skip well-known ELF sections when iterating ELF Add libbpf full support for BPF-to-BPF calls - - - - --- 2020-08-20 Andrii Nakryiko bpf Accepted
[bpf-next,03/16] libbpf: add __noinline macro to bpf_helpers.h Add libbpf full support for BPF-to-BPF calls - - - - --- 2020-08-20 Andrii Nakryiko bpf Accepted
[bpf-next,02/16] libbpf: factor out common ELF operations and improve logging Add libbpf full support for BPF-to-BPF calls - - - - --- 2020-08-20 Andrii Nakryiko bpf Accepted
[bpf-next,01/16] selftests/bpf: BPF object files should depend only on libbpf headers Add libbpf full support for BPF-to-BPF calls - - - - --- 2020-08-20 Andrii Nakryiko bpf Accepted
[bpf-next,4/4] selftests/bpf: list newest Clang built-ins needed for some CO-RE selftests [bpf-next,1/4] libbpf: fix detection of BPF helper call instruction 1 - - - --- 2020-08-20 Andrii Nakryiko bpf Accepted
[bpf-next,3/4] selftests/bpf: fix two minor compilation warnings reported by GCC 4.9 [bpf-next,1/4] libbpf: fix detection of BPF helper call instruction 1 2 - - --- 2020-08-20 Andrii Nakryiko bpf Accepted
[bpf-next,2/4] libbpf: fix libbpf build on compilers missing __builtin_mul_overflow [bpf-next,1/4] libbpf: fix detection of BPF helper call instruction 1 1 - - --- 2020-08-20 Andrii Nakryiko bpf Accepted
[bpf-next,1/4] libbpf: fix detection of BPF helper call instruction [bpf-next,1/4] libbpf: fix detection of BPF helper call instruction 1 1 - - --- 2020-08-20 Andrii Nakryiko bpf Accepted
[bpf] bpf: xdp: fix XDP mode when no mode flags specified [bpf] bpf: xdp: fix XDP mode when no mode flags specified - 1 - 1 --- 2020-08-20 Andrii Nakryiko bpf Accepted
[v3,bpf-next,5/5] selftests/bpf: add tests for ENUMVAL_EXISTS/ENUMVAL_VALUE relocations Add libbpf support for type- and enum value-based CO-RE relocations 1 - - - --- 2020-08-19 Andrii Nakryiko bpf Accepted
[v3,bpf-next,4/5] libbpf: implement enum value-based CO-RE relocations Add libbpf support for type- and enum value-based CO-RE relocations 1 - - - --- 2020-08-19 Andrii Nakryiko bpf Accepted
[v3,bpf-next,3/5] selftests/bpf: add CO-RE relo test for TYPE_ID_LOCAL/TYPE_ID_TARGET Add libbpf support for type- and enum value-based CO-RE relocations 1 - - - --- 2020-08-19 Andrii Nakryiko bpf Accepted
[v3,bpf-next,2/5] selftests/bpf: test TYPE_EXISTS and TYPE_SIZE CO-RE relocations Add libbpf support for type- and enum value-based CO-RE relocations 1 - - - --- 2020-08-19 Andrii Nakryiko bpf Accepted
[v3,bpf-next,1/5] libbpf: implement type-based CO-RE relocations support Add libbpf support for type- and enum value-based CO-RE relocations 1 - - - --- 2020-08-19 Andrii Nakryiko bpf Accepted
[v3,bpf-next,4/4] tools: remove feature-libelf-mmap feature detection libbpf: minimize feature detection (reallocarray, libelf-mmap) - - - - --- 2020-08-19 Andrii Nakryiko bpf Accepted
[v3,bpf-next,3/4] libbpf: centralize poisoning and poison reallocarray() libbpf: minimize feature detection (reallocarray, libelf-mmap) - - - - --- 2020-08-19 Andrii Nakryiko bpf Accepted
[v3,bpf-next,2/4] tools/bpftool: remove libbpf_internal.h usage in bpftool libbpf: minimize feature detection (reallocarray, libelf-mmap) - - - - --- 2020-08-19 Andrii Nakryiko bpf Accepted
[v3,bpf-next,1/4] libbpf: remove any use of reallocarray() in libbpf libbpf: minimize feature detection (reallocarray, libelf-mmap) - - - - --- 2020-08-19 Andrii Nakryiko bpf Accepted
[bpf-next,4/9] selftests/bpf: add test validating failure on ambiguous relocation value Add support for type-based and enum value-based CO-RE relocations - - - - --- 2020-08-18 Andrii Nakryiko bpf Accepted
[bpf-next,3/9] libbpf: improve relocation ambiguity detection Add support for type-based and enum value-based CO-RE relocations - - - - --- 2020-08-18 Andrii Nakryiko bpf Accepted
[bpf-next,2/9] libbpf: clean up and improve CO-RE reloc logging Add support for type-based and enum value-based CO-RE relocations - - - - --- 2020-08-18 Andrii Nakryiko bpf Accepted
[bpf-next,1/9] libbpf: improve error logging for mismatched BTF kind cases Add support for type-based and enum value-based CO-RE relocations - - - - --- 2020-08-18 Andrii Nakryiko bpf Accepted
[bpf-next,7/7] libbpf: detect minimal BTF support and skip BTF loading, if missing libbpf feature probing and sanitization improvements - - - - --- 2020-08-18 Andrii Nakryiko bpf Accepted
[bpf-next,6/7] libbpf: switch tracing and CO-RE helper macros to bpf_probe_read_kernel() libbpf feature probing and sanitization improvements - - - - --- 2020-08-18 Andrii Nakryiko bpf Accepted
[bpf-next,5/7] selftests/bpf: fix test_vmlinux test to use bpf_probe_read_user() libbpf feature probing and sanitization improvements - 1 - - --- 2020-08-18 Andrii Nakryiko bpf Accepted
[bpf-next,4/7] libbpf: sanitize BPF program code for bpf_probe_read_{kernel,user}[_str] libbpf feature probing and sanitization improvements - - - - --- 2020-08-18 Andrii Nakryiko bpf Accepted
[bpf-next,3/7] libbpf: factor out common logic of testing and closing FD libbpf feature probing and sanitization improvements - - - - --- 2020-08-18 Andrii Nakryiko bpf Accepted
[bpf-next,2/7] libbpf: make kernel feature probing lazy libbpf feature probing and sanitization improvements - - - - --- 2020-08-18 Andrii Nakryiko bpf Accepted
[bpf-next,1/7] libbpf: disable -Wswitch-enum compiler warning libbpf feature probing and sanitization improvements - - - - --- 2020-08-18 Andrii Nakryiko bpf Accepted
[bpf] libbpf: fix build on ppc64le architecture [bpf] libbpf: fix build on ppc64le architecture - 1 - - --- 2020-08-18 Andrii Nakryiko bpf Accepted
[v3,bpf,9/9] selftests/bpf: make test_varlen work with 32-bit user-space arch Fix various issues with 32-bit libbpf - - - - --- 2020-08-13 Andrii Nakryiko bpf Accepted
[v3,bpf,8/9] tools/bpftool: generate data section struct with conservative alignment Fix various issues with 32-bit libbpf - - - - --- 2020-08-13 Andrii Nakryiko bpf Accepted
[v3,bpf,7/9] selftests/bpf: correct various core_reloc 64-bit assumptions Fix various issues with 32-bit libbpf - - - - --- 2020-08-13 Andrii Nakryiko bpf Accepted
[v3,bpf,6/9] libbpf: enforce 64-bitness of BTF for BPF object files Fix various issues with 32-bit libbpf - - - - --- 2020-08-13 Andrii Nakryiko bpf Accepted
[v3,bpf,5/9] selftests/bpf: fix btf_dump test cases on 32-bit arches Fix various issues with 32-bit libbpf - - - - --- 2020-08-13 Andrii Nakryiko bpf Accepted
[v3,bpf,4/9] libbpf: handle BTF pointer sizes more carefully Fix various issues with 32-bit libbpf - 2 - - --- 2020-08-13 Andrii Nakryiko bpf Accepted
[v3,bpf,3/9] libbpf: fix BTF-defined map-in-map initialization on 32-bit host arches Fix various issues with 32-bit libbpf - 1 - - --- 2020-08-13 Andrii Nakryiko bpf Accepted
[v3,bpf,2/9] selftest/bpf: fix compilation warnings in 32-bit mode Fix various issues with 32-bit libbpf - - - - --- 2020-08-13 Andrii Nakryiko bpf Accepted
[v3,bpf,1/9] tools/bpftool: fix compilation warnings in 32-bit mode Fix various issues with 32-bit libbpf - - - - --- 2020-08-13 Andrii Nakryiko bpf Accepted
[bpf] tools/bpftool: make skeleton code C++17-friendly by dropping typeof() [bpf] tools/bpftool: make skeleton code C++17-friendly by dropping typeof() 1 1 - - --- 2020-08-12 Andrii Nakryiko bpf Accepted
[bpf] bpf: fix XDP FD-based attach/detach logic around XDP_FLAGS_UPDATE_IF_NOEXIST [bpf] bpf: fix XDP FD-based attach/detach logic around XDP_FLAGS_UPDATE_IF_NOEXIST 1 1 - 1 --- 2020-08-12 Andrii Nakryiko bpf Accepted
[bpf] selftests/bpf: fix silent Makefile output [bpf] selftests/bpf: fix silent Makefile output - 1 - - --- 2020-08-07 Andrii Nakryiko bpf Accepted
[bpf] selftests/bpf: prevent runqslower from racing on building bpftool [bpf] selftests/bpf: prevent runqslower from racing on building bpftool 1 1 - - --- 2020-08-05 Andrii Nakryiko bpf Accepted
[bpf-next,3/3] tools/resolve_btfids: use libbpf's btf__parse() API Add generic and raw BTF parsing APIs to libbpf - - - - --- 2020-08-02 Andrii Nakryiko bpf Accepted
[bpf-next,2/3] tools/bpftool: use libbpf's btf__parse() API for parsing BTF from file Add generic and raw BTF parsing APIs to libbpf - - - - --- 2020-08-02 Andrii Nakryiko bpf Accepted
[bpf-next,1/3] libbpf: add btf__parse_raw() and generic btf__parse() APIs Add generic and raw BTF parsing APIs to libbpf - - - - --- 2020-08-02 Andrii Nakryiko bpf Accepted
[bpf-next] selftests/bpf: fix spurious test failures in core_retro selftest [bpf-next] selftests/bpf: fix spurious test failures in core_retro selftest 1 1 - - --- 2020-07-31 Andrii Nakryiko bpf Accepted
[v2,bpf-next,5/5] tools/bpftool: add documentation and bash-completion for `link detach` BPF link force-detach support 2 - - - --- 2020-07-31 Andrii Nakryiko bpf Accepted
[v2,bpf-next,4/5] tools/bpftool: add `link detach` subcommand BPF link force-detach support 2 - - - --- 2020-07-31 Andrii Nakryiko bpf Accepted
[v2,bpf-next,3/5] selftests/bpf: add link detach tests for cgroup, netns, and xdp bpf_links BPF link force-detach support 2 - - - --- 2020-07-31 Andrii Nakryiko bpf Accepted
[v2,bpf-next,2/5] libbpf: add bpf_link detach APIs BPF link force-detach support 2 - - - --- 2020-07-31 Andrii Nakryiko bpf Accepted
[v2,bpf-next,1/5] bpf: add support for forced LINK_DETACH command BPF link force-detach support 2 - - - --- 2020-07-31 Andrii Nakryiko bpf Accepted
[bpf-next] tools build: propagate build failures from tools/build/Makefile.build [bpf-next] tools build: propagate build failures from tools/build/Makefile.build 1 1 - - --- 2020-07-31 Andrii Nakryiko bpf Accepted
[bpf-next] libbpf: make destructors more robust by handling ERR_PTR(err) cases [bpf-next] libbpf: make destructors more robust by handling ERR_PTR(err) cases 1 - - - --- 2020-07-29 Andrii Nakryiko bpf Accepted
[bpf-next] selftests/bpf: don't destroy failed link [bpf-next] selftests/bpf: don't destroy failed link 1 1 - - --- 2020-07-29 Andrii Nakryiko bpf Accepted
[v4,bpf,2/2] selftests/bpf: extend map-in-map selftest to detect memory leaks [v4,bpf,1/2] bpf: fix map leak in HASH_OF_MAPS map 1 - - - --- 2020-07-29 Andrii Nakryiko bpf Accepted
[v4,bpf,1/2] bpf: fix map leak in HASH_OF_MAPS map [v4,bpf,1/2] bpf: fix map leak in HASH_OF_MAPS map 1 1 - - --- 2020-07-29 Andrii Nakryiko bpf Accepted
[bpf-next] bpf: fix build without CONFIG_NET when using BPF XDP link [bpf-next] bpf: fix build without CONFIG_NET when using BPF XDP link 2 1 - - --- 2020-07-28 Andrii Nakryiko bpf Accepted
[bpf-next] selftests/bpf: add new bpf_iter context structs to fix build on old kernels [bpf-next] selftests/bpf: add new bpf_iter context structs to fix build on old kernels 1 2 - - --- 2020-07-27 Andrii Nakryiko bpf Accepted
[bpf-next] bpf: fix bpf_ringbuf_output() signature to return long [bpf-next] bpf: fix bpf_ringbuf_output() signature to return long 1 1 - - --- 2020-07-27 Andrii Nakryiko bpf Accepted
« 1 2 3 412 13 »