bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-27 23:45:27 to 2021-11-01 04:01:55 UTC [more...]

[PATCH bpf-next] bpf: add missing map_delete_elem method to bloom filter map
 2021-11-01  4:01 UTC  (2+ messages)

[syzbot] WARNING: ODEBUG bug in __put_task_struct
 2021-10-31 19:41 UTC  (2+ messages)

[PATCH RFC bpf-next v1 0/6] Introduce unstable CT lookup helpers
 2021-10-31 19:10 UTC  (8+ messages)
` [PATCH RFC bpf-next v1 1/6] bpf: Refactor bpf_check_mod_kfunc_call
` [PATCH RFC bpf-next v1 2/6] bpf: Remove DEFINE_KFUNC_BTF_ID_SET
` [PATCH RFC bpf-next v1 3/6] bpf: Extend kfunc with PTR_TO_CTX and PTR_TO_MEM arguments
` [PATCH RFC bpf-next v1 4/6] bpf: Add reference tracking support to kfunc returned PTR_TO_BTF_ID
` [PATCH RFC bpf-next v1 5/6] net: netfilter: Add unstable CT lookup helper for XDP and TC-BPF
` [PATCH RFC bpf-next v1 6/6] selftests/bpf: Add referenced PTR_TO_BTF_ID selftest

selftests: seccomp_bpf failure on 5.15
 2021-10-31 17:40 UTC  (9+ messages)
      ` [PATCH] signal: Add SA_IMMUTABLE to ensure forced siganls do not get changed

[PATCH v2 bpf-next 0/4] libbpf: deprecate bpf_program__get_prog_info_linear
 2021-10-31 17:13 UTC  (4+ messages)
` [PATCH v2 bpf-next 3/4] perf: pull in bpf_program__get_prog_info_linear

[PATCH bpf-next v5 0/8] Typeless/weak ksym for gen_loader + misc fixups
 2021-10-30 15:12 UTC  (15+ messages)
` [PATCH bpf-next v5 1/8] bpf: Add bpf_kallsyms_lookup_name helper
` [PATCH bpf-next v5 2/8] libbpf: Add typeless ksym support to gen_loader
` [PATCH bpf-next v5 3/8] libbpf: Add weak "
` [PATCH bpf-next v5 4/8] libbpf: Ensure that BPF syscall fds are never 0, 1, or 2
` [PATCH bpf-next v5 5/8] libbpf: Use O_CLOEXEC uniformly when opening fds
` [PATCH bpf-next v5 6/8] selftests/bpf: Add weak/typeless ksym test for light skeleton
` [PATCH bpf-next v5 7/8] selftests/bpf: Fix fd cleanup in sk_lookup test
` [PATCH bpf-next v5 8/8] selftests/bpf: Fix memory leak in test_ima

[PATCH -next] bpf/benchs: Fix return value check of bpf_program__attach()
 2021-10-30  9:30 UTC 

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

[PATCH bpf-next] bpf: Fix propagation of bounds from 64-bit min/max into 32-bit and var_off
 2021-10-29 23:28 UTC  (4+ messages)

[PATCH bpf-next 0/3] "map_extra" and bloom filter fixups
 2021-10-29 22:53 UTC  (5+ messages)
` [PATCH bpf-next 1/3] bpf: Bloom filter map naming fixups
` [PATCH bpf-next 2/3] bpf: Add alignment padding for "map_extra" + consolidate holes
` [PATCH bpf-next 3/3] selftests/bpf: Add bloom map success test for userspace calls

[PATCH ebpf v2 0/2] Unprivileged BPF default
 2021-10-29 22:51 UTC  (12+ messages)
` [PATCH ebpf v2 2/2] bpf: Make unprivileged bpf depend on CONFIG_CPU_SPECTRE
    ` [PATCH v2 1/2] arch/Kconfig: Make CONFIG_CPU_SPECTRE available for all architectures

[PATCH bpf-next 0/3] "map_extra" and bloom filter fixups
 2021-10-29 22:30 UTC  (8+ messages)
` [PATCH bpf-next 1/3] bpf: Bloom filter map naming fixups
` [PATCH bpf-next 2/3] bpf: Add alignment padding for "map_extra" + consolidate holes
` [PATCH bpf-next 3/3] selftests/bpf: Add bloom map success test for userspace calls

