bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-18 10:31:40 to 2020-10-25 19:12:01 UTC [more...]

[RFC bpf-next 00/16] bpf: Speed up trampoline attach
 2020-10-25 19:11 UTC  (32+ messages)
` [RFC bpf-next 01/16] ftrace: Add check_direct_entry function
` [RFC bpf-next 02/16] ftrace: Add adjust_direct_size function
` [RFC bpf-next 03/16] ftrace: Add get/put_direct_func function
` [RFC bpf-next 04/16] ftrace: Add ftrace_set_filter_ips function
` [RFC bpf-next 05/16] ftrace: Add register_ftrace_direct_ips function
` [RFC bpf-next 06/16] ftrace: Add unregister_ftrace_direct_ips function
` [RFC bpf-next 07/16] kallsyms: Use rb tree for kallsyms name search
` [RFC bpf-next 08/16] bpf: Use delayed link free in bpf_link_put
` [RFC bpf-next 09/16] bpf: Add BPF_TRAMPOLINE_BATCH_ATTACH support
` [RFC bpf-next 10/16] bpf: Add BPF_TRAMPOLINE_BATCH_DETACH support
` [RFC bpf-next 11/16] bpf: Sync uapi bpf.h to tools
` [RFC bpf-next 12/16] bpf: Move synchronize_rcu_mult for batch processing (NOT TO BE MERGED)
` [RFC bpf-next 13/16] libbpf: Add trampoline batch attach support
` [RFC bpf-next 14/16] libbpf: Add trampoline batch detach support
` [RFC bpf-next 15/16] selftests/bpf: Add trampoline batch test
` [RFC bpf-next 16/16] selftests/bpf: Add attach batch test (NOT TO BE MERGED)

For review: seccomp_user_notif(2) manual page
 2020-10-25 16:31 UTC  (15+ messages)

[PATCH iproute2-next 0/5] iproute2: add libbpf support
 2020-10-25 15:13 UTC  (10+ messages)
` [PATCH iproute2-next 1/5] configure: add check_libbpf() for later "
` [PATCH iproute2-next 2/5] lib: rename bpf.c to bpf_legacy.c
` [PATCH iproute2-next 3/5] lib: add libbpf support
` [PATCH iproute2-next 4/5] examples/bpf: move struct bpf_elf_map defined maps to legacy folder
` [PATCH iproute2-next 5/5] examples/bpf: add bpf examples with BTF defined maps

tools/bpf: Compilation issue on powerpc: unknown type name '__vector128'
 2020-10-24 20:30 UTC  (3+ messages)

memory leak in xdp_umem_create
 2020-10-24 16:22 UTC  (2+ messages)

[PATCH bpf-next v3] bpf: Lift hashtab key_size limit
 2020-10-24  8:05 UTC 

[PATCH v4 seccomp 0/5] seccomp: Add bitmap cache of constant allow filter results
 2020-10-24  2:51 UTC  (10+ messages)
` [PATCH v4 seccomp 5/5] seccomp/cache: Report cache data through /proc/pid/seccomp_cache

Build failures: unresolved symbol vfs_getattr
 2020-10-23 22:02 UTC  (16+ messages)

[RFC PATCH 0/6] Sleepable tracepoints
 2020-10-23 21:13 UTC  (8+ messages)
` [RFC PATCH 1/6] tracing: introduce sleepable tracepoints
` [RFC PATCH 2/6] tracing: ftrace: add support for "
` [RFC PATCH 3/6] tracing: bpf-trace: "
` [RFC PATCH 4/6] tracing: perf: "
` [RFC PATCH 5/6] tracing: convert sys_enter/exit to "
` [RFC PATCH 6/6] tracing: use sched-RCU instead of SRCU for rcuidle tracepoints

[PATCH bpf-next v2] bpf: Lift hashtab key_size limit
 2020-10-23 20:27 UTC  (4+ messages)

[PATCH dwarves] btf_encoder: ignore zero-sized ELF symbols
 2020-10-23 16:37 UTC  (3+ messages)

[PATCH bpf] bpf: zero-fill re-used per-cpu map element
 2020-10-23 12:37 UTC 

[PATCH bpf] selftest/bpf: fix profiler test using CO-RE relocation for enums
 2020-10-22 20:27 UTC 

[PATCH v2 dwarves] btf_loader: handle union forward declaration properly
 2020-10-22 19:51 UTC 

pull-request: bpf 2020-10-22
 2020-10-22 19:16 UTC  (2+ messages)

[PATCH bpf-next 0/3] bpf: Pointers beyond packet end
 2020-10-22  9:47 UTC  (6+ messages)
