Show patches with: Submitter = Andrii Nakryiko       |    State = Action Required       |    Archived = No       |   143 patches
« 1 2 »
Patch Series S/W/F Date Submitter Delegate State
[bpf-next] bpf: initialize storage pointers to NULL to prevent freeing garbage pointer [bpf-next] bpf: initialize storage pointers to NULL to prevent freeing garbage pointer --- 2020-03-09 Andrii Nakryiko New
[bpf-next] selftests/bpf: guarantee that useep() calls nanosleep() syscall [bpf-next] selftests/bpf: guarantee that useep() calls nanosleep() syscall --- 2020-03-11 Andrii Nakryiko New
[bpf-next] bpf: abstract away entire bpf_link clean up procedure [bpf-next] bpf: abstract away entire bpf_link clean up procedure --- 2020-03-12 Andrii Nakryiko New
[bpf-next] selftests/bpf: fix usleep() implementation [bpf-next] selftests/bpf: fix usleep() implementation --- 2020-03-13 Andrii Nakryiko New
[bpf-next,1/4] selftests/bpf: ensure consistent test failure output [bpf-next,1/4] selftests/bpf: ensure consistent test failure output --- 2020-03-13 Andrii Nakryiko New
[bpf-next,3/4] libbpf: provide CO-RE variants of PT_REGS macros [bpf-next,1/4] selftests/bpf: ensure consistent test failure output --- 2020-03-13 Andrii Nakryiko New
[bpf-next,4/4] selftests/bpf: add vmlinux.h selftest exercising tracing of syscalls CO-RE candidate matching fix and tracing test --- 2020-03-13 Andrii Nakryiko New
[bpf-next] selftest/bpf: fix compilation warning in sockmap_parse_prog.c [bpf-next] selftest/bpf: fix compilation warning in sockmap_parse_prog.c --- 2020-03-13 Andrii Nakryiko New
[bpf-next,1/3] selftests/bpf: fix race in tcp_rtt test [bpf-next,1/3] selftests/bpf: fix race in tcp_rtt test --- 2020-03-14 Andrii Nakryiko New
[bpf-next,3/3] selftests/bpf: reset process and thread affinity after each test/sub-test [bpf-next,1/3] selftests/bpf: fix race in tcp_rtt test --- 2020-03-14 Andrii Nakryiko New
[bpf-next,1/6] bpf: factor out cgroup storages operations Add support for cgroup bpf_link --- 2020-03-20 Andrii Nakryiko New
[bpf-next,3/6] bpf: implement bpf_link-based cgroup BPF program attachment Add support for cgroup bpf_link --- 2020-03-20 Andrii Nakryiko New
[v2,bpf-next,4/6] bpf: implement bpf_prog replacement for an active bpf_cgroup_link Add support for cgroup bpf_link --- 2020-03-25 Andrii Nakryiko New
[v2,bpf-next,5/6] libbpf: add support for bpf_link-based cgroup attachment Add support for cgroup bpf_link --- 2020-03-25 Andrii Nakryiko New
[v3,bpf-next,3/4] libbpf: add support for bpf_link-based cgroup attachment Untitled series #42573 --- 2020-03-30 Andrii Nakryiko New
[RFC,bpf-next,1/8] bpf: refactor bpf_link update handling bpf_link observability APIs --- 2020-04-04 Andrii Nakryiko New
[RFC,bpf-next,2/8] bpf: allow bpf_link pinning as read-only and enforce LINK_UPDATE bpf_link observability APIs --- 2020-04-04 Andrii Nakryiko New
[RFC,bpf-next,5/8] bpf: add support for BPF_OBJ_GET_INFO_BY_FD for bpf_link bpf_link observability APIs --- 2020-04-04 Andrii Nakryiko New
[RFC,bpf-next,8/8] bpftool: add bpf_link show and pin support bpf_link observability APIs --- 2020-04-04 Andrii Nakryiko New
[bpf,2/2] selftests/bpf: validate frozen map contents stays frozen Untitled series #42402 --- 2020-04-10 Andrii Nakryiko New
[v2,bpf,2/2] selftests/bpf: validate frozen map contents stays frozen Untitled series #42391 --- 2020-04-10 Andrii Nakryiko New
[v3,bpf-next] libbpf: always specify expected_attach_type on program load if supported [v3,bpf-next] libbpf: always specify expected_attach_type on program load if supported --- 2020-04-14 Andrii Nakryiko New
[v2,bpf-next] bpf: make verifier log more relevant by default [v2,bpf-next] bpf: make verifier log more relevant by default --- 2020-04-23 Andrii Nakryiko New
[bpf] bpf: fix leak in LINK_UPDATE and enforce empty old_prog_fd [bpf] bpf: fix leak in LINK_UPDATE and enforce empty old_prog_fd --- 2020-04-24 Andrii Nakryiko New
[bpf-next,06/10] selftests/bpf: test bpf_link's get_next_id, get_fd_by_id, and get_obj_info [bpf-next,01/10] bpf: refactor bpf_link update handling --- 2020-04-24 Andrii Nakryiko New
[bpf-next,07/10] bpftool: expose attach_type-to-string array to non-cgroup code [bpf-next,01/10] bpf: refactor bpf_link update handling --- 2020-04-24 Andrii Nakryiko New
[bpf-next,1/6] selftests/bpf: ensure test flavors use correct skeletons [bpf-next,1/6] selftests/bpf: ensure test flavors use correct skeletons --- 2020-04-28 Andrii Nakryiko New
[bpf-next,3/6] selftests/bpf: convert test_hashmap into test_progs test [bpf-next,1/6] selftests/bpf: ensure test flavors use correct skeletons --- 2020-04-28 Andrii Nakryiko New
[bpf-next,4/6] libbpf: fix memory leak and possible double-free in hashmap__clear [bpf-next,1/6] selftests/bpf: ensure test flavors use correct skeletons --- 2020-04-28 Andrii Nakryiko New
[v2,bpf-next,03/10] bpf: support GET_FD_BY_ID and GET_NEXT_ID for bpf_link bpf_link observability APIs --- 2020-04-28 Andrii Nakryiko New
[v2,bpf-next,10/10] bpftool: add link bash completions bpf_link observability APIs --- 2020-04-28 Andrii Nakryiko New
[v2,bpf-next,1/3] libbpf: refactor BTF-defined map definition parsing logic [v2,bpf-next,1/3] libbpf: refactor BTF-defined map definition parsing logic --- 2020-04-28 Andrii Nakryiko New
[v2,bpf-next,3/3] libbpf: add BTF-defined map-in-map support [v2,bpf-next,1/3] libbpf: refactor BTF-defined map definition parsing logic --- 2020-04-28 Andrii Nakryiko New
[v3,bpf-next,02/10] bpf: allocate ID for bpf_link bpf_link observability APIs --- 2020-04-29 Andrii Nakryiko New
[v3,bpf-next,2/3] libbpf: refactor map creation logic and fix cleanup leak Add BTF-defined map-in-map support to libbpf --- 2020-04-29 Andrii Nakryiko New
[v2,bpf-next,02/11] selftests/bpf: add SAN_CFLAGS param to selftests build to allow sanitizers [v2,bpf-next,01/11] selftests/bpf: ensure test flavors use correct skeletons --- 2020-04-29 Andrii Nakryiko New
[v2,bpf-next,05/11] selftests/bpf: fix memory leak in test selector [v2,bpf-next,01/11] selftests/bpf: ensure test flavors use correct skeletons --- 2020-04-29 Andrii Nakryiko New
[v2,bpf-next,06/11] selftests/bpf: fix memory leak in extract_build_id() [v2,bpf-next,01/11] selftests/bpf: ensure test flavors use correct skeletons --- 2020-04-29 Andrii Nakryiko New
[v2,bpf-next,10/11] selftests/bpf: fix bpf_link leak in ns_current_pid_tgid selftest [v2,bpf-next,01/11] selftests/bpf: ensure test flavors use correct skeletons --- 2020-04-29 Andrii Nakryiko New
[bpf-next] libbpf: fix false unused variable warning [bpf-next] libbpf: fix false unused variable warning --- 2020-04-30 Andrii Nakryiko New
[bpf-next] bpf: fix use-after-free of bpf_link when priming half-fails [bpf-next] bpf: fix use-after-free of bpf_link when priming half-fails --- 2020-04-30 Andrii Nakryiko New
[bpf-next,3/3] selftest/bpf: add BPF triggring benchmark Add benchmark runner and few benchmarks --- 2020-05-08 Andrii Nakryiko New
[v2,bpf-next,2/3] selftest/bpf: fmod_ret prog and implement test_overhead as part of bench Untitled series #41641 --- 2020-05-08 Andrii Nakryiko New
[v2,bpf-next,3/3] selftest/bpf: add BPF triggering benchmark Untitled series #41641 --- 2020-05-08 Andrii Nakryiko New
[v3,bpf-next,1/4] selftests/bpf: extract parse_num_list into generic testing_helpers.c [v3,bpf-next,1/4] selftests/bpf: extract parse_num_list into generic testing_helpers.c --- 2020-05-12 Andrii Nakryiko New
[v3,bpf-next,3/4] selftest/bpf: fmod_ret prog and implement test_overhead as part of bench [v3,bpf-next,1/4] selftests/bpf: extract parse_num_list into generic testing_helpers.c --- 2020-05-12 Andrii Nakryiko New
[bpf] bpf: fix bug in mmap() implementation for BPF array map [bpf] bpf: fix bug in mmap() implementation for BPF array map --- 2020-05-12 Andrii Nakryiko New
[bpf-next,3/6] bpf: track reference type in verifier BPF ring buffer --- 2020-05-13 Andrii Nakryiko New
[bpf-next,5/6] selftests/bpf: add BPF ringbuf selftests BPF ring buffer --- 2020-05-13 Andrii Nakryiko New
[bpf-next,6/6] bpf: add BPF ringbuf and perf buffer benchmarks BPF ring buffer --- 2020-05-13 Andrii Nakryiko New
[bpf-next] bpf: fix bpf_iter's task iterator logic [bpf-next] bpf: fix bpf_iter's task iterator logic --- 2020-05-13 Andrii Nakryiko New
[5.4,1/2] libbpf: Extract and generalize CPU mask parsing logic [5.4,1/2] libbpf: Extract and generalize CPU mask parsing logic --- 2020-05-16 Andrii Nakryiko New
[v2,bpf-next,2/7] tools/memory-model: add BPF ringbuf MPSC litmus tests Untitled series #41460 --- 2020-05-17 Andrii Nakryiko New
[v2,bpf-next,4/7] libbpf: add BPF ring buffer support Untitled series #41460 --- 2020-05-17 Andrii Nakryiko New
[v2,bpf-next,5/7] selftests/bpf: add BPF ringbuf selftests Untitled series #41460 --- 2020-05-17 Andrii Nakryiko New
[bpf-next] selftest/bpf: make bpf_iter selftest compilable against old vmlinux.h [bpf-next] selftest/bpf: make bpf_iter selftest compilable against old vmlinux.h --- 2020-05-18 Andrii Nakryiko New
[v3,bpf-next,4/5] bpf: add BPF ringbuf and perf buffer benchmarks Untitled series #41274 --- 2020-05-26 Andrii Nakryiko New
[v3,bpf-next,5/5] docs/bpf: add BPF ring buffer design notes Untitled series #41274 --- 2020-05-26 Andrii Nakryiko New
[bpf-next] libbpf: add _GNU_SOURCE for reallocarray to ringbuf.c [bpf-next] libbpf: add _GNU_SOURCE for reallocarray to ringbuf.c --- 2020-06-01 Andrii Nakryiko New
[bpf] selftests/bpf: fix ringbuf selftest sample counting undeterminism [bpf] selftests/bpf: fix ringbuf selftest sample counting undeterminism --- 2020-06-08 Andrii Nakryiko New
[bpf] libbpf: handle GCC noreturn-turned-volatile quirk [bpf] libbpf: handle GCC noreturn-turned-volatile quirk --- 2020-06-10 Andrii Nakryiko New
[bpf] bpf: fix definition of bpf_ringbuf_output() helper in UAPI comments [bpf] bpf: fix definition of bpf_ringbuf_output() helper in UAPI comments --- 2020-06-15 Andrii Nakryiko New
[bpf] tools/bpftool: add ringbuf map to a list of known map types [bpf] tools/bpftool: add ringbuf map to a list of known map types --- 2020-06-15 Andrii Nakryiko New
[bpf,2/2] selftests/bpf: add variable-length data concatenation pattern test Untitled series #40884 --- 2020-06-16 Andrii Nakryiko New
[bpf-next] libbpf: bump version to 0.0.10 [bpf-next] libbpf: bump version to 0.0.10 --- 2020-06-17 Andrii Nakryiko New
[bpf-next,1/2] bpf: switch most helper return values from 32-bit int to 64-bit long [bpf-next,1/2] bpf: switch most helper return values from 32-bit int to 64-bit long --- 2020-06-17 Andrii Nakryiko New
[bpf-next] libbpf: add a bunch of attribute getters/setters for map definitions [bpf-next] libbpf: add a bunch of attribute getters/setters for map definitions --- 2020-06-21 Andrii Nakryiko New
[v2,bpf-next,3/3] selftests/bpf: add variable-length data concat pattern less than test [v2,bpf-next,1/3] bpf: switch most helper return values from 32-bit int to 64-bit long --- 2020-06-23 Andrii Nakryiko New
[bpf-next] libbpf: prevent loading vmlinux BTF twice [bpf-next] libbpf: prevent loading vmlinux BTF twice --- 2020-06-24 Andrii Nakryiko New
[bpf-next,2/2] selftests/bpf: test auto-load disabling logic for BPF programs Untitled series #40587 --- 2020-06-25 Andrii Nakryiko New
[bpf-next,2/2] selftests/bpf: allow substituting custom vmlinux.h for selftests build Untitled series #40486 --- 2020-06-30 Andrii Nakryiko New
[bpf-next] libbpf: make bpf_endian co-exist with vmlinux.h [bpf-next] libbpf: make bpf_endian co-exist with vmlinux.h --- 2020-06-30 Andrii Nakryiko New
[v2,bpf-next,2/2] selftests/bpf: add byte swapping selftest Untitled series #40473 --- 2020-06-30 Andrii Nakryiko New
[v2,bpf] bpf: enforce BPF ringbuf size to be the power of 2 [v2,bpf] bpf: enforce BPF ringbuf size to be the power of 2 --- 2020-06-30 Andrii Nakryiko New
[v3,bpf-next,1/2] libbpf: make bpf_endian co-exist with vmlinux.h [v3,bpf-next,1/2] libbpf: make bpf_endian co-exist with vmlinux.h --- 2020-06-30 Andrii Nakryiko New
[bpf-next,1/3] libbpf: add btf__parse_raw() and generic btf__parse() APIs [bpf-next,1/3] libbpf: add btf__parse_raw() and generic btf__parse() APIs --- 2020-08-02 Andrii Nakryiko New
[bpf-next,2/3] tools/bpftool: use libbpf's btf__parse() API for parsing BTF from file [bpf-next,1/3] libbpf: add btf__parse_raw() and generic btf__parse() APIs --- 2020-08-02 Andrii Nakryiko New
[RFC,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-04 Andrii Nakryiko New
[RFC,bpf-next,3/9] libbpf: improve relocation ambiguity detection Add support for type-based and enum value-based CO-RE relocations --- 2020-08-04 Andrii Nakryiko New
[RFC,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-04 Andrii Nakryiko New
[RFC,bpf-next,6/9] selftests/bpf: test TYPE_EXISTS and TYPE_SIZE CO-RE relocations Add support for type-based and enum value-based CO-RE relocations --- 2020-08-04 Andrii Nakryiko New
[bpf] selftests/bpf: fix silent Makefile output [bpf] selftests/bpf: fix silent Makefile output --- 2020-08-07 Andrii Nakryiko New
[RFC,bpf-next,1/7] libbpf: disable -Wswitch-enum compiler warning libbpf feature probing and sanitization improvements --- 2020-08-07 Andrii Nakryiko New
[RFC,bpf-next,4/7] libbpf: sanitize BPF program code for bpf_probe_read_{kernel,user}[_str] libbpf feature probing and sanitization improvements --- 2020-08-07 Andrii Nakryiko New
[RFC,bpf-next,5/7] selftests/bpf: fix test_vmlinux test to use bpf_probe_read_user() libbpf feature probing and sanitization improvements --- 2020-08-07 Andrii Nakryiko New
[bpf] tools/bpftool: make skeleton code C++17-friendly by dropping typeof() [bpf] tools/bpftool: make skeleton code C++17-friendly by dropping typeof() --- 2020-08-12 Andrii Nakryiko New
[bpf,1/9] tools/bpftool: fix compilation warnings in 32-bit mode [bpf,1/9] tools/bpftool: fix compilation warnings in 32-bit mode --- 2020-08-13 Andrii Nakryiko New
[bpf,3/9] libbpf: fix BTF-defined map-in-map initialization on 32-bit host arches [bpf,1/9] tools/bpftool: fix compilation warnings in 32-bit mode --- 2020-08-13 Andrii Nakryiko New
[bpf,5/9] selftests/bpf: fix btf_dump test cases on 32-bit arches [bpf,1/9] tools/bpftool: fix compilation warnings in 32-bit mode --- 2020-08-13 Andrii Nakryiko New
[bpf,7/9] selftests/bpf: correct various core_reloc 64-bit assumptions [bpf,1/9] tools/bpftool: fix compilation warnings in 32-bit mode --- 2020-08-13 Andrii Nakryiko New
[bpf,8/9] tools/bpftool: generate data section struct with conservative alignment [bpf,1/9] tools/bpftool: fix compilation warnings in 32-bit mode --- 2020-08-13 Andrii Nakryiko New
[v2,bpf,6/9] libbpf: enforce 64-bitness of BTF for BPF object files [v2,bpf,1/9] tools/bpftool: fix compilation warnings in 32-bit mode --- 2020-08-13 Andrii Nakryiko New
[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 New
[v3,bpf,4/9] libbpf: handle BTF pointer sizes more carefully Fix various issues with 32-bit libbpf --- 2020-08-13 Andrii Nakryiko New
[bpf-next,2/7] libbpf: make kernel feature probing lazy [bpf-next,1/7] libbpf: disable -Wswitch-enum compiler warning --- 2020-08-18 Andrii Nakryiko New
[bpf-next,6/7] libbpf: switch tracing and CO-RE helper macros to bpf_probe_read_kernel() [bpf-next,1/7] libbpf: disable -Wswitch-enum compiler warning --- 2020-08-18 Andrii Nakryiko New
[bpf-next,3/4] libbpf: centralize poisoning and poison reallocarray() libbpf: minimize feature detection (reallocarray, libelf-mmap) --- 2020-08-18 Andrii Nakryiko New
[bpf-next,4/4] tools: remove feature-libelf-mmap feature detection libbpf: minimize feature detection (reallocarray, libelf-mmap) --- 2020-08-18 Andrii Nakryiko New
[bpf-next,5/9] libbpf: implement type-based CO-RE relocations support Add support for type-based and enum value-based CO-RE relocations --- 2020-08-18 Andrii Nakryiko New
[v2,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 New
« 1 2 »