bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-16 20:46:00 to 2020-09-21 17:01:22 UTC [more...]

[RFC PATCH seccomp 0/2] seccomp: Add bitmap cache of arg-independent filter results that allow syscalls
 2020-09-21 16:39 UTC  (10+ messages)
` [RFC PATCH seccomp 1/2] seccomp/cache: Add "emulator" to check if filter is arg-dependent
` [RFC PATCH seccomp 2/2] seccomp/cache: Cache filter results that allow syscalls

[bpf-next 0/3] Using log2 histogram to display the statistics of every softirq execution
 2020-09-21 16:56 UTC  (5+ messages)
` [bpf-next 1/3] sample/bpf: Avoid repetitive definition of log2 func
` [bpf-next 2/3] sample/bpf: Add log2 histogram function support
` [bpf-next 3/3] samples/bpf: Add soft irq execution time statistics

[PATCH bpf-next] bpf: lift hashtab key_size limit
 2020-09-21 16:46 UTC  (2+ messages)

BPF redirect API design issue for BPF-prog MTU feedback?
 2020-09-21 16:26 UTC  (12+ messages)

[PATCH v8 bpf-next 6/7] bpf: allow for tailcalls in BPF subprograms for x64 JIT
 2020-09-21 16:05 UTC  (7+ messages)
` [PATCH v8 bpf-next 7/7] selftests: bpf: introduce tailcall_bpf2bpf test suite
` [PATCH v8 bpf-next 0/7] bpf: tailcalls in BPF subprograms

[PATCH] mm/memcontrol: Add the drop_cache interface for cgroup v2
 2020-09-21 15:55 UTC  (8+ messages)

[PATCH bpf v1 0/3] fix BTF usage on embedded systems
 2020-09-21 15:46 UTC  (7+ messages)
` [PATCH bpf v1 1/3] bpf: fix sysfs export of empty BTF section
` [PATCH bpf v1 2/3] bpf: prevent .BTF section elimination
` [PATCH bpf v1 3/3] libbpf: fix native endian assumption when parsing BTF

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

[PATCH bpf-next] bpf: add support for other map types to bpf_map_lookup_and_delete_elem
 2020-09-21 11:12 UTC  (3+ messages)

BUG: unable to handle kernel paging request in bpf_trace_run2
 2020-09-21 10:34 UTC 

BUG: unable to handle kernel paging request in bpf_trace_run1
 2020-09-21 10:33 UTC 

KASAN: vmalloc-out-of-bounds Read in bpf_trace_run2
 2020-09-21 10:02 UTC 

[PATCH net-next] net: ethernet: ti: cpsw: use true,false for bool variables
 2020-09-19 21:25 UTC  (2+ messages)

[PATCH bpf-next v7 00/10] bpf: Support multi-attach for freplace programs
 2020-09-19 11:49 UTC  (11+ messages)
` [PATCH bpf-next v7 01/10] bpf: disallow attaching modify_return tracing functions to other BPF programs
` [PATCH bpf-next v7 02/10] bpf: change logging calls from verbose() to bpf_log() and use log pointer
` [PATCH bpf-next v7 03/10] bpf: verifier: refactor check_attach_btf_id()
` [PATCH bpf-next v7 04/10] bpf: move prog->aux->linked_prog and trampoline into bpf_link on attach
` [PATCH bpf-next v7 05/10] bpf: support attaching freplace programs to multiple attach points
` [PATCH bpf-next v7 06/10] bpf: Fix context type resolving for extension programs
` [PATCH bpf-next v7 07/10] libbpf: add support for freplace attachment in bpf_link_create
` [PATCH bpf-next v7 08/10] selftests: add test for multiple attachments of freplace program
` [PATCH bpf-next v7 09/10] selftests/bpf: Adding test for arg dereference in extension trace
` [PATCH bpf-next v7 10/10] selftests: Add selftest for disallowing modify_return attachment to freplace

[PATCH bpf-next v6 00/10] bpf: Support multi-attach for freplace programs
 2020-09-19 10:14 UTC  (13+ messages)
` [PATCH bpf-next v6 01/10] bpf: disallow attaching modify_return tracing functions to other BPF programs
` [PATCH bpf-next v6 02/10] bpf: change logging calls from verbose() to bpf_log() and use log pointer
` [PATCH bpf-next v6 03/10] bpf: verifier: refactor check_attach_btf_id()
` [PATCH bpf-next v6 04/10] bpf: move prog->aux->linked_prog and trampoline into bpf_link on attach
` [PATCH bpf-next v6 05/10] bpf: support attaching freplace programs to multiple attach points
` [PATCH bpf-next v6 06/10] bpf: Fix context type resolving for extension programs
` [PATCH bpf-next v6 07/10] libbpf: add support for freplace attachment in bpf_link_create
` [PATCH bpf-next v6 08/10] selftests: add test for multiple attachments of freplace program
` [PATCH bpf-next v6 09/10] selftests/bpf: Adding test for arg dereference in extension trace
` [PATCH bpf-next v6 10/10] selftests: Add selftest for disallowing modify_return attachment to freplace

Problem with endianess of pahole BTF output for vmlinux
 2020-09-19  7:58 UTC  (6+ messages)

