bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-10 03:30:57 to 2020-09-14 12:26:03 UTC [more...]

[PATCH] arm64: bpf: Fix branch offset in JIT
 2020-09-14 12:20 UTC  (2+ messages)

[PATCH RFC bpf-next 0/2] bpf: Enable bpf_skc_to_* sock casting helper to networking prog type
 2020-09-14  9:29 UTC  (5+ messages)
` [PATCH RFC bpf-next 1/2] bpf: Move the PTR_TO_BTF_ID check to check_reg_type()
` [PATCH RFC bpf-next 2/2] bpf: Enable bpf_skc_to_* sock casting helper to networking prog type

[PATCH bpf-next] bpftool: fix build failure
 2020-09-14  8:16 UTC  (2+ messages)

Problems with pointer offsets on ARM32
 2020-09-14  7:55 UTC  (3+ messages)

[PATCH v3 0/4] Fixes for setting event freq/periods
 2020-09-14  6:02 UTC  (7+ messages)
` [PATCH v3 1/4] perf record: Set PERF_RECORD_PERIOD if attr->freq is set
` [PATCH v3 2/4] perf record: Prevent override of attr->sample_period for libpfm4 events
` [PATCH v3 3/4] perf record: Don't clear event's period if set by a term
` [PATCH v3 4/4] perf test: Leader sampling shouldn't clear sample period

[PATCH bpf-next v2 0/6] bpf: BTF support for ksyms
 2020-09-14  5:04 UTC  (16+ messages)
` [PATCH bpf-next v2 1/6] bpf: Introduce pseudo_btf_id
` [PATCH bpf-next v2 2/6] bpf/libbpf: BTF support for typed ksyms
` [PATCH bpf-next v2 3/6] bpf/selftests: ksyms_btf to test "
` [PATCH bpf-next v2 4/6] bpf: Introduce bpf_per_cpu_ptr()
` [PATCH bpf-next v2 5/6] bpf: Introduce bpf_this_cpu_ptr()

WARNING in bpf_raw_tp_link_fill_link_info
 2020-09-13 11:49 UTC  (8+ messages)
` [PATCH] Using a pointer and kzalloc in place of a struct directly

[PATCH v2 0/5] Fixes for setting event freq/periods
 2020-09-12  3:02 UTC  (13+ messages)
` [PATCH v2 2/5] perf record: Prevent override of attr->sample_period for libpfm4 events

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

Behavior of pinned perf event array
 2020-09-11 20:36 UTC  (2+ messages)

[PATCH 0/3] xtensa: add seccomp support
 2020-09-11 19:58 UTC  (3+ messages)

[PATCH RFC bpf-next 0/5] Do not include the original insn in zext patchlet
 2020-09-11 12:58 UTC  (7+ messages)
` [PATCH RFC bpf-next 5/5] bpf: "

map_lookup_and_delete_elem for BPF_MAP_TYPE_HASH
 2020-09-11 14:55 UTC 

[PATCH bpf-next v2 1/5] bpf: expose is_mptcp flag to bpf_tcp_sock
 2020-09-11 14:30 UTC  (6+ messages)
` [PATCH bpf-next v2 2/5] mptcp: attach subflow socket to parent cgroup
` [PATCH bpf-next v2 3/5] bpf: add 'bpf_mptcp_sock' structure and helper
` [PATCH bpf-next v2 4/5] bpf: selftests: add MPTCP test base
` [PATCH bpf-next v2 5/5] bpf: selftests: add bpf_mptcp_sock() verifier tests
` [PATCH bpf-next v2 0/5] bpf: add MPTCP subflow support

[PATCH bpf-next] bpf: selftests: remove shared header from sockmap iter test
 2020-09-11 16:16 UTC  (2+ messages)

[PATCH bpf-next v4 0/5] Allow storage of flexible metadata information for eBPF programs
 2020-09-11 15:57 UTC  (14+ 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-next 1/2] bpf: Fix context type resolving for extension programs
 2020-09-11 13:02 UTC  (10+ 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-11 13:15 UTC  (5+ messages)

Problem with atomic operations on arm32 with BPF
 2020-09-11 10:14 UTC  (3+ messages)

[PATCH bpf-next v3 0/9] bpf: Support multi-attach for freplace programs
 2020-09-11 10:00 UTC  (12+ 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

[PATCH bpf-next v3 00/11] Make check_func_arg type checks table driven
 2020-09-11  9:41 UTC  (16+ 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] bpf: plug hole in struct bpf_sk_lookup_kern
 2020-09-11  8:05 UTC  (5+ messages)

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

[PATCH bpf] docs/bpf: fix ringbuf documentation
 2020-09-11  6:38 UTC  (3+ messages)

[PATCH RFC tip/core/rcu 0/4] Accelerate RCU Tasks Trace updates
 2020-09-11  4:37 UTC  (7+ 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 v3 0/5] tcp: increase flexibility of EBPF congestion control initialization
 2020-09-11  4:20 UTC 

[trivial PATCH] treewide: Convert switch/case fallthrough; to break;
 2020-09-11  4:19 UTC  (10+ messages)

[PATCH bpf-next v4] tools: bpftool: automate generation for "SEE ALSO" sections in man pages
 2020-09-11  3:11 UTC  (2+ messages)

[PATCH bpf-next] bpf: fix comment for helper bpf_current_task_under_cgroup()
 2020-09-11  3:10 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: define string const as global for test_sysctl_prog.c
 2020-09-11  3:03 UTC  (3+ messages)

[PATCH bpf-next] selftests/bpf: Fix test_ksyms on non-SMP kernels
 2020-09-11  2:57 UTC  (3+ messages)

[PATCH bpf-next v3 0/2] tools: bpftool: support creating outer maps
 2020-09-11  0:30 UTC  (9+ 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

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

[PATCH bpf-next v2 00/11] Make check_func_arg type checks table driven
 2020-09-10 18:51 UTC  (7+ messages)
` [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 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 0/3] tools: bpftool: print built-in features, automate some of the documentation
 2020-09-10 20:24 UTC  (4+ messages)
` [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  (14+ 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 v5 0/3] Sockmap iterator
 2020-09-10 19:36 UTC  (6+ messages)
` [PATCH bpf-next v5 2/3] net: Allow iterating sockmap and sockhash
` [PATCH bpf-next v5 3/3] selftests: bpf: Test iterating a sockmap

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

[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

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


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