bpf, cgroups: Fix cgroup v2 fallback on v1/v2 mixed mode [backport]
 2021-10-29 21:50 UTC 

[PATCH ebpf v3] bpf: Disallow unprivileged bpf by default
 2021-10-29 19:43 UTC 

[PATCH bpf-next] selftests/bpf: Add a testcase for 64-bit bounds propagation issue
 2021-10-29 19:40 UTC  (3+ messages)

[PATCH bpf-next] selftests/bpf: fix strobemeta selftest regression
 2021-10-29 19:07 UTC  (2+ messages)

bpf_get_branch_snapshot on qemu-kvm
 2021-10-29 18:09 UTC  (16+ messages)

[PATCH bpf-next] bpf: Allow bpf_d_path in perf_event_mmap
 2021-10-29 17:08 UTC  (5+ messages)

[PATCH bpf-next 0/2] libbpf: Implement BTF Generator API
 2021-10-29 16:12 UTC  (11+ messages)
` [PATCH bpf-next 1/2] libbpf: Implement btf__save_to_file()
` [PATCH bpf-next 2/2] libbpf: Implement API for generating BTF for ebpf objects

[PATCH] selftests/bpf: fix fclose/pclose mismatch
 2021-10-29 15:50 UTC  (3+ messages)

[PATCH bpf-next v3 0/4] Support RENAME_EXCHANGE on bpffs
 2021-10-29 15:28 UTC  (6+ 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 v3 3/4] selftests: bpf: convert test_bpffs to ASSERT macros
` [PATCH bpf-next v3 4/4] selftests: bpf: test RENAME_EXCHANGE and RENAME_NOREPLACE on bpffs

Read large payload from struct mm_struct without ring buffer
 2021-10-29 14:53 UTC  (2+ messages)

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

[RFC 0/9] uapi/bpf.h for robots
 2021-10-29 14:01 UTC  (6+ messages)
` [RFC 7/9] bpf: split get_id and fd_by_id in bpf_attr

[PATCH bpf-next v2 0/2] clean-up for BPF_LOG_KERNEL log level
 2021-10-29 13:53 UTC  (3+ 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)

[PATCHv3 bpf-next] kbuild: Unify options for BTF generation for vmlinux and modules
 2021-10-29 12:57 UTC 

[PATCH bpf-next] bpf: bpf_log() clean-up for kernel log output
 2021-10-29 12:50 UTC  (3+ messages)

[PATCH v3 00/16] x86: Rewrite the retpoline rewrite logic
 2021-10-29 12:43 UTC  (10+ messages)
` [PATCH v3 01/16] objtool: Classify symbols
` [PATCH v3 02/16] objtool: Explicitly avoid self modifying code in .altinstr_replacement
` [PATCH v3 11/16] x86/alternative: Handle Jcc __x86_indirect_thunk_\reg

[PATCH bpf-next v3] bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33
 2021-10-29 11:53 UTC 

[PATCH bpf-next v4 0/4] introduce dummy BPF STRUCT_OPS
 2021-10-29 10:55 UTC  (2+ messages)

[PATCH bpf-next v2] libbpf: deprecate AF_XDP support
 2021-10-29 10:36 UTC  (2+ messages)

[PATCH v6 00/12] extend task comm from 16 to 24
 2021-10-29  7:44 UTC  (6+ messages)
` [PATCH v6 12/12] kernel/kthread: show a warning if kthread's comm is truncated

[PATCH v2 0/2] kallsyms: Ignore $a/$d symbols in kallsyms for ARM
 2021-10-29  6:50 UTC  (3+ messages)
  ` [PATCH v2 1/2] perf symbol: ignore $a/$d symbols for ARM modules
  ` [PATCH v2 2/2] kallsyms: ignore arm mapping symbols when loading module

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

[PATCH] module: Fix implicit type conversion
 2021-10-29  2:06 UTC 