[RFC PATCH] bpf: Fix potential call bpf_link_free() in atomic context
 2020-09-19  5:26 UTC  (3+ messages)
  ` [External] "

[PATCH v1] powerpc: fix EDEADLOCK redefinition error in uapi/asm/errno.h
 2020-09-19  4:15 UTC  (8+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH bpf-next v2] selftests/bpf: Fix endianness issue in sk_assign
 2020-09-18 23:08 UTC  (4+ messages)

[PATCH bpf-next v2] selftests/bpf: Fix endianness issue in test_sockopt_sk
 2020-09-18 23:08 UTC  (4+ messages)

[PATCH bpf-next] bpf: Use hlist_add_head_rcu when linking to local_storage
 2020-09-18 23:16 UTC  (3+ messages)

[PATCH bpf v1] tools/bpftool: support passing BPFTOOL_VERSION to make
 2020-09-18 23:11 UTC  (5+ messages)

[PATCH RESEND bpf-next] samples/bpf: Fix test_map_in_map on s390
 2020-09-18 23:09 UTC  (4+ messages)

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

resolve_btfids breaks kernel cross-compilation
 2020-09-18 18:50 UTC  (8+ messages)

[PATCH v5 bpf-next 0/6] bpf: add helpers to support BTF-based kernel data display
 2020-09-18 13:34 UTC  (7+ messages)
` [PATCH v5 bpf-next 1/6] bpf: provide function to get vmlinux BTF information
` [PATCH v5 bpf-next 2/6] bpf: move to generic BTF show support, apply it to seq files/strings
` [PATCH v5 bpf-next 3/6] bpf: add bpf_btf_snprintf helper
` [PATCH v5 bpf-next 4/6] selftests/bpf: add bpf_btf_snprintf helper tests
` [PATCH v5 bpf-next 5/6] bpf: add bpf_seq_btf_write helper
` [PATCH v5 bpf-next 6/6] selftests/bpf: add test for "

[PATCH bpf-next 1/2] bpf: Use --no-fail option if CONFIG_BPF is not enabled
 2020-09-18 12:26 UTC  (2+ messages)
` [PATCH bpf-next 2/2] tools resolve_btfids: Always force HOSTARCH

[PATCHv2 bpf-next] selftests/bpf: Fix stat probe in d_path test
 2020-09-18 11:23 UTC 

[PATCH bpf-next] selftests/bpf: Fix stat probe in d_path test
 2020-09-18 10:22 UTC  (5+ messages)

[PATCH AUTOSEL 5.4 296/330] perf metricgroup: Free metric_events on error
 2020-09-18  2:00 UTC 

[PATCH AUTOSEL 4.19 183/206] perf metricgroup: Free metric_events on error
 2020-09-18  2:07 UTC 

[PATCH v4] perf metricgroup: Fix uncore metric expressions
 2020-09-18  1:47 UTC  (3+ messages)

[PATCH RFC tip/core/rcu 0/4] Accelerate RCU Tasks Trace updates
 2020-09-17 21:07 UTC  (8+ messages)
  ` [PATCH tip/core/rcu 3/8] rcu-tasks: Use more aggressive polling for RCU Tasks Trace
  ` [PATCH tip/core/rcu 4/8] rcu-tasks: Selectively enable more RCU Tasks Trace IPIs
  ` [PATCH tip/core/rcu 5/8] rcu-tasks: Shorten per-grace-period sleep for RCU Tasks Trace
  ` [PATCH tip/core/rcu 6/8] rcu-tasks: Fix grace-period/unlock race in "
  ` [PATCH tip/core/rcu 7/8] rcu-tasks: Fix low-probability task_struct leak
  ` [PATCH tip/core/rcu 8/8] rcu-tasks: Enclose task-list scan in rcu_read_lock()

[trivial PATCH] treewide: Convert switch/case fallthrough; to break;
 2020-09-17 19:40 UTC  (4+ messages)
` [oss-drivers] "

[PATCH 0/3] Additional doc warning fixes for issues at next-20200915
 2020-09-17 14:57 UTC  (3+ messages)
` [PATCH 3/3] docs: bpf: ringbuf.rst: fix a broken cross-reference

[PATCH bpf-next v3 0/6] bpf: BTF support for ksyms
 2020-09-17 19:12 UTC  (9+ messages)
` [PATCH bpf-next v3 1/6] bpf: Introduce pseudo_btf_id
` [PATCH bpf-next v3 2/6] bpf/libbpf: BTF support for typed ksyms
` [PATCH bpf-next v3 3/6] selftests/bpf: ksyms_btf to test "
` [PATCH bpf-next v3 4/6] bpf: Introduce bpf_per_cpu_ptr()
` [PATCH bpf-next v3 5/6] bpf: Introduce bpf_this_cpu_ptr()
` [PATCH bpf-next v3 6/6] bpf/selftests: Test for bpf_per_cpu_ptr() and bpf_this_cpu_ptr()

[PATCH bpf-next v5 0/8] bpf: Support multi-attach for freplace programs
 2020-09-17 18:44 UTC  (25+ messages)
` [PATCH bpf-next v5 2/8] bpf: verifier: refactor check_attach_btf_id()
` [PATCH bpf-next v5 4/8] bpf: support attaching freplace programs to multiple attach points
` [PATCH bpf-next v5 5/8] bpf: Fix context type resolving for extension programs
` [PATCH bpf-next v5 6/8] libbpf: add support for freplace attachment in bpf_link_create

[PATCH bpf] bpf: Use hlist_add_head_rcu when linking to sk_storage
 2020-09-17 18:01 UTC  (3+ messages)

[RFC PATCH 0/4] block/bpf: add eBPF based block layer IO filtering
 2020-09-17 18:33 UTC  (7+ messages)
` [RFC PATCH 1/4] bpf: add new prog_type BPF_PROG_TYPE_IO_FILTER

[PATCH bpf-next v3] bpf: using rcu_read_lock for bpf_sk_storage_map iterator
 2020-09-16 22:43 UTC  (3+ messages)

[PATCH bpf-next v4] bpf: using rcu_read_lock for bpf_sk_storage_map iterator
 2020-09-16 23:00 UTC  (2+ messages)

[PATCH v3] arm64: bpf: Fix branch offset in JIT
 2020-09-17 11:38 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).