bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-01 21:33:20 to 2021-11-04 05:57:03 UTC [more...]

[PATCH bpf-next 0/2] introduce bpf_find_vma
 2021-11-04  5:56 UTC  (7+ messages)
` [PATCH bpf-next 1/2] bpf: introduce helper bpf_find_vma
` [PATCH bpf-next 2/2] selftests/bpf: add tests for bpf_find_vma

[PATCH bpf-next v5 1/2] bpf: support BPF_PROG_QUERY for progs attached to sockmap
 2021-11-04  5:51 UTC  (4+ messages)
` [PATCH bpf-next v5 2/2] selftests: bpf: test "

[RFC PATCH v3 0/3] Introduce BPF map tracing capability
 2021-11-04  4:27 UTC  (12+ messages)
` [RFC PATCH v3 1/3] bpf: Add map tracing functions and call sites
` [RFC PATCH v3 2/3] bpf: Add selftests
` [RFC PATCH v3 3/3] bpf: Add real world example for map tracing

[PATCH bpf-next v5] bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33
 2021-11-04  1:50 UTC 

[PATCH v7 00/11] extend task comm from 16 to 24
 2021-11-04  1:37 UTC  (15+ messages)
` [PATCH v7 07/11] tools/bpf/bpftool/skeleton: make it adopt to task comm size change
` [PATCH v7 09/11] tools/testing/selftests/bpf: "

[PATCH bpf-next 0/2] libbpf: Implement BTF Generator API
 2021-11-03 23:40 UTC  (9+ messages)

[PATCH v2 bpf-next 00/12] libbpf: add unified bpf_prog_load() low-level API
 2021-11-03 22:08 UTC  (13+ messages)
` [PATCH v2 bpf-next 01/12] libbpf: rename DECLARE_LIBBPF_OPTS into LIBBPF_OPTS
` [PATCH v2 bpf-next 02/12] libbpf: pass number of prog load attempts explicitly
` [PATCH v2 bpf-next 03/12] libbpf: unify low-level BPF_PROG_LOAD APIs into bpf_prog_load()
` [PATCH v2 bpf-next 04/12] libbpf: remove internal use of deprecated bpf_prog_load() variants
` [PATCH v2 bpf-next 05/12] libbpf: stop using to-be-deprecated APIs
` [PATCH v2 bpf-next 06/12] bpftool: stop using deprecated bpf_load_program()
` [PATCH v2 bpf-next 07/12] libbpf: remove deprecation attribute from struct bpf_prog_prep_result
` [PATCH v2 bpf-next 08/12] selftests/bpf: fix non-strict SEC() program sections
` [PATCH v2 bpf-next 09/12] selftests/bpf: convert legacy prog load APIs to bpf_prog_load()
` [PATCH v2 bpf-next 10/12] selftests/bpf: merge test_stub.c into testing_helpers.c
` [PATCH v2 bpf-next 11/12] selftests/bpf: use explicit bpf_prog_test_load() calls everywhere
` [PATCH v2 bpf-next 12/12] selftests/bpf: use explicit bpf_test_load_program() helper calls

[PATCH bpf v2 0/5] bpf, sockmap: fixes stress testing and regression
 2021-11-03 20:47 UTC  (6+ messages)
` [PATCH bpf v2 1/5] bpf, sockmap: Use stricter sk state checks in sk_lookup_assign
` [PATCH bpf v2 2/5] bpf, sockmap: Remove unhash handler for BPF sockmap usage
` [PATCH bpf v2 3/5] bpf, sockmap: Fix race in ingress receive verdict with redirect to self
` [PATCH bpf v2 4/5] bpf: sockmap, strparser, and tls are reusing qdisc_skb_cb and colliding
` [PATCH bpf v2 5/5] bpf, sockmap: sk_skb data_end access incorrect when src_reg = dst_reg

Question about pointer to forward type
 2021-11-03 19:22 UTC  (4+ messages)

[PATCH v3 bpf-next 0/4] libbpf: deprecate bpf_program__get_prog_info_linear
 2021-11-03 18:50 UTC  (9+ messages)
` [PATCH v3 bpf-next 1/4] bpftool: Migrate -1 err checks of libbpf fn calls
` [PATCH v3 bpf-next 2/4] bpftool: use bpf_obj_get_info_by_fd directly
` [PATCH v3 bpf-next 3/4] perf: pull in bpf_program__get_prog_info_linear
` [PATCH v3 bpf-next 4/4] libbpf: deprecate bpf_program__get_prog_info_linear

[PATCH bpf-next 0/2] arm64/bpf: remove 128MB limit for BPF JIT programs
 2021-11-03 18:39 UTC  (4+ messages)
` [PATCH bpf-next 1/2] "
` [PATCH bpf-next 2/2] selftests/bpf: add exception handling selftests for tp_bpf program

selftests: seccomp_bpf failure on 5.15
 2021-11-03 18:35 UTC  (12+ messages)
      ` [PATCH] signal: Add SA_IMMUTABLE to ensure forced siganls do not get changed