[PATCH] powerpc/bpf: fix write protecting JIT code
 2021-10-29  1:50 UTC  (4+ messages)

[PATCH] cgroup: bpf: Move wrapper for __cgroup_bpf_*() to kernel/bpf/cgroup.c
 2021-10-29  2:39 UTC 

[PATHC bpf v5 1/3] skmsg: lose offset info in sk_psock_skb_ingress
 2021-10-29  1:40 UTC  (4+ messages)
` [PATHC bpf v5 2/3] selftests, bpf: Fix test_txmsg_ingress_parser error

err: math between fp pointer and register with unbounded min value is not allowed
 2021-10-29  1:29 UTC  (3+ messages)

[syzbot] KASAN: use-after-free Read in veth_xdp_rcv
 2021-10-28 21:08 UTC  (2+ messages)

[RFC bpf-next 0/2] bpf: Fix BTF data for modules
 2021-10-28 19:12 UTC  (9+ messages)

[GIT PULL] Networking for 5.15-rc8
 2021-10-28 17:25 UTC  (2+ messages)

[PATCHv2 bpf-next] kbuild: Unify options for BTF generation for vmlinux and modules
 2021-10-28 17:14 UTC  (2+ messages)

libbpf - why find_program_by_title ?
 2021-10-28 16:56 UTC  (2+ messages)

[PATCH bpf-next v2 0/4] Various RISC-V BPF improvements
 2021-10-28 16:10 UTC  (5+ messages)
` [PATCH bpf-next v2 1/4] riscv, bpf: Increase the maximum number of iterations
` [PATCH bpf-next v2 2/4] tools build: Add RISC-V to HOSTARCH parsing
` [PATCH bpf-next v2 3/4] riscv, libbpf: Add RISC-V (RV64) support to bpf_tracing.h
` [PATCH bpf-next v2 4/4] selftests/bpf: Fix broken riscv build

[PATCH bpf-next 0/4] Various RISC-V BPF improvements
 2021-10-28 15:58 UTC  (6+ messages)
` [PATCH bpf-next 1/4] riscv, bpf: Increase the maximum number of iterations
` [PATCH bpf-next 2/4] tools build: Add RISC-V to HOSTARCH parsing
` [PATCH bpf-next 3/4] riscv, libbpf: Add RISC-V (RV64) support to bpf_tracing.h
` [PATCH bpf-next 4/4] selftests/bpf: Fix broken riscv build

[PATCH bpf] riscv, bpf: Fix potential NULL dereference
 2021-10-28 15:40 UTC  (3+ messages)

[PATCH bpf-next] libbpf: deprecate AF_XDP support
 2021-10-28 13:56 UTC  (3+ messages)

[PATCH 0/3] Fix various bash constructs in tests
 2021-10-28 13:48 UTC  (4+ messages)
` [PATCH 1/3] perf test: Remove bash construct from stat_bpf_counters.sh test
` [PATCH 2/3] perf tests: Remove bash construct from record+zstd_comp_decomp.sh
` [PATCH 3/3] perf tests: Remove bash constructs from stat_all_pmu.sh

[PATCH bpf-next v8] test_bpf: Add module parameter test_suite
 2021-10-28  9:50 UTC  (2+ messages)

[PATCH bpf-next v2 0/3] Support RENAME_EXCHANGE on bpffs
 2021-10-28  9:49 UTC  (5+ messages)
` [PATCH bpf-next v2 1/3] libfs: support RENAME_EXCHANGE in simple_rename()

[PATCH v16 bpf-next 00/20] mvneta: introduce XDP multi-buffer support
 2021-10-28  9:26 UTC  (4+ messages)
` [PATCH v16 bpf-next 19/20] net: xdp: introduce bpf_xdp_pointer utility routine

pull-request: bpf 2021-10-26
 2021-10-28  9:17 UTC  (4+ messages)

[PATCH net-next] xdp: Remove redundant warning
 2021-10-28  2:00 UTC  (2+ messages)

[PATCH bpf-next,v3] riscv, bpf: Add BPF exception tables
 2021-10-28  1:01 UTC  (5+ 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).