bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-18 23:15:29 to 2021-10-21 01:44:43 UTC [more...]

[PATCH v2 bpf-next 00/10] libbpf: support custom .rodata.*/.data.* sections
 2021-10-21  1:44 UTC  (10+ 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 bpf-next 0/2] Get ifindex in BPF_SK_LOOKUP prog type
 2021-10-21  1:39 UTC  (3+ messages)
` [PATCH bpf-next 1/2] bpf: Add ifindex to bpf_sk_lookup

[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 bpf-next 00/10] New BPF helpers to accelerate synproxy
 2021-10-21  1:06 UTC  (31+ messages)
` [PATCH bpf-next 01/10] bpf: Use ipv6_only_sock in bpf_tcp_gen_syncookie
` [PATCH bpf-next 02/10] bpf: Support dual-stack sockets in bpf_tcp_check_syncookie
` [PATCH bpf-next 03/10] bpf: Use EOPNOTSUPP "
` [PATCH bpf-next 04/10] bpf: Make errors of bpf_tcp_check_syncookie distinguishable
` [PATCH bpf-next 05/10] bpf: Fix documentation of th_len in bpf_tcp_{gen,check}_syncookie
` [PATCH bpf-next 06/10] bpf: Expose struct nf_conn to BPF
` [PATCH bpf-next 07/10] bpf: Add helpers to query conntrack info
` [PATCH bpf-next 08/10] bpf: Add helpers to issue and check SYN cookies in XDP
` [PATCH bpf-next 09/10] bpf: Add a helper to issue timestamp "
` [PATCH bpf-next 10/10] bpf: Add sample for raw syncookie helpers

[PATCH] Fix application of sizeof to pointer
 2021-10-21  0:50 UTC  (3+ messages)

[PATCH v2 14/14] bpf,x86: Respect X86_FEATURE_RETPOLINE*
 2021-10-21  0:18 UTC  (3+ messages)

[PATCH bpf-next 00/10] libbpf: support custom .rodata.*/.data.* sections
 2021-10-21  0:14 UTC  (21+ 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 0/2] Support RENAME_EXCHANGE on bpffs
 2021-10-21  0:14 UTC  (5+ messages)
` [PATCH bpf-next 1/2] libfs: support RENAME_EXCHANGE in simple_rename()
` [PATCH bpf-next 2/2] selftests: bpf: test RENAME_EXCHANGE and RENAME_NOREPLACE on bpffs

[PATCH] btf_encoder: Make BTF_KIND_TAG conditional
 2021-10-20 23:46 UTC  (7+ messages)

[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 0/2] libbpf: Add btf__type_cnt() and btf__raw_data() APIs
 2021-10-20 23:14 UTC  (8+ messages)
` [PATCH bpf-next 1/2] "
` [PATCH bpf-next 2/2] tools: Switch to new btf__type_cnt/btf__raw_data APIs

[PATCH bpf-next v2 0/4] btf_dump fixes for s390
 2021-10-20 23:10 UTC  (6+ messages)
` [PATCH bpf-next v2 4/4] libbpf: Fix ptr_is_aligned() usages

