bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-21 22:22:53 to 2021-10-25 23:13:05 UTC [more...]

[PATCH bpf-next v2 0/3] bpf: Prevent writing read-only memory
 2021-10-25 23:12 UTC  (2+ messages)
` [PATCH bpf-next 1/3] bpf: Prevent write to ksym memory

[PATCH dwarves] btf: rename btf_tag to btf_decl_tag
 2021-10-25 23:02 UTC 

[PATCH] powerpc/bpf: fix write protecting JIT code
 2021-10-25 22:54 UTC  (3+ messages)

[PATCH bpf-next 0/4] libbpf: add bpf_program__insns() accessor
 2021-10-25 22:45 UTC  (5+ messages)
` [PATCH bpf-next 1/4] libbpf: fix off-by-one bug in bpf_core_apply_relo()
` [PATCH bpf-next 2/4] libbpf: add ability to fetch bpf_program's underlying instructions
` [PATCH bpf-next 3/4] libbpf: deprecate multi-instance bpf_program APIs
` [PATCH bpf-next 4/4] libbpf: deprecate ambiguously-named bpf_program__size() API

[PATCH bpf-next v2 0/5] core_reloc fixes for s390
 2021-10-25 22:44 UTC  (7+ messages)
` [PATCH bpf-next v2 1/5] libbpf: Use __BYTE_ORDER__
` [PATCH bpf-next v2 2/5] selftests/bpf: "
` [PATCH bpf-next v2 3/5] samples: seccomp: use __BYTE_ORDER__
` [PATCH bpf-next v2 4/5] selftests/seccomp: Use __BYTE_ORDER__
` [PATCH bpf-next v2 5/5] selftests/bpf: Fix test_core_reloc_mods on big-endian machines

[PATCH bpf-next 0/4] selftests/bpf: parallel mode improvement
 2021-10-25 22:33 UTC  (5+ messages)
` [PATCH bpf-next 1/4] selfetests/bpf: Update vmtest.sh defaults
` [PATCH bpf-next 2/4] selftests/bpf: print subtest status line
` [PATCH bpf-next 3/4] selftests/bpf: fix attach_probe in parallel mode
` [PATCH bpf-next 4/4] selftests/bpf: adding a namespace reset for tc_redirect

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

[PATCH v6 00/12] extend task comm from 16 to 24
 2021-10-25 21:35 UTC  (29+ messages)
` [PATCH v6 01/12] fs/exec: make __set_task_comm always set a nul ternimated string
` [PATCH v6 02/12] fs/exec: make __get_task_comm always get a nul terminated string
` [PATCH v6 03/12] drivers/connector: make connector comm always nul ternimated
` [PATCH v6 04/12] drivers/infiniband: make setup_ctxt always get a nul terminated task comm
` [PATCH v6 05/12] elfcore: make prpsinfo "
` [PATCH v6 06/12] samples/bpf/test_overhead_kprobe_kern: make it adopt to task comm size change
` [PATCH v6 07/12] samples/bpf/offwaketime_kern: make sched_switch tracepoint args adopt to "
` [PATCH v6 08/12] tools/bpf/bpftool/skeleton: make it adopt to task "
` [PATCH v6 09/12] tools/perf/test: make perf test "
` [PATCH v6 10/12] tools/testing/selftests/bpf: make it "
` [PATCH v6 11/12] sched.h: extend task comm from 16 to 24
` [PATCH v6 12/12] kernel/kthread: show a warning if kthread's comm is truncated

[PATCH bpf-next] bpf: introduce bpf_map_get_xdp_prog utility routine
 2021-10-25 21:18 UTC 

