bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-18 19:11:01 to 2019-10-24 03:39:08 UTC [more...]

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

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

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

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

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

[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

[RFC PATCH v2 bpf-next 00/15] xdp_flow: Flow offload to XDP
 2019-10-23 14:11 UTC  (8+ messages)

[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 v2 0/9] Improvements to memory usage by parse events
 2019-10-23 12:38 UTC  (18+ 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 bpf-next 0/7] Auto-guess program type on bpf_object__open
 2019-10-23  6:12 UTC  (10+ messages)
` [PATCH bpf-next 1/7] tools: sync if_link.h
` [PATCH bpf-next 2/7] libbpf: add bpf_program__get_{type, expected_attach_type) APIs
` [PATCH bpf-next 3/7] libbpf: add uprobe/uretprobe and tp/raw_tp section suffixes
` [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 5/7] selftests/bpf: make a copy of subtest name
` [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  (21+ messages)
` [PATCH bpf-next v3 1/5] bpf: Support chain calling multiple BPF programs after each other
                  ` bpf indirect calls

[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

[bpf-next PATCH] bpf: libbpf, support older style kprobe load
 2019-10-22 16:41 UTC  (9+ messages)

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)

[RFC bpf-next 0/5] Extend SOCKMAP to store listening sockets
 2019-10-22 11:37 UTC  (6+ 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

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

[PATCH bpf-next v2] scripts/bpf: Print an error when known types list needs updating
 2019-10-21  1:22 UTC  (4+ messages)

[PATCH bpf v2] xsk: improve documentation for AF_XDP
 2019-10-20 19:12 UTC  (5+ messages)

[PATCH bpf v3] xdp: Handle device unregister for devmap_hash map type
 2019-10-19 11:16 UTC  (3+ messages)

[bpf-next PATCH] bpf: libbpf, add kernel version section parsing back
 2019-10-19  4:41 UTC  (5+ messages)

[PATCH bpf] xdp: Prevent overflow in devmap_hash cost calculation for 32-bit builds
 2019-10-19  0:44 UTC  (4+ messages)

[PATCH bpf-next] bpf: fix bpf_attr.attach_btf_id check
 2019-10-18 23:28 UTC  (2+ messages)

[PATCH bpf] bpf: improve htab_map_get_next_key behaviour during races
 2019-10-18 20:56 UTC  (3+ messages)

[PATCH bpf] selftests/bpf: More compatible nc options in test_tc_edt
 2019-10-18 20:35 UTC  (2+ messages)

[PATCH bpf v2] xdp: Handle device unregister for devmap_hash map type
 2019-10-18 19:28 UTC  (5+ messages)

[PATCH bpf-next] bpf: Fix build error without CONFIG_NET
 2019-10-18 19:10 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).