bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-30 13:15:45 to 2020-09-03 09:15:51 UTC [more...]

[PATCHv8 bpf-next 0/3] xdp: add a new helper for dev map multicast support
 2020-09-03  9:15 UTC  (5+ messages)
` [PATCHv9 bpf-next 0/5] "
  ` [PATCHv9 bpf-next 1/5] bpf: add a new bpf argument type ARG_CONST_MAP_PTR_OR_NULL

[PATCH bpf-next v2 0/4] Sockmap iterator
 2020-09-03  8:38 UTC  (13+ messages)
` [PATCH bpf-next v2 1/4] net: sockmap: Remove unnecessary sk_fullsock checks
` [PATCH bpf-next v2 2/4] net: Allow iterating sockmap and sockhash
` [PATCH bpf-next v2 3/4] selftests: bpf: Add helper to compare socket cookies
` [PATCH bpf-next v2 4/4] selftests: bpf: Test copying a sockmap via bpf_iter

[PATCH] libbpf: Remove arch-specific include path in Makefile
 2020-09-03  5:46 UTC  (4+ messages)

[RFC PATCH] libbpf: Support setting map max_entries at runtime
 2020-09-03  5:28 UTC  (2+ messages)

[PATCH bpf-next 0/5] Allow storage of flexible metadata information for eBPF programs
 2020-09-03  5:18 UTC  (5+ messages)
` [PATCH bpf-next 4/5] bpftool: support dumping metadata

[PATCH bpf-next v3 0/8] Allow storage of flexible metadata information for eBPF programs
 2020-09-03  5:00 UTC  (14+ messages)
` [PATCH bpf-next v3 2/8] bpf: Add BPF_PROG_BIND_MAP syscall
` [PATCH bpf-next v3 3/8] libbpf: Add BPF_PROG_BIND_MAP syscall and use it on .metadata section
` [PATCH bpf-next v3 4/8] libbpf: implement bpf_prog_find_metadata
` [PATCH bpf-next v3 5/8] bpftool: support dumping metadata

[PATCH bpf 0/2] bpf: do not use bucket_lock for hashmap iterator
 2020-09-03  2:44 UTC  (5+ messages)
` [PATCH bpf 1/2] "
` [PATCH bpf 2/2] selftests/bpf: add bpf_{update,delete}_map_elem in hashmap iter program

EF_BPF_GNU_XBPF
 2020-09-02 23:40 UTC  (12+ messages)

[PATCH bpf-next] xsk: fix use-after-free in failed shared_umem bind
 2020-09-02 21:43 UTC  (2+ messages)

[PATCH bpf-next 0/2] fix a verifier failure with xor
 2020-09-02 21:40 UTC  (10+ messages)
` [PATCH bpf-next 1/2] bpf: "

[PATCH v7 bpf-next 0/7] bpf: tailcalls in BPF subprograms
 2020-09-02 20:08 UTC  (8+ messages)