[PATCH bpf-next 0/4] Parallelize verif_scale selftests
 2021-10-25 21:09 UTC  (10+ 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

Question regarding "BPF CO-RE reference guide" blog post
 2021-10-25 19:20 UTC  (2+ messages)

[PATCH bpf-next,v2] riscv, bpf: Add BPF exception tables
 2021-10-25 18:27 UTC  (2+ messages)

libxsk move from libbpf to libxdp
 2021-10-25 16:03 UTC  (3+ messages)

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

eBPF Documentation
 2021-10-25 12:59 UTC 

[PATCH v2 14/14] bpf,x86: Respect X86_FEATURE_RETPOLINE*
 2021-10-25 13:44 UTC  (14+ messages)

[PATCH v3] bpf: support BPF_PROG_QUERY for progs attached to sockmap
 2021-10-25 11:36 UTC 

[PATHC bpf v5 1/3] skmsg: lose offset info in sk_psock_skb_ingress
 2021-10-25 10:17 UTC  (6+ 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 v2] bpf: support BPF_PROG_QUERY for progs attached to sockmap
 2021-10-25  8:29 UTC 

[PATCH bpf-next v4 0/4] introduce dummy BPF STRUCT_OPS
 2021-10-25  6:40 UTC  (5+ messages)
` [PATCH bpf-next v4 1/4] bpf: factor out a helper to prepare trampoline for struct_ops prog
` [PATCH bpf-next v4 2/4] bpf: factor out helpers for ctx access checking
` [PATCH bpf-next v4 3/4] bpf: add dummy BPF STRUCT_OPS for test purpose
` [PATCH bpf-next v4 4/4] selftests/bpf: add test cases for struct_ops prog

[PATCH bpf-next v3 0/4] introduce dummy BPF STRUCT_OPS
 2021-10-24 10:32 UTC  (11+ 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 v2 0/5] bpftool: Switch to libbpf's hashmap for referencing BPF objects
 2021-10-23 20:51 UTC  (6+ messages)
` [PATCH bpf-next v2 1/5] bpftool: Remove Makefile dep. on $(LIBBPF) for $(LIBBPF_INTERNAL_HDRS)
` [PATCH bpf-next v2 2/5] bpftool: Do not expose and init hash maps for pinned path in main.c
` [PATCH bpf-next v2 3/5] bpftool: Switch to libbpf's hashmap for pinned paths of BPF objects
` [PATCH bpf-next v2 4/5] bpftool: Switch to libbpf's hashmap for programs/maps in BTF listing
` [PATCH bpf-next v2 5/5] bpftool: Switch to libbpf's hashmap for PIDs/names references

[PATCH bpf-next 0/5] bpftool: Switch to libbpf's hashmap for referencing BPF objects
 2021-10-23 20:51 UTC  (12+ 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 bpf 0/4] bpf, sockmap: fixes stress testing and regression
 2021-10-23 13:05 UTC  (3+ messages)
` [PATCH bpf 4/4] bpf, sockmap: sk_skb data_end access incorrect when src_reg = dst_reg

[RFC bpf-next 0/2] bpf: Fix BTF data for modules
 2021-10-23 12:04 UTC  (3+ messages)
` [PATCH bpf-next 1/2] kbuild: Unify options for BTF generation for vmlinux and modules
` [PATCH bpf-next 2/2] bpf: Add support to detect and dedup instances of same structs

[PATCH] bpf: support BPF_PROG_QUERY for progs attached to sockmap
 2021-10-23  6:05 UTC 

[PATCH] bpf: support BPF_PROG_QUERY for progs attached to sockmap
 2021-10-23  6:01 UTC 

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

[PATCH bpf-next v5 0/3] libbpf: use func name when pinning programs with LIBBPF_STRICT_SEC_NAME
 2021-10-22 23:57 UTC  (4+ messages)
` [PATCH bpf-next v5 2/3] bpftool: conditionally append / to the progtype

[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  (7+ messages)
` [PATCH v5 11/15] tools/bpf/bpftool: "
` [PATCH v5 13/15] tools/testing/selftests/bpf: "

[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 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 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 

[PATCH bpf-next 00/10] New BPF helpers to accelerate synproxy
 2021-10-22 16:56 UTC  (5+ messages)
` [PATCH bpf-next 09/10] bpf: Add a helper to issue timestamp cookies in XDP

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

[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  (7+ messages)
` [PATCH v5 03/15] sched.h: 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  (3+ messages)
` [PATCH bpf-next v2 1/3] libfs: support RENAME_EXCHANGE in simple_rename()

[PATCH bpf-next 0/3] selftests/bpf: Fixes for perf_buffer test
 2021-10-21 23:10 UTC  (2+ messages)

[PATCH bpf-next v3 0/1] btf_dump fixes for s390
 2021-10-21 23:00 UTC  (2+ messages)

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


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