[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 v3 0/3] libbpf: use func name when pinning programs with LIBBPF_STRICT_SEC_NAME
 2021-10-20 22:50 UTC  (4+ 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

[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

[PATCH bpf-next v4 0/5] Implement bitset maps, with bloom filter
 2021-10-20 21:21 UTC  (22+ messages)
` [PATCH bpf-next v4 1/5] bpf: Add bitset map with bloom filter capabilities
` [PATCH bpf-next v4 2/5] libbpf: Add "map_extra" as a per-map-type extra flag
` [PATCH bpf-next v4 4/5] bpf/benchs: Add benchmark tests for bloom filter throughput + false positive

[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  (11+ messages)

[RFC 0/9] uapi/bpf.h for robots
 2021-10-20 17:19 UTC  (7+ 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] bpf: Silence Coverity warning for find_kfunc_desc_btf
 2021-10-20 16:57 UTC  (3+ messages)
` [PATCH bpf-next v3] "

[PATCH bpf 0/4] bpf, sockmap: fixes stress testing and regression
 2021-10-20 16:35 UTC  (11+ messages)
` [PATCH bpf 1/4] bpf, sockmap: Remove unhash handler for BPF sockmap usage
` [PATCH bpf 2/4] bpf, sockmap: Fix race in ingress receive verdict with redirect to self
` [PATCH bpf 3/4] bpf: sockmap, strparser, and tls are reusing qdisc_skb_cb and colliding

[PATCH bpf-next 0/2 v2] Add bpf_skc_to_unix_sock() helper
 2021-10-20 13:41 UTC  (6+ messages)
` [PATCH bpf-next 2/2 v2] selftests/bpf: Test "

[PATCH bpf-next] bpf/preload: Clean up .gitignore and "clean-files" target
 2021-10-20  9:30 UTC  (3+ messages)

[PATCH v2 bpf-next 0/2] bpf: keep track of verifier insn_processed
 2021-10-20  8:03 UTC  (4+ messages)
` [PATCH v2 bpf-next 1/2] bpf: add verified_insns to bpf_prog_info and fdinfo

[PATCH v3 bpf-next 0/2] bpf: keep track of verifier insn_processed
 2021-10-20  7:48 UTC  (3+ messages)
` [PATCH v3 bpf-next 1/2] bpf: add verified_insns to bpf_prog_info and fdinfo
` [PATCH v3 bpf-next 2/2] selftests/bpf: add verif_stats test

[PATCH v3 00/23] Fix some issues at documentation
 2021-10-20  5:46 UTC  (7+ messages)
` [PATCH v3 02/23] libbpf: update index.rst reference
` [PATCH v3 14/23] bpftool: update bpftool-cgroup.rst reference

[PATCH bpf-next v2 0/5] introduce dummy BPF STRUCT_OPS
 2021-10-20  5:24 UTC  (8+ messages)
` [PATCH bpf-next v2 2/5] bpf: factor out helpers to check ctx access for BTF function
` [PATCH bpf-next v2 3/5] bpf: add dummy BPF STRUCT_OPS for test purpose
` [PATCH bpf-next v2 4/5] bpf: hook .test_run for struct_ops program

[PATCH bpf-next] libbpf: Remove Makefile warnings on out-of-sync netlink.h/if_link.h
 2021-10-19 23:45 UTC  (2+ messages)

[PATCH bpf-next 0/3] fixes for bpftool's Makefile
 2021-10-19 23:44 UTC  (5+ messages)
` [PATCH bpf-next 1/3] bpftool: fix install for libbpf's internal header(s)

[syzbot] possible deadlock in perf_event_ctx_lock_nested (2)
 2021-10-19 17:09 UTC  (3+ messages)

[PATCH bpf-next v2 0/3] Add XDP support for bpf_load_hdr_opt
 2021-10-19 16:10 UTC  (9+ messages)

[PATCHv2 0/8] x86/ftrace: Add direct batch interface
 2021-10-19 14:47 UTC  (13+ messages)
` [PATCH 7/8] ftrace: Add multi direct modify interface

[PATCH] bpf: support BPF_PROG_QUERY for progs attached to sockmap
 2021-10-19 12:58 UTC 

[syzbot] BUG: corrupted list in netif_napi_add
 2021-10-19 10:11 UTC  (8+ messages)

How to improve CO-RE result on Debian9 and Debian10?
 2021-10-19  8:34 UTC 

[PATCH 0/2] Two fixes for documentation-file-ref-check
 2021-10-19  7:42 UTC  (2+ messages)
` [PATCH 2/2] scripts: documentation-file-ref-check: fix bpf selftests path

[PATCH] bpf: use count for prealloc hashtab too
 2021-10-19  5:11 UTC  (9+ messages)
  ` [External] "

[syzbot] INFO: rcu detected stall in prog_array_map_clear_deferred
 2021-10-19  4:07 UTC  (2+ messages)

BUG: Ksnoop tool failed to pass the BPF verifier with recent kernel changes
 2021-10-19  3:59 UTC  (5+ messages)

[PATCH bpf] bpf: Fix error usage of map_fd and fdget() in generic_map_update_batch()
 2021-10-19  3:29 UTC 

[PATCH] bpf, sockmap: Do not read sk_receive_queue in tcp_bpf_recvmsg if strparser enabled
 2021-10-19  3:03 UTC  (4+ messages)

[RFC PATCH v2 00/13] Introduce BPF map tracing capability
 2021-10-18 23:15 UTC  (6+ messages)


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).