bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-21 00:50:27 to 2021-10-23 01:01:12 UTC [more...]

[PATCH bpf-next v3 0/4] introduce dummy BPF STRUCT_OPS
 2021-10-23  1:00 UTC  (9+ messages)
` [PATCH bpf-next v3 1/4] bpf: factor out a helper to prepare trampoline for struct_ops prog
` [PATCH bpf-next v3 2/4] bpf: factor out helpers to check ctx access for BTF function
` [PATCH bpf-next v3 3/4] bpf: add dummy BPF STRUCT_OPS for test purpose
` [PATCH bpf-next v3 4/4] selftests/bpf: add test cases for struct_ops prog

[PATCH bpf-next 0/5] bpftool: Switch to libbpf's hashmap for referencing BPF objects
 2021-10-23  0:54 UTC  (8+ messages)
` [PATCH bpf-next 1/5] bpftool: Remove Makefile dep. on $(LIBBPF) for $(LIBBPF_INTERNAL_HDRS)
` [PATCH bpf-next 2/5] bpftool: Do not expose and init hash maps for pinned path in main.c
` [PATCH bpf-next 3/5] bpftool: Switch to libbpf's hashmap for pinned paths of BPF objects
` [PATCH bpf-next 4/5] bpftool: Switch to libbpf's hashmap for programs/maps in BTF listing
` [PATCH bpf-next 5/5] bpftool: Switch to libbpf's hashmap for PIDs/names references

[PATCH v3 bpf-next 1/2] libbpf: fix overflow in BTF sanity checks
 2021-10-23  0:31 UTC  (2+ messages)
` [PATCH v3 bpf-next 2/2] libbpf: fix BTF header parsing checks

[PATCH v2 bpf] libbpf: fix BTF header parsing checks
 2021-10-23  0:07 UTC 

[PATCH bpf-next 0/5] bpf: add support for BTF_KIND_DECL_TAG typedef
 2021-10-23  0:05 UTC  (7+ 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-next v5 0/3] libbpf: use func name when pinning programs with LIBBPF_STRICT_SEC_NAME
 2021-10-22 23:57 UTC  (6+ 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] bpftool: avoid leaking the JSON writer prepared for program metadata
 2021-10-22 23:50 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: guess function end for test_get_branch_snapshot
 2021-10-22 23:48 UTC 

[PATCH v5 10/15] tools/lib/perf: use TASK_COMM_LEN_16 instead of hard-coded 16
 2021-10-22 23:41 UTC  (10+ 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-next 0/5 v2] libbpf: Add btf__type_cnt() and btf__raw_data() APIs
 2021-10-22 23:39 UTC  (7+ messages)
` [PATCH bpf-next 1/5 "
` [PATCH bpf-next 2/5 v2] perf bpf: Switch to new btf__raw_data API
` [PATCH bpf-next 3/5 v2] tools/resolve_btfids: Switch to new btf__type_cnt API
` [PATCH bpf-next 4/5 v2] bpftool: "
` [PATCH bpf-next 5/5 v2] selftests/bpf: Switch to new btf__type_cnt/btf__raw_data APIs

[PATCH bpf-next 0/3] core_reloc fixes for s390
 2021-10-22 23:38 UTC  (6+ 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] libbpf: fix memory leak in btf__dedup()
 2021-10-22 23:10 UTC  (2+ messages)

[RFC] bpf: Implement prealloc for task_local_storage
 2021-10-22 23:00 UTC  (5+ messages)
` [PATCH 3/3] "

[PATCH bpf-next 0/4] Parallelize verif_scale selftests
 2021-10-22 22:32 UTC  (5+ messages)
` [PATCH bpf-next 1/4] selftests/bpf: normalize selftest entry points
` [PATCH bpf-next 2/4] selftests/bpf: support multiple tests per file
` [PATCH bpf-next 3/4] selftests/bpf: mark tc_redirect selftest as serial
` [PATCH bpf-next 4/4] selftests/bpf: split out bpf_verif_scale selftests into multiple tests