[PATCH v2 bpf-next 0/5] libbpf ELF sanity checking improvements
 2021-11-03 17:32 UTC  (6+ messages)
` [PATCH v2 bpf-next 1/5] libbpf: detect corrupted ELF symbols section
` [PATCH v2 bpf-next 2/5] libbpf: improve sanity checking during BTF fix up
` [PATCH v2 bpf-next 3/5] libbpf: validate that .BTF and .BTF.ext sections contain data
` [PATCH v2 bpf-next 4/5] libbpf: fix section counting logic
` [PATCH v2 bpf-next 5/5] libbpf: improve ELF relo sanitization

[PATCH bpf-next] bpf: introduce bpf_map_get_xdp_prog utility routine
 2021-11-03 16:52 UTC  (7+ messages)

[PATCH bpf-next 0/5] libbpf ELF sanity checking improvements
 2021-11-03 16:48 UTC  (13+ messages)
` [PATCH bpf-next 1/5] libbpf: detect corrupted ELF symbols section
` [PATCH bpf-next 2/5] libbpf: improve sanity checking during BTF fix up
` [PATCH bpf-next 3/5] libbpf: validate that .BTF and .BTF.ext sections contain data
` [PATCH bpf-next 4/5] libbpf: fix section counting logic
` [PATCH bpf-next 5/5] libbpf: improve ELF relo sanitization

[PATCH bpf-next v3 0/4] Support RENAME_EXCHANGE on bpffs
 2021-11-03 15:00 UTC  (8+ messages)
` [PATCH bpf-next v3 1/4] libfs: move shmem_exchange to simple_rename_exchange
` [PATCH bpf-next v3 2/4] libfs: support RENAME_EXCHANGE in simple_rename()

[PATCH bpf-next 0/2] bpf: Allow doing stack read with size larger than the earlier spilled reg
 2021-11-03 15:00 UTC  (7+ messages)
` [PATCH bpf-next 1/2] bpf: Do not reject when the stack read size is different from the tracked scalar size
` [PATCH bpf-next 2/2] bpf: selftest: verifier test on refill from a smaller spill

[PATCH bpf-next] selftests/bpf: make netcnt selftests serial to avoid spurious failures
 2021-11-03 15:00 UTC  (2+ messages)

[PATCH bpf-next 00/10] New BPF helpers to accelerate synproxy
 2021-11-03 14:02 UTC  (7+ messages)
` [PATCH bpf-next 09/10] bpf: Add a helper to issue timestamp cookies in XDP

[PATCH bpf-next] riscv, bpf: Fix RV32 broken build, and silence RV64 warning
 2021-11-03 13:35 UTC  (4+ messages)

Verifier rejects previously accepted program
 2021-11-03 11:55 UTC 

[PATCH bpf-next] riscv, bpf: fix some compiler error
 2021-11-03  7:41 UTC  (6+ messages)

[PATCH] bpf, x86:remove unneeded variable
 2021-11-03  5:52 UTC  (2+ messages)

[PATCH bpf-next] libbpf: deprecate bpf_program__load() API
 2021-11-03  5:14 UTC 

[PATCH bpf-next v4 1/2] bpf: support BPF_PROG_QUERY for progs attached to sockmap
 2021-11-03  2:37 UTC  (2+ messages)

[PATCH bpf-next] samples: bpf: Suppress readelf stderr when probing for BTF support
 2021-11-03  2:30 UTC  (2+ messages)

[PATCH bpf-next v4 1/2] bpf: support BPF_PROG_QUERY for progs attached to sockmap
 2021-11-03  2:25 UTC 

[PATCH dwarves v2 0/2] btf: support typedef DW_TAG_LLVM_annotation
 2021-11-03  0:11 UTC  (4+ messages)
` [PATCH dwarves v2 1/2] dwarf_loader: "
` [PATCH dwarves v2 2/2] btf_encoder: generate BTF_KIND_DECL_TAGs for typedef btf_decl_tag attributes

[PATCH dwarves 0/2] btf: support typedef DW_TAG_LLVM_annotation
 2021-11-02 23:21 UTC  (4+ messages)
` [PATCH dwarves 2/2] btf_encoder: generate BTF_KIND_DECL_TAGs for typedef btf_decl_tag attributes