` [PATCH v7 bpf-next 1/7] bpf, x64: use %rcx instead of %rax for tail call retpolines
` [PATCH v7 bpf-next 2/7] bpf: propagate poke descriptors to subprograms
` [PATCH v7 bpf-next 3/7] bpf: rename poke descriptor's 'ip' member to 'tailcall_target'
` [PATCH v7 bpf-next 4/7] bpf, x64: rework pro/epilogue and tailcall handling in JIT
` [PATCH v7 bpf-next 5/7] bpf: limit caller's stack depth 256 for subprogs with tailcalls
` [PATCH v7 bpf-next 6/7] bpf: allow for tailcalls in BPF subprograms for x64 JIT
` [PATCH v7 bpf-next 7/7] selftests: bpf: add dummy prog for bpf2bpf with tailcall

[PATCH v6 bpf-next 0/6] bpf: tailcalls in BPF subprograms
 2020-09-02 20:01 UTC  (10+ messages)

[PATCH v2 bpf-next 00/14] Add libbpf full support for BPF-to-BPF calls
 2020-09-02 19:58 UTC  (26+ messages)
` [PATCH v2 bpf-next 01/14] libbpf: ensure ELF symbols table is found before further ELF processing
` [PATCH v2 bpf-next 02/14] libbpf: parse multi-function sections into multiple BPF programs
` [PATCH v2 bpf-next 03/14] libbpf: support CO-RE relocations for multi-prog sections
` [PATCH v2 bpf-next 04/14] libbpf: make RELO_CALL work for multi-prog sections and sub-program calls
` [PATCH v2 bpf-next 05/14] libbpf: implement generalized .BTF.ext func/line info adjustment
` [PATCH v2 bpf-next 06/14] libbpf: add multi-prog section support for struct_ops
` [PATCH v2 bpf-next 07/14] selftests/bpf: add selftest for multi-prog sections and bpf-to-bpf calls
` [PATCH v2 bpf-next 08/14] tools/bpftool: replace bpf_program__title() with bpf_program__section_name()
` [PATCH v2 bpf-next 09/14] selftests/bpf: don't use deprecated libbpf APIs
` [PATCH v2 bpf-next 10/14] libbpf: deprecate notion of BPF program "title" in favor of "section name"
` [PATCH v2 bpf-next 11/14] selftests/bpf: turn fexit_bpf2bpf into test with subtests
` [PATCH v2 bpf-next 12/14] selftests/bpf: convert pyperf, strobemeta, and l4lb_noinline to __noinline
` [PATCH v2 bpf-next 13/14] selftests/bpf: modernize xdp_noinline test w/ skeleton and __noinline
` [PATCH v2 bpf-next 14/14] selftests/bpf: convert cls_redirect selftest to use __noinline

[PATCH][next] xsk: Fix null check on error return path
 2020-09-02 19:17 UTC  (5+ messages)

[PATCH] xsk: Free variable on error path
 2020-09-02 18:36 UTC  (2+ messages)

[PATCH][next] xsk: fix incorrect memory allocation failure check on dma_map->dma_pages
 2020-09-02 18:35 UTC  (2+ messages)

[PATCH bpf-next] bpf: add bpf_get_xdp_hash helper function
 2020-09-02 15:56 UTC  (7+ messages)

[PATCH bpf-next] xsk: fix possible segfault at xskmap entry insertion
 2020-09-02 14:58 UTC  (2+ messages)

[PATCH bpf-next] xsk: fix possible segfault in xsk umem diagnostics
 2020-09-02 14:57 UTC  (2+ messages)

[PATCH bpf-next v4 0/2] bpf: avoid iterating duplicated files for task_file iterator
 2020-09-02 14:56 UTC  (4+ messages)
` [PATCH bpf-next v4 1/2] "
` [PATCH bpf-next v4 2/2] selftests/bpf: test task_file iterator without visiting pthreads

[PATCH bpf v1] libbpf: fix build failure from uninitialized variable warning
 2020-09-02  7:39 UTC  (3+ messages)

[RFC PATCH 0/4] block/bpf: add eBPF based block layer IO filtering
 2020-09-02  7:36 UTC  (14+ messages)
` [RFC PATCH 1/4] bpf: add new prog_type BPF_PROG_TYPE_IO_FILTER
` [RFC PATCH 2/4] bpf: add protect_gpt sample program
` [RFC PATCH 3/4] bpf: add eBPF IO filter documentation
` [RFC PATCH 4/4] bpf: add BPF_PROG_TYPE_LSM to bpftool name array

general protection fault in xsk_diag_dump (2)
 2020-09-02  7:27 UTC 

general protection fault in xsk_is_setup_for_bpf_map
 2020-09-02  7:27 UTC 

KASAN: use-after-free Write in xp_put_pool
 2020-09-02  7:07 UTC  (4+ messages)

[PATCH 1/1 v6] igb: add XDP support
 2020-09-02  5:45 UTC 

[PATCH bpf-next 0/5] bpf: add main_thread_only customization for task/task_file iterators
 2020-09-02  2:23 UTC  (6+ messages)
` [PATCH bpf-next 2/5] "