[PATCH v5 bpf-next 0/5] Implement bloom filter map
 2021-10-22 22:02 UTC  (6+ messages)
` [PATCH v5 bpf-next 1/5] bpf: Add bloom filter map implementation
` [PATCH v5 bpf-next 2/5] libbpf: Add "map_extra" as a per-map-type extra flag
` [PATCH v5 bpf-next 3/5] selftests/bpf: Add bloom filter map test cases
` [PATCH v5 bpf-next 4/5] bpf/benchs: Add benchmark tests for bloom filter throughput + false positive
` [PATCH v5 bpf-next 5/5] bpf/benchs: Add benchmarks for comparing hashmap lookups w/ vs. w/out bloom filter

[V2][PATCH] cgroup: fix memory leak caused by missing cgroup_bpf_offline
 2021-10-22 21:29 UTC  (13+ messages)

[PATCH v2 14/14] bpf,x86: Respect X86_FEATURE_RETPOLINE*
 2021-10-22 21:06 UTC  (15+ messages)

[PATCH bpf-next] selftests/bpf: make perf_buffer selftests work on 4.9 kernel again
 2021-10-22 20:13 UTC 

[PATCH v2 bpf-next 0/4] libbpf: deprecate bpf_program__get_prog_info_linear
 2021-10-22 19:26 UTC  (5+ messages)
` [PATCH v2 bpf-next 4/4] "

[PATCH bpf-next] libbpf: fix the use of aligned attribute
 2021-10-22 19:25 UTC 

libxsk move from libbpf to libxdp
 2021-10-22 17:49 UTC 

[PATCH bpf-next 1/3] libbpf: use func name when pinning programs with LIBBPF_STRICT_SEC_NAME
 2021-10-22 17:26 UTC  (4+ messages)
` [PATCH bpf-next 2/3] bpftool: don't append / to the progtype

[PATCH bpf-next 00/10] New BPF helpers to accelerate synproxy
 2021-10-22 16:56 UTC  (20+ 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] cgroup: fix memory leak caused by missing cgroup_bpf_offline
 2021-10-22 15:50 UTC  (4+ messages)

[PATCH] bpf: support BPF_PROG_QUERY for progs attached to sockmap
 2021-10-22 15:46 UTC  (3+ messages)

[Patch bpf v4 0/4] sock_map: fix ->poll() and update selftests
 2021-10-22 15:34 UTC  (2+ messages)

[PATHC bpf v5 1/3] skmsg: lose offset info in sk_psock_skb_ingress
 2021-10-22 15:31 UTC  (5+ messages)
` [PATHC bpf v5 2/3] selftests, bpf: Fix test_txmsg_ingress_parser error
` [PATHC bpf v5 3/3] selftests, bpf: Add one test for sockmap with strparser

[PATCH bpf] bpf: fix potential race in tail call compatibility check
 2021-10-22 10:54 UTC  (3+ messages)

[PATCH v5 00/15] extend task comm from 16 to 24 for CONFIG_BASE_FULL
 2021-10-22  6:23 UTC  (15+ 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: support BPF_PROG_QUERY for progs attached to sockmap
 2021-10-22  1:21 UTC  (3+ messages)
  ` 答复: "

[PATCH RFC bpf-next 00/10] bpf: CO-RE support in the kernel
 2021-10-22  0:51 UTC  (12+ messages)
` [PATCH RFC bpf-next 01/10] bpf: Prepare relo_core.c for kernel duty

branch prediction issue
 2021-10-22  0:43 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 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 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 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 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: 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  (6+ messages)
` [PATCH bpf-next v3 1/3] "
` [PATCH bpf-next v3 2/3] bpftool: don't append / to the progtype

[RFC 0/9] uapi/bpf.h for robots
 2021-10-21 15:59 UTC  (4+ messages)
` [RFC 7/9] bpf: split get_id and fd_by_id in bpf_attr

[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  (14+ messages)
` [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  (6+ 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)


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