bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-25 00:42:39 to 2020-09-29 11:43:18 UTC [more...]

[PATCH bpf-next 0/2] selftests/bpf: BTF-based kernel data display fixes
 2020-09-29 11:32 UTC  (2+ messages)
` [PATCH bpf-next 1/2] selftests/bpf: fix unused-result warning in snprintf_btf.c

[PATCH 5.4 287/388] perf metricgroup: Free metric_events on error
 2020-09-29 11:00 UTC 

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

build failure (BTFIDS) with CONFIG_NET && !CONFIG_INET
 2020-09-29 10:17 UTC 

[PATCH bpf-next] libbpf: export bpf_object__reuse_map() to libbpf api
 2020-09-29  9:42 UTC  (3+ messages)

[PATCH bpf-next v3 0/4] [PATCH bpf-next v2 0/4] Sockmap copying
 2020-09-29  9:30 UTC  (5+ messages)
` [PATCH bpf-next v3 1/4] bpf: sockmap: enable map_update_elem from bpf_iter
` [PATCH bpf-next v3 2/4] selftests: bpf: Add helper to compare socket cookies
` [PATCH bpf-next v3 3/4] selftests: bpf: remove shared header from sockmap iter test
` [PATCH bpf-next v3 4/4] selftest: bpf: Test copying a sockmap and sockhash

[PATCH bpf-next v2 0/4] Sockmap copying
 2020-09-29  9:21 UTC  (9+ messages)
` [PATCH bpf-next v2 1/4] bpf: sockmap: enable map_update_elem from bpf_iter
` [PATCH bpf-next v2 2/4] selftests: bpf: Add helper to compare socket cookies
` [PATCH bpf-next v2 3/4] selftests: bpf: remove shared header from sockmap iter test
` [PATCH bpf-next v2 4/4] selftest: bpf: Test copying a sockmap and sockhash

[PATCH v7 bpf-next 0/8] bpf: add helpers to support BTF-based kernel data display
 2020-09-29  8:50 UTC  (12+ messages)
` [PATCH v7 bpf-next 1/8] bpf: provide function to get vmlinux BTF information
` [PATCH v7 bpf-next 2/8] bpf: move to generic BTF show support, apply it to seq files/strings
` [PATCH v7 bpf-next 3/8] bpf: add bpf_snprintf_btf helper
` [PATCH v7 bpf-next 4/8] selftests/bpf: add bpf_snprintf_btf helper tests
` [PATCH v7 bpf-next 5/8] bpf: bump iter seq size to support BTF representation of large data structures
` [PATCH v7 bpf-next 6/8] selftests/bpf: fix overflow tests to reflect iter size increase
` [PATCH v7 bpf-next 7/8] bpf: add bpf_seq_printf_btf helper
` [PATCH v7 bpf-next 8/8] selftests/bpf: add test for "

[PATCH bpf-next 0/2] introduce BPF_F_SHARE_PE
 2020-09-29  8:47 UTC  (3+ messages)
` [PATCH bpf-next 1/2] bpf: introduce BPF_F_SHARE_PE for perf event array
` [PATCH bpf-next 2/2] selftests/bpf: add tests for BPF_F_SHARE_PE

Help using libbpf with kernel 4.14
 2020-09-29  8:25 UTC  (10+ messages)

Problem with endianess of pahole BTF output for vmlinux
 2020-09-29  6:48 UTC  (12+ messages)

[bpf-next PATCH] bpf, selftests: Fix cast to smaller integer type 'int' warning in raw_tp
 2020-09-29  4:34 UTC  (2+ messages)

[PATCH bpf-next 0/3] libbpf: support loading/storing any BTF endianness
 2020-09-29  4:30 UTC  (4+ messages)
` [PATCH bpf-next 1/3] selftests/bpf: move and extend ASSERT_xxx() testing macros
` [PATCH bpf-next 2/3] libbpf: support BTF loading and raw data output in both endianness
` [PATCH bpf-next 3/3] selftests/bpf: test BTF's handling of endianness

[PATCH bpf-next v2 0/6] Various BPF helper improvements
 2020-09-29  4:13 UTC  (10+ messages)
