bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-09 16:24:57 to 2020-09-10 22:36:17 UTC [more...]

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

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

[PATCH bpf-next] selftests/bpf: Check trampoline execution in d_path test
 2020-09-10 22:22 UTC  (2+ messages)

WARNING in bpf_raw_tp_link_fill_link_info
 2020-09-10 22:00 UTC  (2+ messages)

[PATCH bpf-next v2 00/11] Make check_func_arg type checks table driven
 2020-09-10 18:51 UTC  (24+ messages)
` [PATCH bpf-next v2 01/11] btf: make btf_set_contains take a const pointer
` [PATCH bpf-next v2 02/11] bpf: check scalar or invalid register in check_helper_mem_access
` [PATCH bpf-next v2 03/11] btf: Add BTF_ID_LIST_SINGLE macro
` [PATCH bpf-next v2 04/11] bpf: allow specifying a BTF ID per argument in function protos
` [PATCH bpf-next v2 05/11] bpf: make BTF pointer type checking generic
` [PATCH bpf-next v2 06/11] bpf: make reference tracking generic
` [PATCH bpf-next v2 07/11] bpf: make context access check generic
` [PATCH bpf-next v2 08/11] bpf: set meta->raw_mode for pointers close to use
` [PATCH bpf-next v2 09/11] bpf: check ARG_PTR_TO_SPINLOCK register type in check_func_arg
` [PATCH bpf-next v2 10/11] bpf: hoist type checking for nullable arg types
` [PATCH bpf-next v2 11/11] bpf: use a table to drive helper arg type checks

[PATCH bpf-next] selftests/bpf: define string const as global for test_sysctl_prog.c
 2020-09-10 21:56 UTC  (2+ messages)

[PATCH bpf-next 0/3] Fix three endianness issues in test_progs
 2020-09-10 21:55 UTC  (9+ messages)
` [PATCH bpf-next 1/3] selftests/bpf: Fix endianness issue in test_sockopt_sk
` [PATCH bpf-next 2/3] selftests/bpf: Fix endianness issues in sk_lookup/ctx_narrow_access
` [PATCH bpf-next 3/3] selftests/bpf: Fix endianness issue in sk_assign

[PATCH bpf-next v3 00/11] Make check_func_arg type checks table driven
 2020-09-10 17:58 UTC  (15+ messages)
` [PATCH bpf-next v3 01/11] btf: make btf_set_contains take a const pointer
` [PATCH bpf-next v3 02/11] bpf: check scalar or invalid register in check_helper_mem_access
` [PATCH bpf-next v3 03/11] btf: Add BTF_ID_LIST_SINGLE macro
` [PATCH bpf-next v3 04/11] bpf: allow specifying a BTF ID per argument in function protos
` [PATCH bpf-next v3 05/11] bpf: make BTF pointer type checking generic
` [PATCH bpf-next v3 06/11] bpf: make reference tracking generic
` [PATCH bpf-next v3 07/11] bpf: make context access check generic
` [PATCH bpf-next v3 08/11] bpf: set meta->raw_mode for pointers close to use
` [PATCH bpf-next v3 09/11] bpf: check ARG_PTR_TO_SPINLOCK register type in check_func_arg
` [PATCH bpf-next v3 10/11] bpf: hoist type checking for nullable arg types
` [PATCH bpf-next v3 11/11] bpf: use a table to drive helper arg type checks

[PATCH bpf-next v3 0/9] bpf: Support multi-attach for freplace programs
 2020-09-10 20:03 UTC  (11+ messages)
` [PATCH bpf-next v3 1/9] bpf: change logging calls from verbose() to bpf_log() and use log pointer
` [PATCH bpf-next v3 2/9] bpf: verifier: refactor check_attach_btf_id()
` [PATCH bpf-next v3 3/9] bpf: wrap prog->aux->linked_prog in a bpf_tracing_link
` [PATCH bpf-next v3 4/9] bpf: support attaching freplace programs to multiple attach points
` [PATCH bpf-next v3 5/9] bpf: Fix context type resolving for extension programs
` [PATCH bpf-next v3 6/9] tools: add new members to bpf_attr.raw_tracepoint in bpf.h
` [PATCH bpf-next v3 7/9] libbpf: add support for supplying target to bpf_raw_tracepoint_open()
` [PATCH bpf-next v3 8/9] selftests: add test for multiple attachments of freplace program
` [PATCH bpf-next v3 9/9] selftests/bpf: Adding test for arg dereference in extension trace

[trivial PATCH] treewide: Convert switch/case fallthrough; to break;
 2020-09-10 14:21 UTC  (13+ messages)

[PATCH RFC tip/core/rcu 0/4] Accelerate RCU Tasks Trace updates
 2020-09-10 20:20 UTC  (5+ messages)
` [PATCH RFC tip/core/rcu 1/4] rcu-tasks: Mark variables static
` [PATCH RFC tip/core/rcu 2/4] rcu-tasks: Use more aggressive polling for RCU Tasks Trace
` [PATCH RFC tip/core/rcu 3/4] rcu-tasks: Selectively enable more RCU Tasks Trace IPIs
` [PATCH RFC tip/core/rcu 4/4] rcu-tasks: Shorten per-grace-period sleep for RCU Tasks Trace

[PATCH bpf-next v4] tools: bpftool: automate generation for "SEE ALSO" sections in man pages
 2020-09-10 20:39 UTC 

