bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-21 03:39:21 to 2019-10-24 20:12:31 UTC [more...]

[PATCH bpf-next 0/2] xsk: XSKMAP lookup improvements
 2019-10-24 20:12 UTC  (4+ messages)
` [PATCH bpf-next 1/2] xsk: store struct xdp_sock as a flexible array member of the XSKMAP
` [PATCH bpf-next 2/2] xsk: implement map_gen_lookup() callback for XSKMAP

[PATCH v2 0/9] Improvements to memory usage by parse events
 2019-10-24 19:03 UTC  (29+ messages)
  ` [PATCH v2 1/9] perf tools: add parse events append error
  ` [PATCH v2 2/9] perf tools: splice events onto evlist even on error
  ` [PATCH v2 3/9] perf tools: ensure config and str in terms are unique
  ` [PATCH v2 4/9] perf tools: move ALLOC_LIST into a function
  ` [PATCH v2 5/9] perf tools: avoid a malloc for array events
  ` [PATCH v2 6/9] perf tools: add destructors for parse event terms
  ` [PATCH v2 7/9] perf tools: before yyabort-ing free components
  ` [PATCH v2 8/9] perf tools: if pmu configuration fails free terms
  ` [PATCH v2 9/9] perf tools: add a deep delete for parse event terms
  ` [PATCH v3 0/9] Improvements to memory usage by parse events
    ` [PATCH v3 1/9] perf tools: add parse events append error
    ` [PATCH v3 2/9] perf tools: splice events onto evlist even on error
    ` [PATCH v3 3/9] perf tools: ensure config and str in terms are unique
    ` [PATCH v3 4/9] perf tools: move ALLOC_LIST into a function
    ` [PATCH v3 5/9] perf tools: avoid a malloc for array events
    ` [PATCH v3 6/9] perf tools: add destructors for parse event terms
    ` [PATCH v3 7/9] perf tools: before yyabort-ing free components
    ` [PATCH v3 8/9] perf tools: if pmu configuration fails free terms
    ` [PATCH v3 9/9] perf tools: add a deep delete for parse event terms

[bpf-next PATCH] bpf: libbpf, support older style kprobe load
 2019-10-24 18:55 UTC  (7+ messages)

[PATCH bpf-next] selftest/bpf: Use -m{little,big}-endian for clang
 2019-10-24 18:42 UTC 

[PATCH bpf-next] selftests/bpf: restore $(OUTPUT)/test_stub.o rule
 2019-10-24 18:42 UTC 

[PATCH bpf-next 2/4] xsk: allow AF_XDP sockets to receive packets directly from a queue
 2019-10-24 18:12 UTC  (17+ messages)
    ` FW: "
                      ` [Intel-wired-lan] "

[PATCH] bpftool: Allow to read btf as raw data
 2019-10-24 17:55 UTC  (2+ messages)

[PATCHv2] bpftool: Try to read btf as raw data if elf read fails
 2019-10-24 17:54 UTC  (3+ messages)

[RFC bpf-next 0/5] Extend SOCKMAP to store listening sockets
 2019-10-24 17:06 UTC  (10+ messages)
` [RFC bpf-next 1/5] bpf, sockmap: Let BPF helpers use lookup operation on SOCKMAP
` [RFC bpf-next 2/5] bpf, sockmap: Allow inserting listening TCP sockets into SOCKMAP
` [RFC bpf-next 3/5] bpf, sockmap: Don't let child socket inherit psock or its ops on copy
` [RFC bpf-next 4/5] bpf: Allow selecting reuseport socket from a SOCKMAP
` [RFC bpf-next 5/5] selftests/bpf: Extend SK_REUSEPORT tests to cover SOCKMAP

[RFC PATCH v2 bpf-next 00/15] xdp_flow: Flow offload to XDP
 2019-10-24 17:05 UTC  (12+ messages)

[GCC,LLVM] bpf_helpers.h
 2019-10-24 16:56 UTC  (2+ messages)
` initiated discussion to support attribute address_space in clang

[PATCH bpf] xsk: fix registration of Rx-only sockets
 2019-10-24 15:19 UTC  (5+ messages)

[PATCH bpf-next v3] bpf: add new helper fd2path for mapping a file descriptor to a pathname
 2019-10-24 14:38 UTC 

[PATCH bpf-next v2 0/4] libbpf: Support automatic pinning of maps using 'pinning' BTF attribute
 2019-10-24 13:25 UTC  (6+ messages)
` [PATCH bpf-next v2 1/4] libbpf: Fix error handling in bpf_map__reuse_fd()
` [PATCH bpf-next v2 2/4] libbpf: Store map pin path and status in struct bpf_map
` [PATCH bpf-next v2 3/4] libbpf: Support configurable pinning of maps from BTF annotations
` [PATCH bpf-next v2 4/4] libbpf: Add option to auto-pin maps when opening BPF object

[PATCH bpf-next] libbpf: Add libbpf_set_log_level() function to adjust logging
 2019-10-24 13:21 UTC 

[PATCH bpf-next v2] libbpf: fix compatibility for kernels without need_wakeup
 2019-10-24 12:54 UTC  (3+ messages)

[PATCH bpf-next v2] libbpf: Fix strncat bounds error in libbpf_prog_type_by_name
 2019-10-24  4:37 UTC  (3+ messages)

[PATCH] kernel: convert switch/case fallthrough comments to fallthrough;
 2019-10-24  3:39 UTC  (4+ messages)
` [Kgdb-bugreport] "

