Andrii Nakryiko ([email protected])

Number of posts: 1530 (0.81 per day)
First post: 2019-04-02 18:25:26
Last post: 2024-06-12 07:03:35

Date List Subject
2022-04-12 22:21:16 linux-kernel Re: [RFC bpf-next 3/4] bpf: Resolve symbols with kallsyms_lookup_names for kprobe multi link
2022-04-12 21:56:48 linux-kernel Re: [RFC bpf-next 3/4] bpf: Resolve symbols with kallsyms_lookup_names for kprobe multi link
2022-04-12 09:36:28 linux-kernel Re: [RFC bpf-next 4/4] selftests/bpf: Add attach bench test
2022-04-12 07:55:43 linux-kernel Re: [RFC bpf-next 0/4] bpf: Speed up symbol resolving in kprobe multi link
2022-04-07 20:44:20 linux-kernel Re: [next] perf build failures: libbpf.c:10946:50: error: format '%li' expects argument of type 'long int *', but argument 4 has type 'size_t *' {aka 'unsigned int *'} [-Werror=format=]
2022-04-07 20:35:06 linux-kernel Re: [PATCH] libbpf: potential NULL dereference in usdt_manager_attach_usdt()
2022-04-06 13:48:36 linux-kernel Re: [PATCH bpf-next] selftests/bpf: Remove redundant checks in get_stack_print_output()
2022-04-06 13:31:00 linux-kernel Re: [PATCH bpf-next v2] selftests/bpf: Fix issues in parse_num_list()
2022-04-05 02:37:04 linux-kernel Re: [PATCH bpf-next] selftests/bpf: Fix issues in parse_num_list()
2022-04-05 02:25:33 linux-kernel Re: [PATCH bpf-next v2] libbpf: Don't return -EINVAL if hdr_len < offsetofend(core_relo_len)
2022-04-05 02:02:15 linux-kernel Re: [PATCH bpf-next] samples: bpf: fix linking xdp_router_ipv4 after migration
2022-04-05 01:26:59 linux-kernel Re: [PATCH bpf-next 2/3] bpf/bpftool: add missing link types
2022-04-05 01:06:32 linux-kernel Re: [PATCH] sample: bpf: syscall_tp_kern: add dfd before filename
2022-04-05 00:17:46 linux-kernel Re: [PATCH bpf-next 3/3] bpf/bpftool: handle libbpf_probe_prog_type errors
2022-04-04 14:38:04 linux-kernel Re: [PATCH bpf-next] selftests/bpf: Fix cd_flavor_subdir() of test_progs
2022-04-04 11:08:41 linux-kernel Re: [PATCH bpf-next 1/3] bpf/bpftool: add syscall prog type
2022-04-04 08:19:50 linux-kernel Re: [PATCH 05/18] bpf-preload: Generate static variables
2022-04-02 16:10:44 linux-kernel Re: [PATCH bpf-next 3/3] bpf/bpftool: handle libbpf_probe_prog_type errors
2022-03-31 04:43:26 linux-kernel Re: [PATCH 05/18] bpf-preload: Generate static variables
2022-03-30 11:55:43 linux-kernel Re: [PATCH 00/18] bpf: Secure and authenticated preloading of eBPF programs
2022-03-30 10:24:30 linux-kernel Re: [FYI PATCH 1/1] perf tools: Update copy of libbpf's hashmap.c
2022-03-28 23:04:29 linux-kernel Re: [PATCH bpf-next v3 06/17] HID: allow to change the report descriptor from an eBPF program
2022-03-25 18:39:41 linux-kernel Re: [PATCH bpf-next v3 06/17] HID: allow to change the report descriptor from an eBPF program
2022-03-23 15:15:39 linux-kernel Re: [PATCH] bpf: use vmemdup_user instead of kvmalloc and copy_from_user
2022-03-21 18:58:52 linux-kernel Re: [PATCHv3 bpf-next 00/13] bpf: Add kprobe multi link
2022-03-21 16:08:39 linux-kernel Re: [PATCHv3 bpf-next 00/13] bpf: Add kprobe multi link
2022-03-20 17:00:54 linux-kernel Re: [PATCHv3 bpf-next 00/13] bpf: Add kprobe multi link
2022-03-18 15:33:41 linux-kernel Re: [PATCHv3 bpf-next 09/13] libbpf: Add bpf_program__attach_kprobe_multi_opts function
2022-03-17 22:07:10 linux-kernel Re: [for-next][PATCH 03/13] fprobe: Add ftrace based probe APIs
2022-03-17 03:55:47 linux-kernel Re: [PATCH bpf-next] libbpf: Remove redundant check in btf_ext__new()
2022-03-11 23:37:03 linux-kernel Re: [PATCH 2/2] bpf/selftests: Test skipping stacktrace
2022-03-11 23:00:44 linux-kernel Re: [PATCH bpf-next v2] bpf: Cache the last valid build_id.
2022-03-11 22:28:27 linux-kernel Re: [PATCH v2] selftests/bpf: fix array_size.cocci warning
2022-03-11 22:16:20 linux-kernel Re: [PATCH v10 12/12] fprobe: Add a selftest for fprobe
2022-03-11 05:54:31 linux-kernel Re: [PATCH v10 12/12] fprobe: Add a selftest for fprobe
2022-03-09 01:31:19 linux-kernel Re: [PATCH bpf-next v2] bpf: Clean up Makefile of bpf preload
2022-03-08 23:20:37 linux-kernel Re: [PATCH 08/10] libbpf: Add bpf_program__attach_kprobe_opts support for multi kprobes
2022-03-08 21:50:25 linux-kernel Re: [PATCH 02/10] bpf: Add multi kprobe link
2022-03-08 18:00:48 linux-kernel Re: [PATCH bpf-next] samples/bpf: fix broken bpf programs due to function inlining
2022-03-08 17:58:21 linux-kernel Re: [PATCH bpf-next] samples/bpf: fix broken bpf programs due to function inlining
2022-03-08 13:56:08 linux-kernel Re: [PATCH bpf-next v2 04/28] libbpf: add HID program type and API
2022-03-08 11:45:49 linux-kernel Re: [PATCH 05/10] bpf: Add cookie support to programs attached with kprobe multi link
2022-03-08 11:09:27 linux-kernel Re: [PATCH bpf-next] bpf: Remove redundant slash
2022-03-08 08:58:08 linux-kernel Re: [PATCHv2 bpf-next 0/8] bpf: Add kprobe multi link
2022-03-08 08:52:30 linux-kernel Re: [PATCH bpf] libbpf: unmap rings when umem deleted
2022-03-08 07:30:59 linux-kernel Re: [PATCH bpf-next v2 04/28] libbpf: add HID program type and API
2022-03-08 02:04:08 linux-kernel Re: [PATCH 1/1] libbpf: ensure F_DUPFD_CLOEXEC is defined
2022-03-04 23:23:26 linux-kernel Re: [PATCH 10/10] selftest/bpf: Add kprobe_multi test for bpf_cookie values
2022-03-04 23:21:39 linux-kernel Re: [PATCH 09/10] selftest/bpf: Add kprobe_multi attach test
2022-03-04 23:20:55 linux-kernel Re: [PATCH 08/10] libbpf: Add bpf_program__attach_kprobe_opts support for multi kprobes
2022-03-04 23:19:05 linux-kernel Re: [PATCH 07/10] libbpf: Add bpf_link_create support for multi kprobes