` [PATCH bpf-next 1/3] bpf: Support for pointers beyond pkt_end
` [PATCH bpf-next 2/3] selftests/bpf: Add skb_pkt_end test
` [PATCH bpf-next 3/3] selftests/bpf: Add asm tests for pkt vs pkt_end comparison

BUG: unable to handle kernel paging request in bpf_trace_run3
 2020-10-22  7:13 UTC 

[PATCH] Docs/bpf: Improve bpf_design_QA.rst
 2020-10-22  3:29 UTC 

[PATCH v4] Revert "virtio-net: ethtool configurable RXCSUM"
 2020-10-22  3:36 UTC  (4+ messages)

[PATCH bpf] bpf, libbpf: guard bpf inline asm from bpf_tail_call_static
 2020-10-21 23:18 UTC  (4+ messages)

[PATCH bpf v3 0/2] bpf: Rework bpf_redirect_neigh() to allow supplying nexthop from caller
 2020-10-21 21:57 UTC  (4+ messages)
` [PATCH bpf v3 1/2] bpf_redirect_neigh: Support supplying the nexthop as a helper parameter
` [PATCH bpf v3 2/2] selftests: Update test_tc_redirect.sh to use the modified bpf_redirect_neigh()

[PATCH dwarves] btf_loader: handle union forward declaration properly
 2020-10-21 20:15 UTC  (6+ messages)

libbpf error: unknown register name 'r0' in asm
 2020-10-21 19:33 UTC  (15+ messages)

[PATCH v3] Revert "virtio-net: ethtool configurable RXCSUM"
 2020-10-21 14:27 UTC  (3+ messages)

arm64 build broken on linux next 20201021 - include/uapi/asm-generic/unistd.h:862:26: error: array index in initializer exceeds array bounds
 2020-10-21 14:12 UTC  (4+ messages)

[PATCH bpf-next V3 0/6] bpf: New approach for BPF MTU handling
 2020-10-21 11:32 UTC  (4+ messages)
` [PATCH bpf-next V3 3/6] bpf: add BPF-helper for MTU checking

[PATCH bpf] bpf, doc: Fix patchwork URL to point to kernel.org instance
 2020-10-20 22:20 UTC  (2+ messages)

[PATCH] Revert "virtio-net: ethtool configurable RXCSUM"
 2020-10-20 21:43 UTC  (8+ messages)
` [PATCH net repost] "
` [PATCH net v2] "

Running JITed and interpreted programs simultaneously
 2020-10-20 20:56 UTC  (7+ messages)

[PATCH bpf v2 0/3] bpf: Rework bpf_redirect_neigh() to allow supplying nexthop from caller
 2020-10-20 19:47 UTC  (19+ messages)
` [PATCH bpf v2 1/3] bpf_redirect_neigh: Support supplying the nexthop as a helper parameter
` [PATCH bpf v2 2/3] bpf_fib_lookup: optionally skip neighbour lookup
` [PATCH bpf v2 3/3] selftests: Update test_tc_redirect.sh to use the modified bpf_redirect_neigh()

Segfault in pahole 1.18 when building kernel 5.9.1 for arm64
 2020-10-20 19:02 UTC  (5+ messages)

[RFC] treewide: cleanup unreachable breaks
 2020-10-20 18:42 UTC  (14+ messages)
    ` [Ocfs2-devel] "

help using bpf_probe_read_user with uprobe on linux 4.19 for aarch64
 2020-10-20 17:06 UTC  (2+ messages)

[PATCH bpf 0/2] bpf: Rework bpf_redirect_neigh() to allow supplying nexthop from caller
 2020-10-20 13:45 UTC  (9+ messages)
` [PATCH bpf 1/2] bpf_redirect_neigh: Support supplying the nexthop as a helper parameter
` [PATCH bpf 2/2] selftests: Update test_tc_redirect.sh to use the modified bpf_redirect_neigh()

[RFC 0/2] xdp: introduce bulking for page_pool tx return path
 2020-10-20 10:34 UTC  (5+ messages)
` [RFC 1/2] net: xdp: introduce bulking for xdp "
` [RFC 2/2] net: page_pool: add bulk support for ptr_ring

[PATCH bpf 0/3] bpf: Enforce NULL check on new _OR_NULL return types
 2020-10-20  0:33 UTC  (7+ messages)
` [PATCH bpf 1/3] bpf: Enforce id generation for all may-be-null register type
` [PATCH bpf 2/3] bpf: selftest: Ensure the return value of bpf_skc_to helpers must be checked
` [PATCH bpf 3/3] bpf: selftest: Ensure the return value of the bpf_per_cpu_ptr() "

[PATCH] bpf: remove unneeded break
 2020-10-19 18:28 UTC  (2+ messages)

[PATCH RFC bpf-next 0/2] bpf: Rework bpf_redirect_neigh() to allow supplying nexthop from caller
 2020-10-19 15:01 UTC  (12+ messages)
` [PATCH RFC bpf-next 1/2] bpf_redirect_neigh: Support supplying the nexthop as a helper parameter
` [PATCH RFC bpf-next 2/2] selftests: Update test_tc_neigh to use the modified bpf_redirect_neigh()


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