bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-28 14:39:04 to 2020-09-30 15:18:28 UTC [more...]

[PATCH bpf-next v4 0/6] Various BPF helper improvements
 2020-09-30 15:18 UTC 

For review: seccomp_user_notif(2) manual page
 2020-09-30 15:11 UTC  (3+ messages)

[PATCH v2 bpf-next 0/2] introduce BPF_F_PRESERVE_ELEMS
 2020-09-30 15:04 UTC  (5+ messages)
` [PATCH v2 bpf-next 1/2] bpf: introduce BPF_F_PRESERVE_ELEMS for perf event array
` [PATCH v2 bpf-next 2/2] selftests/bpf: add tests for BPF_F_PRESERVE_ELEMS

[PATCH bpf-next] selftests/bpf: Fix alignment of .BTF_ids
 2020-09-30 11:52 UTC  (2+ messages)

[PATCH bpf-next v2 0/4] Sockmap copying
 2020-09-30  9:37 UTC  (12+ 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 4/4] selftest: bpf: Test copying a sockmap and sockhash

pull-request: bpf 2020-09-29
 2020-09-30  8:49 UTC  (2+ messages)

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

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

[PATCH v2 bpf-next] bpf: fix raw_tp test run in preempt kernel
 2020-09-30  6:45 UTC  (3+ messages)

[Linux-kernel-mentees][PATCH 0/2] reorder members of structures in virtio_net for optimization
 2020-09-30  5:17 UTC  (3+ messages)
` [Linux-kernel-mentees][PATCH 1/2] net: reorder members of virtnet_info "
` [Linux-kernel-mentees][PATCH 2/2] net: reorder members of receive_queue in virtio_net "

build failure (BTFIDS) with CONFIG_NET && !CONFIG_INET
 2020-09-30  4:57 UTC  (2+ messages)

[PATCH dwarves 00/11] Switch BTF loading and encoding to libbpf APIs
 2020-09-30  4:27 UTC  (12+ messages)
` [PATCH dwarves 01/11] libbpf: update to latest libbpf version
` [PATCH dwarves 02/11] btf_encoder: detect BTF encoding errors and exit
` [PATCH dwarves 03/11] dwarves: expose and maintain active debug info loader operations
` [PATCH dwarves 04/11] btf_loader: use libbpf to load BTF
` [PATCH dwarves 05/11] btf_encoder: use libbpf APIs to encode BTF type info
` [PATCH dwarves 06/11] btf_encoder: fix emitting __ARRAY_SIZE_TYPE__ as index range type
` [PATCH dwarves 07/11] btf_encoder: discard CUs after BTF encoding
` [PATCH dwarves 08/11] btf_encoder: revamp how per-CPU variables are encoded
` [PATCH dwarves 09/11] dwarf_loader: increase the size of lookup hash map
` [PATCH dwarves 10/11] strings: use BTF's string APIs for strings management
` [PATCH dwarves 11/11] btf_encoder: support cross-compiled ELF binaries with different endianness

[PATCH bpf-next 0/4] libbpf: add raw BTF type dumping
 2020-09-30  3:18 UTC  (8+ messages)
` [PATCH bpf-next 1/4] libbpf: make btf_dump work with modifiable BTF
` [PATCH bpf-next 2/4] libbpf: add raw dumping of BTF types
` [PATCH bpf-next 3/4] selftests/bpf: add checking of raw type dump in BTF writer APIs selftests
` [PATCH bpf-next 4/4] selftests/bpf: test "incremental" btf_dump in C format

[PATCH bpf-next] libbpf: export bpf_object__reuse_map() to libbpf api
 2020-09-30  2:34 UTC  (5+ messages)

[PATCH bpf-next 1/3] libbpf: fix uninitialized variable in btf_parse_type_sec
 2020-09-30  0:10 UTC  (7+ messages)
` [PATCH bpf-next 2/3] libbpf: compile libbpf under -O2 level by default and catch extra warnings
` [PATCH bpf-next 3/3] libbpf: compile in PIC mode only for shared library case

[PATCH bpf-next] bpf: fix raw_tp test run in preempt kernel
 2020-09-30  0:00 UTC  (2+ messages)

[PATCH bpf-next 0/2] bpf, x64: optimize JIT's pro/epilogue
 2020-09-30  0:00 UTC  (4+ messages)
` [PATCH bpf-next 1/2] bpf, x64: drop "pop %rcx" instruction on BPF JIT epilogue
` [PATCH bpf-next 2/2] bpf: x64: do not emit sub/add 0, %rsp when !stack_depth

[PATCH bpf-next v3 0/6] bpf: BTF support for ksyms
 2020-09-29 23:53 UTC  (8+ messages)
` [PATCH bpf-next v3 4/6] bpf: Introduce bpf_per_cpu_ptr()