[PATCH RFC bpf-next v1 0/6] Introduce unstable CT lookup helpers
 2021-11-02 23:19 UTC  (7+ messages)
` [PATCH RFC bpf-next v1 5/6] net: netfilter: Add unstable CT lookup helper for XDP and TC-BPF

[PATCH bpf-next] bpf: Allow bpf_d_path in perf_event_mmap
 2021-11-02 23:15 UTC  (12+ messages)

[PATCH bpf-next v4 1/2] bpf: support BPF_PROG_QUERY for progs attached to sockmap
 2021-11-02 21:16 UTC  (5+ messages)
` [PATCH bpf-next v4 2/2] selftests: bpf: test "

[PATCH bpf-next v3 0/2] clean-up for BPF_LOG_KERNEL log level
 2021-11-02 17:51 UTC  (6+ messages)
` [PATCH bpf-next v3 1/2] bpf: clean-up bpf_verifier_vlog() "
` [PATCH bpf-next v3 2/2] bpf: disallow BPF_LOG_KERNEL log level for bpf(BPF_BTF_LOAD)

[PATCH] powerpc/bpf: fix write protecting JIT code
 2021-11-02 17:34 UTC  (8+ messages)

[PATCH bpf-next v4] bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33
 2021-11-02 17:06 UTC  (2+ messages)

[PATCH bpf-next 0/2] Sleepable local storage
 2021-11-02 16:00 UTC  (11+ messages)
` [PATCH bpf-next 1/2] bpf: Allow bpf_local_storage to be used by sleepable programs

[RFC bpf-next 0/2] bpf: Fix BTF data for modules
 2021-11-02 14:14 UTC  (10+ messages)

bpf, cgroups: Fix cgroup v2 fallback on v1/v2 mixed mode [backport]
 2021-11-02 13:05 UTC  (2+ messages)

[PATCH v2 0/2] kallsyms: Ignore $a/$d symbols in kallsyms for ARM
 2021-11-02  9:43 UTC  (3+ messages)
  ` [PATCH v2 2/2] kallsyms: ignore arm mapping symbols when loading module

[PATCH bpf-next v4 1/2] bpf: support BPF_PROG_QUERY for progs attached to sockmap
 2021-11-02  5:59 UTC  (2+ messages)
` [PATCH bpf-next v4 2/2] selftests: bpf: test "

[PATCH bpf-next v2 0/2] clean-up for BPF_LOG_KERNEL log level
 2021-11-02  4:00 UTC  (7+ messages)
` [PATCH bpf-next v2 1/2] bpf: clean-up bpf_verifier_vlog() "
` [PATCH bpf-next v2 2/2] bpf: disallow BPF_LOG_KERNEL log level for sys(BPF_BTF_LOAD)

pull-request: bpf-next 2021-11-01
 2021-11-02  3:50 UTC  (2+ messages)

[PATCH bpf-next 00/14] libbpf: add unified bpf_prog_load() low-level API
 2021-11-02  2:52 UTC  (7+ messages)
` [PATCH bpf-next 01/14] bpftool: fix unistd.h include
` [PATCH bpf-next 05/14] libbpf: unify low-level BPF_PROG_LOAD APIs into bpf_prog_load()

[PATCH -next v2] bpf/benchs: Fix return value check of bpf_program__attach()
 2021-11-02  2:46 UTC  (5+ messages)

[PATCH bpf-next v2] libbpf: deprecate AF_XDP support
 2021-11-02  1:20 UTC  (2+ messages)

[PATCHv3 bpf-next] kbuild: Unify options for BTF generation for vmlinux and modules
 2021-11-02  1:20 UTC  (2+ messages)

[PATCH v2 bpf-next 1/3] bpf: Fix propagation of bounds from 64-bit min/max into 32-bit and var_off
 2021-11-02  1:10 UTC  (7+ messages)
` [PATCH v2 bpf-next 2/3] bpf: Fix propagation of signed bounds from 64-bit min/max into 32-bit
` [PATCH v2 bpf-next 3/3] selftests/bpf: Add a testcase for 64-bit bounds propagation issue

[PATCH bpf-next] bpf: add missing map_delete_elem method to bloom filter map
 2021-11-02  0:05 UTC  (6+ messages)

[PATCH bpf-next] selftests/bpf: fix also no-alu32 strobemeta selftest
 2021-11-01 23:17 UTC  (2+ messages)

[PATCH v2] bpf: support BPF_PROG_QUERY for progs attached to sockmap
 2021-11-01 21:56 UTC  (2+ 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).