[PATCH bpf-next v2 0/2] bpf: avoid iterating duplicated files for task_file iterator
 2020-09-02  2:18 UTC  (8+ messages)
` [PATCH bpf-next v2 1/2] "
` [PATCH bpf-next v2 2/2] selftests/bpf: test task_file iterator without visiting pthreads

[PATCH bpf-next v1 0/8] bpf: BTF support for ksyms
 2020-09-02  0:46 UTC  (13+ messages)
` [PATCH bpf-next v1 4/8] bpf/libbpf: BTF support for typed ksyms
` [PATCH bpf-next v1 8/8] bpf/selftests: Test for bpf_per_cpu_ptr()

perf event and data_sz
 2020-09-02  0:29 UTC  (4+ messages)

[PATCH bpf-next v3 0/2] bpf: avoid iterating duplicated files for task_file iterator
 2020-09-02  0:26 UTC  (3+ messages)
` [PATCH bpf-next v3 1/2] "
` [PATCH bpf-next v3 2/2] selftests/bpf: test task_file iterator without visiting pthreads

[PATCH] veth: fix memory leak in veth_newlink()
 2020-09-01 22:59 UTC  (6+ messages)

pull-request: bpf-next 2020-09-01
 2020-09-01 20:33 UTC  (2+ messages)

[PATCH bpf] tools/bpf: build: make sure resolve_btfids cleans up after itself
 2020-09-01 19:28 UTC  (5+ messages)

[PATCH] perf test: Fix basic bpf filtering test
 2020-09-01 15:17 UTC  (3+ messages)

[PATCH bpf-next v2] bpf: {cpu,dev}map: change various functions return type from int to void
 2020-09-01 14:21 UTC  (4+ messages)

[PATCH bpf-next 0/3] Sockmap iterator
 2020-09-01  9:20 UTC  (7+ messages)
` [PATCH bpf-next 1/3] net: Allow iterating sockmap and sockhash
` [PATCH bpf-next 3/3] selftests: bpf: Test copying a sockmap via bpf_iter

[PATCH bpf-next] bpf: change bq_enqueue() return type from int to void
 2020-09-01  6:12 UTC  (3+ messages)

WARNING in bpf_cgroup_link_release
 2020-09-01  2:58 UTC  (2+ messages)

[PATCH bpf] bpf: refer to struct xdp_md in user space comments
 2020-08-31 23:28 UTC  (4+ messages)

[PATCH bpf-next] bpf: Remove bpf_lsm_file_mprotect from sleepable list
 2020-08-31 21:25 UTC  (2+ messages)

[PATCH bpf-next] samples/bpf: fix to xdpsock to avoid recycling frames
 2020-08-31 21:03 UTC  (4+ messages)

[PATCH bpf-next] samples/bpf: optimize l2fwd performance in xdpsock
 2020-08-31 21:02 UTC  (2+ messages)

[PATCH bpf-next 0/6] tools/bpftool: Fix cross and out-of-tree builds
 2020-08-31 20:23 UTC  (2+ messages)

[PATCH bpf-next v5 00/15] xsk: support shared umems between devices and queues
 2020-08-31 20:20 UTC  (2+ messages)

[PATCH bpf-next] bpf: Fix build without BPF_LSM
 2020-08-31 20:07 UTC  (4+ messages)

[PATCH v2 bpf-next] bpf: Fix build without BPF_SYSCALL, but with BPF_JIT
 2020-08-31 20:07 UTC  (4+ messages)

[PATCH v3 bpf-next 0/5] bpf: Introduce minimal support for sleepable progs
 2020-08-31 16:56 UTC  (8+ messages)
` [PATCH v3 bpf-next 2/5] bpf: Introduce sleepable BPF programs
` [PATCH v3 bpf-next 5/5] selftests/bpf: Add sleepable tests

[PATCH bpf-next] bpf: Fix build without BPF_SYSCALL, but with BPF_JIT
 2020-08-31  4:46 UTC  (4+ messages)

memory leak in do_seccomp
 2020-08-31  3:50 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).