` [PATCH bpf-next v2 1/6] bpf: add classid helper only based on skb->sk
` [PATCH bpf-next v2 2/6] bpf, net: rework cookie generator as per-cpu one
` [PATCH bpf-next v2 3/6] bpf: add redirect_neigh helper as redirect drop-in
` [PATCH bpf-next v2 4/6] bpf, libbpf: add bpf_tail_call_static helper for bpf programs
` [PATCH bpf-next v2 5/6] bpf, selftests: use bpf_tail_call_static where appropriate
` [PATCH bpf-next v2 6/6] bpf, selftests: add redirect_neigh selftest

[PATCH v3 bpf-next 0/3] libbpf: BTF writer APIs
 2020-09-29  2:26 UTC  (5+ messages)
` [PATCH v3 bpf-next 1/3] libbpf: add BTF writing APIs
` [PATCH v3 bpf-next 2/3] libbpf: add btf__str_by_offset() as a more generic variant of name_by_offset
` [PATCH v3 bpf-next 3/3] selftests/bpf: test BTF writing APIs

[PATCH v6 bpf-next 0/6] bpf: add helpers to support BTF-based kernel data display
 2020-09-29  1:54 UTC  (11+ messages)
` [PATCH v6 bpf-next 3/6] bpf: add bpf_snprintf_btf helper
` [PATCH v6 bpf-next 4/6] selftests/bpf: add bpf_snprintf_btf helper tests
` [PATCH v6 bpf-next 6/6] selftests/bpf: add test for bpf_seq_printf_btf helper

[PATCH AUTOSEL 5.8 04/29] libbpf: Remove arch-specific include path in Makefile
 2020-09-29  1:30 UTC 

[PATCH AUTOSEL 5.4 02/18] libbpf: Remove arch-specific include path in Makefile
 2020-09-29  1:30 UTC 

[PATCH v2 bpf-next 0/9] libbpf: BTF writer APIs
 2020-09-29  0:33 UTC  (11+ messages)
` [PATCH v2 bpf-next 1/9] libbpf: refactor internals of BTF type index
` [PATCH v2 bpf-next 2/9] libbpf: remove assumption of single contiguous memory for BTF data
` [PATCH v2 bpf-next 3/9] libbpf: generalize common logic for managing dynamically-sized arrays
` [PATCH v2 bpf-next 4/9] libbpf: extract generic string hashing function for reuse
` [PATCH v2 bpf-next 5/9] libbpf: allow modification of BTF and add btf__add_str API
` [PATCH v2 bpf-next 6/9] libbpf: add btf__new_empty() to create an empty BTF object
` [PATCH v2 bpf-next 7/9] libbpf: add BTF writing APIs
` [PATCH v2 bpf-next 8/9] libbpf: add btf__str_by_offset() as a more generic variant of name_by_offset
` [PATCH v2 bpf-next 9/9] selftests/bpf: test BTF writing APIs

[PATCH bpf-next] bpf: cpumap: remove rcpu pointer from cpu_map_build_skb signature
 2020-09-28 21:32 UTC  (2+ messages)

[PATCH v6 bpf-next 0/3] enable BPF_PROG_TEST_RUN for raw_tp
 2020-09-28 21:27 UTC  (5+ messages)
` [PATCH v6 bpf-next 1/3] bpf: enable BPF_PROG_TEST_RUN for raw_tracepoint
` [PATCH v6 bpf-next 2/3] libbpf: support test run of raw tracepoint programs
` [PATCH v6 bpf-next 3/3] selftests/bpf: add raw_tp_test_run

[PATCH v1 0/6] seccomp: Implement constant action bitmaps
 2020-09-28 20:16 UTC  (8+ messages)

XDP/eBPF/jit problem, system crash, with some ctx access changes
 2020-09-28 19:41 UTC  (2+ messages)

[PATCH bpf-next] xsk: fix possible crash in socket_release when out-of-memory
 2020-09-28 19:25 UTC  (2+ messages)

linux-next: Tree for Sep 28 (kernel/bpf/verifier.c)
 2020-09-28 17:35 UTC 

[PATCH bpf] xsk: fix a documentation mistake in xsk_queue.h
 2020-09-28 11:33 UTC  (2+ messages)

[PATCH] powerpc: net: bpf_jit_comp: Fix misuse of fallthrough
 2020-09-28  9:00 UTC 

[PATCH bpf-next 0/4] Sockmap copying
 2020-09-28  9:06 UTC  (8+ messages)