[PATCH bpf-next v2] selftests/bpf: Fix endianness issues in sk_lookup/ctx_narrow_access
 2020-09-29 23:40 UTC  (2+ messages)

[PATCH v6 bpf-next 0/3] enable BPF_PROG_TEST_RUN for raw_tp
 2020-09-29 21:40 UTC  (5+ messages)
` [PATCH v6 bpf-next 1/3] bpf: enable BPF_PROG_TEST_RUN for raw_tracepoint

[PATCH bpf-next 0/2] introduce BPF_F_SHARE_PE
 2020-09-29 21:08 UTC  (9+ 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

[PATCH bpf-next] selftests: Make sure all 'skel' variables are declared static
 2020-09-29 20:59 UTC  (4+ messages)

[bpf-next PATCH] bpf, selftests: fix warning in snprintf_btf where system() call unchecked
 2020-09-29 20:30 UTC  (2+ messages)

[PATCH bpf-next v10 0/7] bpf: Support multi-attach for freplace programs
 2020-09-29 20:30 UTC  (9+ messages)
` [PATCH bpf-next v10 1/7] bpf: move prog->aux->linked_prog and trampoline into bpf_link on attach
` [PATCH bpf-next v10 2/7] bpf: support attaching freplace programs to multiple attach points
` [PATCH bpf-next v10 3/7] bpf: Fix context type resolving for extension programs
` [PATCH bpf-next v10 4/7] libbpf: add support for freplace attachment in bpf_link_create
` [PATCH bpf-next v10 5/7] selftests: add test for multiple attachments of freplace program
` [PATCH bpf-next v10 6/7] selftests/bpf: Adding test for arg dereference in extension trace
` [PATCH bpf-next v10 7/7] selftests: Add selftest for disallowing modify_return attachment to freplace

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

[PATCH bpf-next 0/3] libbpf: support loading/storing any BTF endianness
 2020-09-29 20:00 UTC  (5+ 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] xsk: fix a documentation mistake in xsk_queue.h
 2020-09-29 18:30 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf_iter: don't fail test due to missing __builtin_btf_type_id
 2020-09-29 18:30 UTC  (4+ messages)

[PATCH bpf-next] bpf/preload: make sure Makefile cleans up after itself, and add .gitignore
 2020-09-29 18:20 UTC  (2+ messages)

[PATCH bpf-next 0/2] selftests/bpf: BTF-based kernel data display fixes
 2020-09-29 18:20 UTC  (5+ messages)
` [PATCH bpf-next 1/2] selftests/bpf: fix unused-result warning in snprintf_btf.c
` [PATCH bpf-next 2/2] selftests/bpf: ensure snprintf_btf/bpf_iter tests compatibility with old vmlinux.h

Problem with endianess of pahole BTF output for vmlinux
 2020-09-29 17:57 UTC  (14+ messages)

[PATCH bpf-next v3 0/4] [PATCH bpf-next v2 0/4] Sockmap copying
 2020-09-29 15:53 UTC  (6+ 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] powerpc: net: bpf_jit_comp: Fix misuse of fallthrough
 2020-09-29 14:50 UTC  (3+ messages)

BUG: unable to handle kernel paging request in bpf_trace_run2
 2020-09-29 12:46 UTC  (2+ messages)

[PATCH 4.19 182/245] perf metricgroup: Free metric_events on error
 2020-09-29 11:00 UTC 

[PATCH v3 bpf-next 0/3] libbpf: BTF writer APIs
 2020-09-29 12:20 UTC  (6+ 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 bpf-next] xsk: fix possible crash in socket_release when out-of-memory
 2020-09-29 12:20 UTC  (3+ messages)

[PATCH bpf-next] bpf: cpumap: remove rcpu pointer from cpu_map_build_skb signature
 2020-09-29 12:20 UTC  (3+ messages)

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

[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  (6+ messages)
` [PATCH bpf-next v9 04/11] bpf: move prog->aux->linked_prog and trampoline into bpf_link on attach
` [PATCH bpf-next v9 11/11] selftests: Remove fmod_ret from test_overhead

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

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

[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 v6 bpf-next 0/6] bpf: add helpers to support BTF-based kernel data display
 2020-09-29  1:54 UTC  (6+ messages)
` [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  (3+ messages)
` [PATCH v2 bpf-next 7/9] libbpf: add BTF writing APIs

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

linux-next: Tree for Sep 28 (kernel/bpf/verifier.c)
 2020-09-28 17:35 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).