[PATCH bpf-next] bpf: fix comment for helper bpf_current_task_under_cgroup()
 2020-09-10 20:33 UTC 

[PATCH bpf-next v3 0/3] tools: bpftool: print built-in features, automate some of the documentation
 2020-09-10 20:24 UTC  (7+ 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

slow sync rcu_tasks_trace
 2020-09-10 20:24 UTC  (16+ messages)

[PATCH bpf-next] selftests/bpf: Fix test_ksyms on non-SMP kernels
 2020-09-10 20:00 UTC  (2+ messages)

[PATCH bpf-next] bpf: don't check against device MTU in __bpf_skb_max_len
 2020-09-10 20:00 UTC  (4+ messages)

[PATCH bpf-next v4 0/5] Allow storage of flexible metadata information for eBPF programs
 2020-09-10 19:59 UTC  (11+ messages)
` [PATCH bpf-next v4 1/5] bpf: Mutex protect used_maps array and count
` [PATCH bpf-next v4 2/5] bpf: Add BPF_PROG_BIND_MAP syscall
` [PATCH bpf-next v4 3/5] libbpf: Add BPF_PROG_BIND_MAP syscall and use it on .metadata section
` [PATCH bpf-next v4 4/5] bpftool: support dumping metadata
` [PATCH bpf-next v4 5/5] selftests/bpf: Test load and dump metadata with btftool and skel

[PATCH bpf] bpf: plug hole in struct bpf_sk_lookup_kern
 2020-09-10 15:19 UTC  (3+ messages)

[PATCH bpf-next v5 0/3] Sockmap iterator
 2020-09-10 19:36 UTC  (7+ 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

[PATCHv10 bpf-next 0/5] xdp: add a new helper for dev map multicast support
 2020-09-10 18:35 UTC  (11+ messages)
` [PATCHv11 "
  ` [PATCHv11 bpf-next 2/5] "

[PATCH bpf-next v2 0/2] bpf: detect build errors for man pages for bpftool and eBPF helpers
 2020-09-10 18:12 UTC  (6+ messages)
` [PATCH bpf-next v2 2/2] selftests, bpftool: add bpftool (and eBPF helpers) documentation build

[PATCH -next] bpf: Remove duplicate headers
 2020-09-10 17:54 UTC  (3+ messages)

[PATCH v3 bpf-next 0/9] libbpf ksym support and bpftool show PIDs
 2020-09-10 16:59 UTC  (5+ messages)
` [PATCH v3 bpf-next 3/9] selftests/bpf: add __ksym extern selftest

[PATCH bpf-next v3 0/2] tools: bpftool: support creating outer maps
 2020-09-10 16:45 UTC  (8+ messages)
` [PATCH bpf-next v3 1/3] tools: bpftool: clean up function to dump map entry
` [PATCH bpf-next v3 2/3] tools: bpftool: keep errors for map-of-map dumps if distinct from ENOENT
` [PATCH bpf-next v3 3/3] tools: bpftool: add "inner_map" to "bpftool map create" outer maps

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

[PATCH] block: remove redundant empty check of mq_list
 2020-09-10  9:44 UTC  (3+ messages)

[PATCH bpf] xsk: fix number of pinned pages/umem size discrepancy
 2020-09-10  9:24 UTC  (2+ messages)

[PATCH RFC bpf-next 0/5] Do not include the original insn in zext patchlet
 2020-09-10  9:18 UTC  (8+ messages)
` [PATCH RFC bpf-next 1/5] bpf: Make bpf_patch_insn_single() accept variable number of old insns
` [PATCH RFC bpf-next 2/5] bpf: Make adjust_insn_aux_data() "
` [PATCH RFC bpf-next 3/5] bpf: Make adjust_subprog_starts() "
` [PATCH RFC bpf-next 4/5] bpf: Make bpf_patch_insn_data() "
` [PATCH RFC bpf-next 5/5] bpf: Do not include the original insn in zext patchlet

[PATCH bpf-next 0/3] samples/bpf: improve xdpsock application
 2020-09-10  8:31 UTC  (4+ messages)
` [PATCH bpf-next 1/3] samples/bpf: fix one packet sending in xdpsock
` [PATCH bpf-next 2/3] samples/bpf: fix possible deadlock "
` [PATCH bpf-next 3/3] samples/bpf: add quiet option to xdpsock

BUG: stack guard page was hit in validate_chain (2)
 2020-09-10  4:37 UTC 

[PATCH bpf-next] s390/bpf: Fix multiple tail calls
 2020-09-09 23:21 UTC 

arm64 jit ctx.offset[-1] access
 2020-09-09 21:50 UTC  (2+ messages)

[PATCH v2 net-next 0/9] mvneta: introduce XDP multi-buffer support
 2020-09-09 20:51 UTC  (9+ messages)
` [PATCH v2 net-next 6/9] bpf: helpers: add bpf_xdp_adjust_mb_header helper

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

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

[PATCH bpf-next v3] selftests/bpf: fix test_sysctl_loop{1,2} failure due to clang change
 2020-09-09 18:26 UTC  (3+ 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 0/6] xsk: exit NAPI loop when AF_XDP Rx ring is full
 2020-09-09 15:37 UTC  (4+ messages)

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

[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  (9+ messages)
` [PATCH bpf-next v3 3/8] libbpf: Add BPF_PROG_BIND_MAP syscall and use it on .metadata section


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).