` [PATCH bpf-next 1/4] bpf: sockmap: enable map_update_elem from bpf_iter
` [PATCH bpf-next 2/4] selftests: bpf: Add helper to compare socket cookies
` [PATCH bpf-next 3/4] bpf: selftests: remove shared header from sockmap iter test
` [PATCH bpf-next 4/4] selftest: bpf: Test copying a sockmap and sockhash

Call for Proposals: eBPF Summit 2020
 2020-09-28  8:21 UTC 

WARNING in print_bfs_bug
 2020-09-28  7:56 UTC  (4+ messages)

[PATCH bpf-next] bpf/preload: make sure Makefile cleans up after itself, and add .gitignore
 2020-09-27 19:30 UTC 

[bpf-next PATCH 1/2] bpf, verifier: Remove redundant var_off.value ops in scalar known reg cases
 2020-09-26  4:36 UTC  (2+ messages)

[PATCH v2 seccomp 0/6] seccomp: Add bitmap cache of arg-independent filter results that allow syscalls
 2020-09-26  4:35 UTC  (24+ messages)
` [PATCH v2 seccomp 3/6] seccomp/cache: Add "emulator" to check if filter is arg-dependent
` [PATCH v2 seccomp 4/6] seccomp/cache: Lookup syscall allowlist for fast path
` [PATCH v2 seccomp 5/6] selftests/seccomp: Compare bitmap vs filter overhead
` [PATCH v2 seccomp 6/6] seccomp/cache: Report cache data through /proc/pid/seccomp_cache

[PATCH bpf-next] bpf: use raw_spin_trylock() for pcpu_freelist_push/pop in NMI
 2020-09-26  0:07 UTC 

[PATCH v4 bpf-next 00/13] bpf: Enable bpf_skc_to_* sock casting helper to networking prog type
 2020-09-25 23:22 UTC  (17+ messages)
` [PATCH v4 bpf-next 01/13] bpf: Move the PTR_TO_BTF_ID check to check_reg_type()
` [PATCH v4 bpf-next 02/13] bpf: Enable bpf_skc_to_* sock casting helper to networking prog type
` [PATCH v4 bpf-next 07/13] bpf: selftest: Add ref_tracking verifier test for bpf_skc casting
` [PATCH v4 bpf-next 13/13] bpf: selftest: Add test_btf_skc_cls_ingress

[PATCH bpf-next v8 00/11] bpf: Support multi-attach for freplace programs
 2020-09-25 20:57 UTC  (6+ messages)
` [PATCH bpf-next v8 04/11] bpf: move prog->aux->linked_prog and trampoline into bpf_link on attach

[PATCH bpf-next 0/6] Various BPF helper improvements
 2020-09-25 19:52 UTC  (21+ messages)
` [PATCH bpf-next 1/6] bpf: add classid helper only based on skb->sk
` [PATCH bpf-next 2/6] bpf, net: rework cookie generator as per-cpu one
` [PATCH bpf-next 4/6] bpf, libbpf: add bpf_tail_call_static helper for bpf programs

[PATCH v5 bpf-next 0/3] enable BPF_PROG_TEST_RUN for raw_tp
 2020-09-25 19:49 UTC  (10+ messages)
` [PATCH v5 bpf-next 1/3] bpf: enable BPF_PROG_TEST_RUN for raw_tracepoint
` [PATCH v5 bpf-next 2/3] libbpf: support test run of raw tracepoint programs
` [PATCH v5 bpf-next 3/3] selftests/bpf: add raw_tp_test_run

[PATCH bpf-next 0/9] libbpf: BTF writer APIs
 2020-09-25 16:53 UTC  (6+ messages)
` [PATCH bpf-next 7/9] libbpf: add BTF writing APIs

[RFC PATCH seccomp 2/2] seccomp/cache: Cache filter results that allow syscalls
 2020-09-25 16:39 UTC  (6+ messages)
` [PATCH v2 seccomp 2/6] asm/syscall.h: Add syscall_arches[] array

general protection fault in xsk_release
 2020-09-25 15:01 UTC  (2+ messages)

[PATCH v3 bpf-next 00/11] bpf: Enable bpf_skc_to_* sock casting helper to networking prog type
 2020-09-25  1:22 UTC  (8+ messages)
` [PATCH v3 bpf-next 02/11] "


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