[PATCH bpf v3] xsk: improve documentation for AF_XDP
 2019-10-23 17:16 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: fix LDLIBS order
 2019-10-23 17:11 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: move test_section_names into test_progs and fix it
 2019-10-23 17:09 UTC  (2+ messages)

[PATCH bpf-next v3] libbpf: use implicit XSKMAP lookup from AF_XDP XDP program
 2019-10-23 17:05 UTC  (3+ messages)

[PATCH v15 0/5] BPF: New helper to obtain namespace data from current task
 2019-10-23 15:20 UTC  (13+ messages)
` [PATCH v15 1/5] fs/nsfs.c: added ns_match
` [PATCH v15 2/5] bpf: added new helper bpf_get_ns_current_pid_tgid
` [PATCH v15 3/5] tools: Added bpf_get_ns_current_pid_tgid helper
` [PATCH v15 4/5] tools/testing/selftests/bpf: Add self-tests for new helper
` [PATCH v15 5/5] bpf_helpers_doc.py: Add struct bpf_pidns_info to known types

[PATCH bpf-next 0/3] libbpf: Support pinning of maps using 'pinning' BTF attribute
 2019-10-23 13:05 UTC  (21+ messages)
` [PATCH bpf-next 1/3] libbpf: Store map pin path in struct bpf_map
` [PATCH bpf-next 2/3] libbpf: Support configurable pinning of maps from BTF annotations
` [PATCH bpf-next 3/3] libbpf: Add pin option to automount BPF filesystem before pinning

[PATCH bpf-next 0/7] Auto-guess program type on bpf_object__open
 2019-10-23  6:12 UTC  (6+ messages)
` [PATCH bpf-next 4/7] libbpf: teach bpf_object__open to guess program types
    ` [libbpf] 651b775f02: kernel_selftests.bpf.test_section_names.fail
` [PATCH bpf-next 6/7] selftests/bpf: make reference_tracking test use subtests
` [PATCH bpf-next 7/7] selftest/bpf: get rid of a bunch of explicit BPF program type setting

[PATCH bpf] bpf: Fix use after free in bpf_get_prog_name
 2019-10-23  5:00 UTC  (2+ messages)

[PATCH bpf-next v2] tools/bpf: turn on llvm alu32 attribute by default
 2019-10-23  2:27 UTC  (3+ messages)

[PATCH] xdp: fix type of string pointer in __XDP_ACT_SYM_TAB
 2019-10-22 19:42 UTC  (3+ messages)

[PATCH v2 bpf-next] libbpf: make DECLARE_LIBBPF_OPTS macro strictly a variable declaration
 2019-10-22 19:38 UTC  (3+ messages)

[PATCH tip/core/rcu 06/10] bpf/cgroup: Replace rcu_swap_protected() with rcu_replace()
 2019-10-22 19:12 UTC 

[PATCH bpf-next] libbpf: Fix strncat bounds error in libbpf_prog_type_by_name
 2019-10-22 18:42 UTC  (2+ messages)

[PATCH bpf] bpf: Fix use after free in subprog's jited symbol removal
 2019-10-22 18:29 UTC  (2+ messages)

[PATCH bpf-next v3 0/5] xdp: Support multiple programs on a single interface through chain calls
 2019-10-22 18:07 UTC  (17+ messages)
` [PATCH bpf-next v3 1/5] bpf: Support chain calling multiple BPF programs after each other

[PATCH v14 0/5] BPF: New helper to obtain namespace data from current task
 2019-10-22 16:50 UTC  (7+ messages)
` [PATCH v14 4/5] tools/testing/selftests/bpf: Add self-tests for new helper

EPERM failures for repeated runs
 2019-10-22 14:36 UTC 

KASAN: use-after-free Read in is_bpf_text_address
 2019-10-22 14:25 UTC  (2+ messages)

[PATCH bpf-next] libbpf: make LIBBPF_OPTS macro strictly a variable declaration
 2019-10-22  7:27 UTC  (7+ messages)

[PATCH bpf-next v2] libbpf: use implicit XSKMAP lookup from AF_XDP XDP program
 2019-10-22  7:16 UTC  (8+ messages)

[PATCH bpf-next] tools/bpf: turn on llvm alu32 attribute by default
 2019-10-22  3:49 UTC  (3+ messages)

[PATCH] BPF: Disable on PREEMPT_RT
 2019-10-22  1:43 UTC  (11+ messages)

[PATCH] bpftool: Try to read btf as raw data if elf read fails
 2019-10-21 23:16 UTC  (8+ messages)

[PATCH bpf v4] xdp: Handle device unregister for devmap_hash map type
 2019-10-21 22:50 UTC  (3+ messages)

[RFC PATCH 0/2] block: use eBPF to redirect IO completion
 2019-10-21 14:45 UTC  (6+ messages)
` [RFC PATCH 1/2] block: add support for redirecting IO completion through eBPF

[PATCH v2 31/33] tools lib bpf: Renaming pr_warning to pr_warn
 2019-10-21 12:55 UTC  (3+ messages)
` [bpf-next] "

[PATCH] perf tools: Use of the macro IS_ERR_OR_NULL
 2019-10-21  9:29 UTC 

[PATCH bpf-next] libbpf: remove explicit XSKMAP lookup from AF_XDP XDP program
 2019-10-21  5:03 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).