BPF List
 help / color / mirror / Atom feed
 messages from 2020-09-04 23:58:41 to 2020-09-09 17:11:55 UTC [more...]

slow sync rcu_tasks_trace
 2020-09-09 17:02 UTC  (4+ messages)

[PATCH bpf-next v2] selftests/bpf: fix test_sysctl_loop{1,2} failure due to clang change
 2020-09-09 17:10 UTC  (3+ messages)

[PATCH bpf-next 1/2] bpf: Fix context type resolving for extension programs
 2020-09-09 15:54 UTC  (3+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Adding test for arg dereference in extension trace

[PATCH bpf-next 0/6] xsk: exit NAPI loop when AF_XDP Rx ring is full
 2020-09-09 15:37 UTC  (19+ messages)
` [PATCH bpf-next 3/6] xsk: introduce xsk_do_redirect_rx_full() helper

[PATCH] block: remove redundant empty check of mq_list
 2020-09-09 14:21 UTC  (2+ messages)

[PATCH bpf-next v2 0/2] tools: bpftool: support creating outer maps
 2020-09-09 16:59 UTC  (9+ messages)
` [PATCH bpf-next v2 1/2] tools: bpftool: clean up function to dump map entry
` [PATCH bpf-next v2 2/2] tools: bpftool: add "inner_map" to "bpftool map create" outer maps

Problem with endianess of pahole BTF output for vmlinux
 2020-09-09 14:27 UTC  (5+ messages)

[PATCH bpf-next v2 0/2] bpf: detect build errors for man pages for bpftool and eBPF helpers
 2020-09-09 16:52 UTC  (6+ messages)
` [PATCH bpf-next v2 1/2] tools: bpftool: log info-level messages when building bpftool man pages
` [PATCH bpf-next v2 2/2] selftests, bpftool: add bpftool (and eBPF helpers) documentation build

[PATCH bpf-next v3 0/3] tools: bpftool: print built-in features, automate some of the documentation
 2020-09-09 16:50 UTC  (5+ messages)
` [PATCH bpf-next v3 1/3] tools: bpftool: print optional built-in features along with version
` [PATCH bpf-next v3 2/3] tools: bpftool: include common options from separate file
` [PATCH bpf-next v3 3/3] tools: bpftool: automate generation for "SEE ALSO" sections in man pages

[PATCH v4 bpf-next 0/5] BPF ring buffer
 2020-09-09 14:00 UTC  (4+ messages)
` [PATCH v4 bpf-next 5/5] docs/bpf: add BPF ring buffer design notes

[PATCH bpf-next v3 0/6] Sockmap iterator
 2020-09-09 16:40 UTC  (8+ messages)
` [PATCH bpf-next v3 1/6] bpf: Allow passing BTF pointers as PTR_TO_SOCKET

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

[PATCH bpf-next v5 0/3] Sockmap iterator
 2020-09-09 16:27 UTC  (4+ messages)
` [PATCH bpf-next v5 1/3] net: sockmap: Remove unnecessary sk_fullsock checks
` [PATCH bpf-next v5 2/3] net: Allow iterating sockmap and sockhash
` [PATCH bpf-next v5 3/3] selftests: bpf: Test iterating a sockmap

HASH_OF_MAPS inner map allocation from BPF
 2020-09-09 10:35 UTC  (8+ messages)

[PATCH bpf-next 00/11] RFC: Make check_func_arg table driven
 2020-09-09 10:15 UTC  (24+ messages)
` [PATCH bpf-next 01/11] btf: Fix BTF_SET_START_GLOBAL macro
` [PATCH bpf-next 02/11] btf: add a global set of valid BTF socket ids
` [PATCH bpf-next 03/11] btf: make btf_set_contains take a const pointer
` [PATCH bpf-next 04/11] bpf: check scalar or invalid register in check_helper_mem_access
` [PATCH bpf-next 05/11] bpf: allow specifying a set of BTF IDs for helper arguments
` [PATCH bpf-next 06/11] bpf: make reference tracking in check_func_arg generic
` [PATCH bpf-next 10/11] bpf: hoist type checking for nullable arg types

[PATCH bpf-next] perf: stop using deprecated bpf_program__title()
 2020-09-09  9:12 UTC  (3+ messages)

[PATCH bpf-next 0/3] tools: bpftool: print built-in features, automate some of the documentation
 2020-09-09  8:35 UTC  (9+ messages)
` [PATCH bpf-next 1/3] tools: bpftool: print optional built-in features along with version
` [PATCH bpf-next 3/3] tools: bpftool: automate generation for "SEE ALSO" sections in man pages

[PATCH bpf-next 0/2] bpf: detect build errors for man pages for bpftool and eBPF helpers
 2020-09-09  8:12 UTC  (5+ messages)
` [PATCH bpf-next 1/2] tools: bpftool: log info-level messages when building bpftool man pages
` [PATCH bpf-next 2/2] selftests, bpftool: add bpftool (and eBPF helpers) documentation build

[PATCH] perf tools: Do not use deprecated bpf_program__title
 2020-09-09  7:19 UTC  (7+ messages)

[PATCH bpf-next] selftests/bpf: fix test_sysctl_loop{1,2} failure due to clang change
 2020-09-09  5:19 UTC  (5+ messages)

[PATCH bpf-next v4 0/7] Sockmap iterator
 2020-09-09  5:07 UTC  (9+ messages)
` [PATCH bpf-next v4 1/7] bpf: Allow passing BTF pointers as PTR_TO_SOCK_COMMON
` [PATCH bpf-next v4 2/7] net: sockmap: Remove unnecessary sk_fullsock checks
` [PATCH bpf-next v4 3/7] net: Allow iterating sockmap and sockhash
` [PATCH bpf-next v4 4/7] bpf: sockmap: accept sock_common pointer when updating
` [PATCH bpf-next v4 5/7] selftests: bpf: Ensure that BTF sockets cannot be released
` [PATCH bpf-next v4 6/7] selftests: bpf: Add helper to compare socket cookies
` [PATCH bpf-next v4 7/7] selftests: bpf: Test copying a sockmap via bpf_iter

[PATCH bpf-next] samples: bpf: refactor xdp_sample_pkts_kern with BTF-defined map
 2020-09-08 23:24 UTC  (4+ messages)

[PATCH bpf-next v3 0/2] bpf: permit map_ptr arithmetic with opcode add and offset 0
 2020-09-09  1:05 UTC  (6+ messages)
` [PATCH bpf-next v3 1/2] "
` [PATCH bpf-next v3 2/2] selftests/bpf: add test for map_ptr arithmetic

[PATCH bpf v1] tools/libbpf: avoid counting local symbols in ABI check
 2020-09-08 23:27 UTC  (3+ messages)

[PATCH -next] selftests/seccomp: Use bitwise instead of arithmetic operator for flags
 2020-09-08 23:22 UTC  (2+ messages)

[PATCH -next] bpf: Remove duplicate headers
 2020-09-08 23:04 UTC  (2+ messages)

[PATCH v2 net-next 0/9] mvneta: introduce XDP multi-buffer support
 2020-09-08 21:31 UTC  (22+ messages)
` [PATCH v2 net-next 1/9] xdp: introduce mb in xdp_buff/xdp_frame
` [PATCH v2 net-next 3/9] net: mvneta: update mb bit before passing the xdp buffer to eBPF layer
` [PATCH v2 net-next 5/9] net: mvneta: add multi buffer support to XDP_TX
` [PATCH v2 net-next 6/9] bpf: helpers: add bpf_xdp_adjust_mb_header helper

[PATCH bpf-next 0/3] bpf: format fixes for BPF helpers and bpftool documentation
 2020-09-08 20:09 UTC  (5+ messages)

[PATCH bpf-next 0/4] xsk: increase NAPI budget for AF_XDP zero-copy path
 2020-09-08 15:12 UTC  (14+ messages)
` [PATCH bpf-next 1/4] xsk: add XSK_NAPI_WEIGHT define
` [PATCH bpf-next 2/4] i40e, xsk: use XSK_NAPI_WEIGHT as NAPI poll budget
` [PATCH bpf-next 3/4] ice, "
` [PATCH bpf-next 4/4] ixgbe, "
  ` [Intel-wired-lan] "

Problem with atomic operations on arm32 with BPF
 2020-09-08 20:07 UTC  (2+ messages)

[PATCH bpf-next v2 0/2] bpf: permit map_ptr arithmetic with opcode add and offset 0
 2020-09-08 15:50 UTC  (3+ messages)
` [PATCH bpf-next v2 1/2] "
` [PATCH bpf-next v2 2/2] selftests/bpf: add test for map_ptr arithmetic

[PATCH v1 bpf-next] bpf: new helper bpf_get_current_pcomm
 2020-09-08 19:27 UTC  (3+ messages)

[PATCH bpf] bpf: Fix clobbering of r2 in bpf_gen_ld_abs
 2020-09-08 16:20 UTC  (2+ messages)

[PATCH RFC] bpf: update current instruction on patching
 2020-09-08 11:31 UTC  (5+ messages)

[PATCH bpf-next v2 0/3] tools: bpftool: print built-in features, automate some of the documentation
 2020-09-07 16:38 UTC  (4+ messages)
` [PATCH bpf-next v2 1/3] tools: bpftool: print optional built-in features along with version
` [PATCH bpf-next v2 2/3] tools: bpftool: include common options from separate file
` [PATCH bpf-next v2 3/3] tools: bpftool: automate generation for "SEE ALSO" sections in man pages

amr64 jit ctx.offset[-1] access
 2020-09-07 14:39 UTC 

arm64 jit ctx.offset[-1] access
 2020-09-07 15:14 UTC 

[PATCH bpf-next 0/2] tools: bpftool: support creating and dumping outer maps
 2020-09-07 14:49 UTC  (4+ messages)
` [PATCH bpf-next 1/2] tools: bpftool: dump outer maps content

[PATCH bpf-next 0/2] bpf: permit map_ptr arithmetic with opcode add and offset 0
 2020-09-07 14:21 UTC  (7+ messages)
` [PATCH bpf-next 1/2] "

[PATCH bpf-next] bpf: don't check against device MTU in __bpf_skb_max_len
 2020-09-07 14:07 UTC  (3+ messages)

[PATCHv10 bpf-next 0/5] xdp: add a new helper for dev map multicast support
 2020-09-07  8:27 UTC  (7+ messages)
` [PATCHv11 "
  ` [PATCHv11 bpf-next 1/5] bpf: add a new bpf argument type ARG_CONST_MAP_PTR_OR_NULL
  ` [PATCHv11 bpf-next 2/5] xdp: add a new helper for dev map multicast support
  ` [PATCHv11 bpf-next 3/5] sample/bpf: add xdp_redirect_map_multicast test
  ` [PATCHv11 bpf-next 4/5] selftests/bpf: add xdp_redirect_multi test
  ` [PATCHv11 bpf-next 5/5] selftests/bpf: Add verifier tests for bpf arg ARG_CONST_MAP_PTR_OR_NULL

[PATCH v2 0/5] Fixes for setting event freq/periods
 2020-09-07  6:36 UTC  (8+ messages)
` [PATCH v2 4/5] perf record: Don't clear event's period if set by a term

[PATCH net-next v2 0/3] i40e driver performance tweaks for AF_XDP
 2020-09-05  3:03 UTC  (7+ messages)
` [PATCH net-next v2 1/3] i40e, xsk: remove HW descriptor prefetch in AF_XDP path
  ` [Intel-wired-lan] "
` [PATCH net-next v2 2/3] i40e: use 16B HW descriptors instead of 32B
  ` [Intel-wired-lan] "
` [PATCH net-next v2 3/3] i40e, xsk: move buffer allocation out of the Rx processing loop
  ` [Intel-wired-lan] "

[PATCH] ice: Fix memleak in ice_set_ringparam
 2020-09-05  2:52 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