LinuxLists
Users
About
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
Previous Page
/
Next Page
Date
List
Subject
2020-12-03 21:10:22
linux-kernel
Re: [PATCH bpf-next v3 11/14] tools build: Implement feature check for BPF atomics in Clang
2020-12-03 21:08:01
linux-kernel
Re: [PATCH bpf-next v3 12/14] bpf: Pull tools/build/feature biz into selftests Makefile
2020-12-02 06:03:17
linux-kernel
Re: [PATCH v2 bpf-next 00/13] Atomics for eBPF
2020-12-02 02:25:49
linux-kernel
Re: [PATCH v2 bpf-next 12/13] bpf: Add tests for new BPF atomic operations
2020-12-02 02:09:33
linux-kernel
Re: [PATCH v1 bpf-next 06/11] bpf: Introduce two attach types for BPF_PROG_TYPE_SK_REUSEPORT.
2020-12-02 02:05:56
linux-kernel
Re: [PATCH v2 bpf-next 00/13] Atomics for eBPF
2020-12-02 01:42:48
linux-kernel
Re: [PATCH] tools/bpf: Return the appropriate error value
2020-12-02 01:03:43
linux-kernel
Re: [PATCH bpf-next 2/2] bpf: Add a selftest for the tracing bpf_get_socket_cookie
2020-12-02 01:01:04
linux-kernel
Re: [PATCH bpf-next 2/2] selftests/bpf: Add bpf_kallsyms_lookup test
2020-12-02 01:01:01
linux-kernel
Re: [PATCH bpf-next 1/2] bpf: Add a bpf_kallsyms_lookup helper
2020-12-02 00:51:58
linux-kernel
Re: [PATCH bpf-next 1/2] bpf: Add a bpf_kallsyms_lookup helper
2020-12-01 21:48:17
linux-kernel
Re: [PATCH bpf-next] kbuild: Restore ability to build out-of-tree modules
2020-12-01 18:07:01
linux-kernel
Re: [PATCH bpf-next] kbuild: Restore ability to build out-of-tree modules
2020-11-27 08:50:00
linux-kernel
Re: [PATCH bpf-next v3 3/3] bpf: Add a selftest for bpf_ima_inode_hash
2020-11-21 07:40:01
linux-kernel
Re: [RFC PATCH] bpf: preload: Fix build error when O= is set
2020-11-18 00:00:42
linux-kernel
Re: [RFC bpf-next 1/3] bpf: add module support to btf display helpers
2020-11-16 23:06:21
linux-kernel
Re: [PATCH v4 bpf-next 3/5] kbuild: build kernel module BTFs if BTF is enabled and pahole supports it
2020-11-16 22:19:25
linux-kernel
Re: [PATCH v4 bpf-next 3/5] kbuild: build kernel module BTFs if BTF is enabled and pahole supports it
2020-11-14 07:07:46
linux-kernel
Re: [RFC bpf-next 3/3] selftests/bpf: verify module-specific types can be shown via bpf_snprintf_btf
2020-11-14 07:02:47
linux-kernel
Re: [RFC bpf-next 1/3] bpf: add module support to btf display helpers
2020-11-14 06:48:33
linux-kernel
Re: [RFC bpf-next 2/3] libbpf: bpf__find_by_name[_kind] should use btf__get_nr_types()
2020-11-13 18:56:36
linux-kernel
Re: [PATCH v4 bpf-next 4/5] bpf: load and verify kernel module BTFs
2020-11-12 19:26:42
linux-kernel
Re: [PATCH bpf v5 0/2] Fix bpf_probe_read_user_str() overcopying
2020-11-12 18:53:28
linux-kernel
Re: [PATCH bpf-next 2/2] bpf: Expose bpf_d_path helper to sleepable LSM hooks
2020-11-12 18:52:00
linux-kernel
Re: [PATCH bpf-next 1/2] bpf: Augment the set of sleepable LSM hooks
2020-11-12 01:52:04
linux-kernel
Re: [PATCH v3 bpf] tools: bpftool: Add missing close before bpftool net attach exit
2020-11-12 01:51:36
linux-kernel
Re: [PATCH v3 bpf] tools: bpftool: Add missing close before bpftool net attach exit
2020-11-12 01:46:20
linux-kernel
Re: [PATCH bpf v5 1/2] lib/strncpy_from_user.c: Don't overcopy bytes after NUL terminator
2020-11-12 01:38:13
linux-kernel
Re: [PATCH bpf v5 0/2] Fix bpf_probe_read_user_str() overcopying
2020-11-11 20:14:30
linux-kernel
Re: [PATCH v4 bpf-next 4/5] bpf: load and verify kernel module BTFs
2020-11-11 18:17:30
linux-kernel
Re: linux-next: build warning after merge of the bpf-next tree
2020-11-11 05:15:26
linux-kernel
Re: [PATCH v3] bpf: Fix unsigned 'datasec_id' compared with zero in check_pseudo_btf_id
2020-11-11 04:21:54
linux-kernel
Re: [PATCH v4 bpf-next 5/5] tools/bpftool: add support for in-kernel and named BTF in `btf show`
2020-11-11 04:16:29
linux-kernel
Re: [PATCH v2] bpf: Fix unsigned 'datasec_id' compared with zero in check_pseudo_btf_id
2020-11-10 18:45:22
linux-kernel
Re: [PATCH] bpf: Fix unsigned 'datasec_id' compared with zero in check_pseudo_btf_id
2020-11-10 18:44:55
linux-kernel
Re: [PATCH] bpf: Fix unsigned 'datasec_id' compared with zero in check_pseudo_btf_id
2020-11-10 18:35:58
linux-kernel
Re: [PATCH v4 bpf-next 1/5] bpf: add in-kernel split BTF support
2020-11-10 00:12:20
linux-kernel
Re: [PATCH v3 bpf-next 2/5] bpf: assign ID to vmlinux BTF and return extra info for BTF in GET_OBJ_INFO
2020-11-09 18:00:57
linux-kernel
Re: [PATCH bpf-next 5/5] tools/bpftool: add support for in-kernel and named BTF in `btf show`
2020-11-07 01:53:59
linux-kernel
Re: [PATCH v2 bpf-next 1/5] bpf: add in-kernel split BTF support
2020-11-06 22:23:50
linux-kernel
Re: [PATCH] libbpf: Remove unnecessary conversion to bool
2020-11-06 22:19:15
linux-kernel
Re: [PATCH bpf-next 4/5] bpf: load and verify kernel module BTFs
2020-11-06 21:34:42
linux-kernel
Re: [PATCH] libbpf: Remove unnecessary conversion to bool
2020-11-06 20:43:05
linux-kernel
Re: [PATCH] trace: Fix passing zero to 'PTR_ERR' warning
2020-11-06 03:55:23
linux-kernel
Re: [PATCH bpf v4 2/2] selftest/bpf: Test bpf_probe_read_user_str() strips trailing bytes after NUL
2020-11-05 21:36:54
linux-kernel
Re: [PATCH bpf v2 2/2] selftest/bpf: Test bpf_probe_read_user_str() strips trailing bytes after NUL
2020-11-05 19:05:21
linux-kernel
Re: [RFC PATCH bpf-next 4/5] bpf: load and verify kernel module BTFs
2020-11-03 19:31:57
linux-kernel
Re: [PATCH bpf-next v2 2/8] libbpf: Add support for task local storage
2020-11-02 19:02:10
linux-kernel
Re: [PATCH] net: core: remove unneeded semicolon
2020-10-29 23:16:10
linux-kernel
Re: [PATCH bpf-next 1/5] bpf: Implement task local storage
2020-10-29 22:42:55
linux-kernel
Re: [PATCH v2] libbpf hashmap: Fix undefined behavior in hash_bits