messages from 2021-10-20 15:57:06 to 2021-10-22 00:49:23 UTC [more...]
[PATCH RFC bpf-next 00/10] bpf: CO-RE support in the kernel
2021-10-22 0:48 UTC (11+ messages)
` [PATCH RFC bpf-next 01/10] bpf: Prepare relo_core.c for kernel duty
[PATCH bpf] bpf: fix potential race in tail call compatibility check
2021-10-22 0:48 UTC (2+ messages)
branch prediction issue
2021-10-22 0:43 UTC (2+ messages)
[PATCH] bpf: support BPF_PROG_QUERY for progs attached to sockmap
2021-10-22 0:36 UTC (2+ messages)
[PATCH bpf-next v2 0/3] Support RENAME_EXCHANGE on bpffs
2021-10-22 0:34 UTC (5+ messages)
` [PATCH bpf-next v2 1/3] libfs: support RENAME_EXCHANGE in simple_rename()
` [PATCH bpf-next v2 2/3] selftests: bpf: convert test_bpffs to ASSERT macros
` [PATCH bpf-next v2 3/3] selftests: bpf: test RENAME_EXCHANGE and RENAME_NOREPLACE on bpffs
[PATCH v2 14/14] bpf,x86: Respect X86_FEATURE_RETPOLINE*
2021-10-21 23:51 UTC (11+ messages)
[PATCH bpf-next 0/3] core_reloc fixes for s390
2021-10-21 23:46 UTC (4+ messages)
` [PATCH bpf-next 1/3] bpf: Use __BYTE_ORDER__ everywhere
` [PATCH bpf-next 2/3] libbpf: Fix relocating big-endian bitfields
` [PATCH bpf-next 3/3] selftests/bpf: Fix test_core_reloc_mods on big-endian machines
[PATCH bpf-next 0/3] selftests/bpf: Fixes for perf_buffer test
2021-10-21 23:10 UTC (6+ messages)
` [PATCH bpf-next 1/3] selftests/bpf: Fix perf_buffer test on system with offline cpus
` [PATCH bpf-next 2/3] selftests/bpf: Fix possible/online index mismatch in perf_buffer test
` [PATCH bpf-next 3/3] selftests/bpf: Use nanosleep tracepoint in perf buffer test
[PATCH bpf-next v3 0/1] btf_dump fixes for s390
2021-10-21 23:00 UTC (3+ messages)
` [PATCH bpf-next v3 1/1] libbpf: Fix ptr_is_aligned() usages
[PATCH v3 bpf-next 0/2] bpf: keep track of verifier insn_processed
2021-10-21 23:00 UTC (2+ messages)
[PATCH v5 10/15] tools/lib/perf: use TASK_COMM_LEN_16 instead of hard-coded 16
2021-10-21 22:44 UTC (8+ messages)
` [PATCH v5 11/15] tools/bpf/bpftool: "
` [PATCH v5 12/15] tools/perf/test: make perf test adopt to task comm size change
` [PATCH v5 13/15] tools/testing/selftests/bpf: use TASK_COMM_LEN_16 instead of hard-coded 16
` [PATCH v5 14/15] sched.h: extend task comm from 16 to 24 for CONFIG_BASE_FULL
` [PATCH v5 15/15] kernel/kthread: show a warning if kthread's comm is truncated
[PATCH bpf] libbpf: fix BTF header parsing checks
2021-10-21 22:28 UTC (3+ messages)
[PATCH bpf] bpf: Fix error usage of map_fd and fdget() in generic_map_update_batch()
2021-10-21 22:22 UTC (3+ messages)
[PATCH v5 00/15] extend task comm from 16 to 24 for CONFIG_BASE_FULL
2021-10-21 21:55 UTC (11+ messages)
` [PATCH v5 01/15] fs/exec: make __set_task_comm always set a nul ternimated string
` [PATCH v5 02/15] fs/exec: make __get_task_comm always get a nul terminated string
` [PATCH v5 03/15] sched.h: introduce TASK_COMM_LEN_16
` [PATCH v5 04/15] cn_proc: make connector comm always nul ternimated
` [PATCH v5 05/15] drivers/infiniband: make setup_ctxt always get a nul terminated task comm
` [PATCH v5 06/15] elfcore: make prpsinfo "
` [PATCH v5 07/15] samples/bpf/kern: use TASK_COMM_LEN instead of hard-coded 16
` [PATCH v5 08/15] samples/bpf/user: use TASK_COMM_LEN_16 "
` [PATCH v5 09/15] tools/include: introduce TASK_COMM_LEN_16
[PATCH bpf-next v5 0/3] libbpf: use func name when pinning programs with LIBBPF_STRICT_SEC_NAME
2021-10-21 21:48 UTC (4+ messages)
` [PATCH bpf-next v5 1/3] "
` [PATCH bpf-next v5 2/3] bpftool: conditionally append / to the progtype
` [PATCH bpf-next v5 3/3] selftests/bpf: fix flow dissector tests
[PATCH bpf-next v4 0/5] Implement bitset maps, with bloom filter
2021-10-21 21:41 UTC (7+ messages)
` [PATCH bpf-next v4 2/5] libbpf: Add "map_extra" as a per-map-type extra flag
[PATCH bpf-next v4 0/3] libbpf: use func name when pinning programs with LIBBPF_STRICT_SEC_NAME
2021-10-21 21:10 UTC (7+ messages)
` [PATCH bpf-next v4 1/3] "
` [PATCH bpf-next v4 2/3] bpftool: conditionally append / to the progtype
` [PATCH bpf-next v4 3/3] selftests/bpf: fix flow dissector tests
[PATCH bpf-next 0/5] bpf: add support for BTF_KIND_DECL_TAG typedef
2021-10-21 19:56 UTC (6+ messages)
` [PATCH bpf-next 1/5] bpf: add BTF_KIND_DECL_TAG typedef support
` [PATCH bpf-next 2/5] selftests/bpf: add BTF_KIND_DECL_TAG typedef unit tests
` [PATCH bpf-next 3/5] selftests/bpf: test deduplication for BTF_KIND_DECL_TAG typedef
` [PATCH bpf-next 4/5] selftests/bpf: add BTF_KIND_DECL_TAG typedef example in tag.c
` [PATCH bpf-next 5/5] docs/bpf: update documentation for BTF_KIND_DECL_TAG typedef support
[PATCH bpf 0/4] bpf, sockmap: fixes stress testing and regression
2021-10-21 19:24 UTC (8+ messages)
` [PATCH bpf 1/4] bpf, sockmap: Remove unhash handler for BPF sockmap usage
[PATCH bpf-next] samples: bpf: Suppress readelf stderr when probing for BTF support
2021-10-21 19:21 UTC (2+ messages)
[PATCH bpf-next 0/2] Get ifindex in BPF_SK_LOOKUP prog type
2021-10-21 19:09 UTC (7+ messages)
` [PATCH bpf-next 1/2] bpf: Add ifindex to bpf_sk_lookup
` [PATCH bpf-next 2/2] selftests/bpf: Add tests for accessing ifindex in bpf_sk_lookup
[PATCH bpf-next 00/10] New BPF helpers to accelerate synproxy
2021-10-21 18:50 UTC (22+ messages)
` [PATCH bpf-next 07/10] bpf: Add helpers to query conntrack info
` [PATCH bpf-next 09/10] bpf: Add a helper to issue timestamp cookies in XDP
` [PATCH bpf-next 10/10] bpf: Add sample for raw syncookie helpers
[PATCH] bpf: Move BPF_MAP_TYPE for INODE_STORAGE and TASK_STORAGE outside of CONFIG_NET
2021-10-21 18:46 UTC
[PATCH v3] btf_encoder: Make BTF_KIND_TAG conditional
2021-10-21 18:33 UTC
[PATCH v2] btf_encoder: Make BTF_KIND_TAG conditional
2021-10-21 17:28 UTC (2+ messages)
[PATCH bpf-next v3 0/3] libbpf: use func name when pinning programs with LIBBPF_STRICT_SEC_NAME
2021-10-21 16:36 UTC (7+ messages)
` [PATCH bpf-next v3 1/3] "
` [PATCH bpf-next v3 2/3] bpftool: don't append / to the progtype
` [PATCH bpf-next v3 3/3] selftests/bpf: fix flow dissector tests
[RFC 0/9] uapi/bpf.h for robots
2021-10-21 15:59 UTC (8+ messages)
` [RFC 6/9] bpf: split map modification structs
` [RFC 7/9] bpf: split get_id and fd_by_id in bpf_attr
` [RFC 9/9] libbpf: use new-style syscall args
[PATCH bpf-next 0/2] libbpf: Add btf__type_cnt() and btf__raw_data() APIs
2021-10-21 13:53 UTC (6+ messages)
` [PATCH bpf-next 1/2] "
[PATCH bpf-next v3 0/2] Add bpf_skc_to_unix_sock() helper
2021-10-21 13:47 UTC (3+ messages)
` [PATCH bpf-next v3 1/2] bpf: "
` [PATCH bpf-next v3 2/2] selftests/bpf: Test "
[PATCH] btf_encoder: Make BTF_KIND_TAG conditional
2021-10-21 12:59 UTC (9+ messages)
[PATCH bpf-next 00/10] libbpf: support custom .rodata.*/.data.* sections
2021-10-21 11:39 UTC (22+ messages)
` [PATCH bpf-next 08/10] selftests/bpf: demonstrate use of custom .rodata/.data sections
` [PATCH bpf-next 09/10] libbpf: simplify look up by name of internal maps
[PATCH bpf-next v2 0/4] btf_dump fixes for s390
2021-10-21 10:29 UTC (7+ messages)
` [PATCH bpf-next v2 4/4] libbpf: Fix ptr_is_aligned() usages
[PATCH v2 bpf-next 00/10] libbpf: support custom .rodata.*/.data.* sections
2021-10-21 1:44 UTC (11+ messages)
` [PATCH v2 bpf-next 01/10] libbpf: deprecate btf__finalize_data() and move it into libbpf.c
` [PATCH v2 bpf-next 02/10] libbpf: extract ELF processing state into separate struct
` [PATCH v2 bpf-next 03/10] libbpf: use Elf64-specific types explicitly for dealing with ELF
` [PATCH v2 bpf-next 04/10] libbpf: remove assumptions about uniqueness of .rodata/.data/.bss maps
` [PATCH v2 bpf-next 05/10] bpftool: support multiple .rodata/.data internal maps in skeleton
` [PATCH v2 bpf-next 06/10] bpftool: improve skeleton generation for data maps without DATASEC type
` [PATCH v2 bpf-next 07/10] libbpf: support multiple .rodata.* and .data.* BPF maps
` [PATCH v2 bpf-next 08/10] selftests/bpf: demonstrate use of custom .rodata/.data sections
` [PATCH v2 bpf-next 09/10] libbpf: simplify look up by name of internal maps
` [PATCH v2 bpf-next 10/10] selftests/bpf: switch to ".bss"/".rodata"/".data" lookups for "
[PATCH v3 0/3] Fix up bpf_jit_limit some more
2021-10-21 1:22 UTC (2+ messages)
[PATCH bpf] libbpf: fix overflow in BTF sanity checks
2021-10-21 1:14 UTC (2+ messages)
[[PATCH bpf-next]] selftests/bpf: Some more atomic tests
2021-10-21 1:12 UTC (2+ messages)
[PATCH] Fix application of sizeof to pointer
2021-10-21 0:50 UTC (3+ messages)
[PATCH bpf-next 0/2] Support RENAME_EXCHANGE on bpffs
2021-10-21 0:14 UTC (4+ messages)
` [PATCH bpf-next 2/2] selftests: bpf: test RENAME_EXCHANGE and RENAME_NOREPLACE "
[PATCH bpf-next 0/3] bpf: allow cgroup progs to export custom errnos to userspace
2021-10-20 23:28 UTC (3+ messages)
` [PATCH bpf-next 2/3] bpf: Add cgroup helper bpf_export_errno to get/set exported errno value
[PATCH bpf-next v4 0/8] Typeless/weak ksym for gen_loader + misc fixups
2021-10-20 23:02 UTC (16+ messages)
` [PATCH bpf-next v4 1/8] bpf: Add bpf_kallsyms_lookup_name helper
` [PATCH bpf-next v4 2/8] libbpf: Add typeless ksym support to gen_loader
` [PATCH bpf-next v4 3/8] libbpf: Add weak "
` [PATCH bpf-next v4 4/8] libbpf: Ensure that BPF syscall fds are never 0, 1, or 2
` [PATCH bpf-next v4 5/8] libbpf: Use O_CLOEXEC uniformly when opening fds
` [PATCH bpf-next v4 6/8] selftests/bpf: Add weak/typeless ksym test for light skeleton
` [PATCH bpf-next v4 7/8] selftests/bpf: Fix fd cleanup in sk_lookup test
` [PATCH bpf-next v4 8/8] selftests/bpf: Fix memory leak in test_ima
[PATCH bpf-next v2 0/3] libbpf: use func name when pinning programs with LIBBPF_STRICT_SEC_NAME
2021-10-20 22:46 UTC (8+ messages)
` [PATCH bpf-next v2 1/3] "
` [PATCH bpf-next v2 2/3] bpftool: don't append / to the progtype
[PATCH v2 bpf-next 0/4] libbpf: deprecate bpf_program__get_prog_info_linear
2021-10-20 22:15 UTC (11+ messages)
` [PATCH v2 bpf-next 1/4] libbpf: migrate internal use of bpf_program__get_prog_info_linear
` [PATCH v2 bpf-next 2/4] bpftool: use bpf_obj_get_info_by_fd directly
` [PATCH v2 bpf-next 3/4] perf: pull in bpf_program__get_prog_info_linear
` [PATCH v2 bpf-next 4/4] libbpf: deprecate bpf_program__get_prog_info_linear
[RFC] bpf: Implement prealloc for task_local_storage
2021-10-20 20:18 UTC (4+ messages)
` [PATCH 1/3] cgroup: Drop cgroup_ prefix from cgroup_threadgroup_rwsem and friends
` [PATCH 2/3] sched, cgroup: Generalize threadgroup_rwsem
` [PATCH 3/3] bpf: Implement prealloc for task_local_storage
[PATCH bpf-next v3] bpf: rename BTF_KIND_TAG to BTF_KIND_DECL_TAG
2021-10-20 19:04 UTC (2+ messages)
[PATCH bpf-next 0/3] btf_dump fixes for s390
2021-10-20 18:32 UTC (5+ messages)
` [PATCH bpf-next 1/3] selftests/bpf: Use cpu_number only on arches that have it
[PATCH bpf-next v3 0/8] Typeless/weak ksym for gen_loader + misc fixups
2021-10-20 18:04 UTC (3+ messages)
` [PATCH bpf-next v3 1/8] bpf: Add bpf_kallsyms_lookup_name helper
[PATCH selftests/bpf] selftests/bpf: remove duplicate include in cgroup_helpers.c
2021-10-20 17:50 UTC (2+ messages)
[PATCH bpf-next v2] bpf/preload: Clean up .gitignore and "clean-files" target
2021-10-20 17:48 UTC (2+ messages)
[PATCH bpf-next] bpftool: remove useless #include to <perf-sys.h> from map_perf_ring.c
2021-10-20 17:48 UTC (2+ messages)
[PATCH] [v2] selftests: bpf: Remove duplicated include in cgroup_helpers
2021-10-20 17:46 UTC (3+ messages)
[V2][PATCH] cgroup: fix memory leak caused by missing cgroup_bpf_offline
2021-10-20 17:28 UTC (9+ messages)
[PATCH bpf-next] bpf: Silence Coverity warning for find_kfunc_desc_btf
2021-10-20 16:57 UTC (3+ messages)
` [PATCH bpf-next v3] "
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).