bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-18 22:50:43 to 2022-10-21 11:32:11 UTC [more...]

[PATCH bpf-next v2 0/4] Add ftrace direct call for arm64
 2022-10-21 11:31 UTC  (16+ messages)

[PATCH bpf v2 0/2] Wait for busy refill_work when destroying bpf memory allocator
 2022-10-21 11:49 UTC  (3+ messages)
` [PATCH bpf v2 1/2] bpf: "
` [PATCH bpf v2 2/2] bpf: Use __llist_del_all() whenever possbile during memory draining

[PATCH bpf-next v3 0/1] doc: DEVMAPs and XDP_REDIRECT
 2022-10-21 12:15 UTC  (2+ messages)
` [PATCH bpf-next v3 1/1] "

[PATCH bpf] bpf: Support for setting numa node in bpf memory allocator
 2022-10-21 11:01 UTC  (9+ messages)

[PATCH bpf-next v1 1/1] docs: BPF_MAP_TYPE_CPUMAP
 2022-10-21  9:30 UTC 

[PATCH bpf-next] bpf: fix issue that packet only contains l2 is dropped
 2022-10-21  7:25 UTC  (5+ messages)

[PATCH bpf-next v2 0/6] bpf: Implement cgroup local storage available to non-cgroup-attached bpf progs
 2022-10-21  7:12 UTC  (10+ messages)
` [PATCH bpf-next v2 1/6] bpf: Make struct cgroup btf id global
` [PATCH bpf-next v2 2/6] bpf: Implement cgroup storage available to non-cgroup-attached bpf progs
` [PATCH bpf-next v2 3/6] libbpf: Support new cgroup local storage
` [PATCH bpf-next v2 4/6] bpftool: "
` [PATCH bpf-next v2 5/6] selftests/bpf: Add selftests for "
` [PATCH bpf-next v2 6/6] docs/bpf: Add documentation for map type BPF_MAP_TYPE_CGRP_STROAGE

[PATCH bpf-next v2 0/4] Remove unnecessary RCU grace period chaining
 2022-10-21  7:08 UTC  (5+ messages)

[bpf-next] selftests/bpf: fix missing BPF object files
 2022-10-21  2:10 UTC  (3+ messages)

[PATCH bpf] bpf: Fix dispatcher patchable function entry to 5 bytes nop
 2022-10-21  2:10 UTC  (2+ messages)

[PATCH bpf-next v1] bpf, docs: Reformat BPF maps page to be more readable
 2022-10-21  2:00 UTC  (2+ messages)

[syzbot] BUG: sleeping function called from invalid context in vm_area_dup
 2022-10-21  1:58 UTC  (4+ messages)

[PATCH bpf-next v1 00/13] Fixes for dynptr
 2022-10-21  1:53 UTC  (29+ messages)
` [PATCH bpf-next v1 01/13] bpf: Refactor ARG_PTR_TO_DYNPTR checks into process_dynptr_func
` [PATCH bpf-next v1 02/13] bpf: Rework process_dynptr_func
` [PATCH bpf-next v1 03/13] bpf: Rename confusingly named RET_PTR_TO_ALLOC_MEM
` [PATCH bpf-next v1 04/13] bpf: Rework check_func_arg_reg_off
` [PATCH bpf-next v1 06/13] bpf: Fix missing var_off check for ARG_PTR_TO_DYNPTR
` [PATCH bpf-next v1 09/13] selftests/bpf: Add test for dynptr reinit in user_ringbuf callback

[PATCH bpf-next v7 0/3] Add skb + xdp dynptrs
 2022-10-21  1:19 UTC  (5+ messages)
` [PATCH bpf-next v7 1/3] bpf: Add skb dynptrs
` [PATCH bpf-next v7 2/3] bpf: Add xdp dynptrs
` [PATCH bpf-next v7 3/3] selftests/bpf: tests for using dynptrs to parse skb and xdp buffers

[PATCH] Re: [tip: perf/core] perf: Use sample_flags for raw_data
 2022-10-21  1:36 UTC  (6+ messages)
` [PATCH] bpf: fix sample_flags for bpf_perf_event_output

[PATCH bpf 0/2] Wait for busy refill_work when destorying bpf memory allocator
 2022-10-21  1:09 UTC  (11+ messages)
` [PATCH bpf 1/2] bpf: "
` [PATCH bpf 2/2] bpf: Use __llist_del_all() whenever possbile during memory draining

[PATCH bpf-next v6 0/3] Support storing struct task_struct objects as kptrs
 2022-10-20 22:24 UTC  (4+ messages)
` [PATCH bpf-next v6 1/3] bpf: Allow trusted pointers to be passed to KF_TRUSTED_ARGS kfuncs
` [PATCH bpf-next v6 2/3] bpf: Add kfuncs for storing struct task_struct * as a kptr
` [PATCH bpf-next v6 3/3] bpf/selftests: Add selftests for new task kfuncs

[PATCH net-next 0/5] net: lan966x: Add xdp support
 2022-10-20 20:51 UTC  (7+ messages)
` [PATCH net-next 1/5] net: lan966x: Add define IFH_LEN_BYTES
` [PATCH net-next 2/5] net: lan966x: Rename lan966x_fdma_get_max_mtu
` [PATCH net-next 3/5] net: lan966x: Split function lan966x_fdma_rx_get_frame
` [PATCH net-next 4/5] net: lan966x: Add basic XDP support
` [PATCH net-next 5/5] net: lan96x: Use page_pool API

[PATCH bpf-next v6 0/3] Add skb + xdp dynptrs
 2022-10-20 19:30 UTC  (7+ messages)
` [PATCH bpf-next v6 1/3] bpf: Add skb dynptrs

[PATCH net] docs: netdev: offer performance feedback to contributors
 2022-10-20 18:30 UTC 

[PATCH bpf-next v3 0/8] bpftool: Add LLVM as default library for disassembling JIT-ed programs
 2022-10-20 17:49 UTC  (10+ messages)
` [PATCH bpf-next v3 1/8] bpftool: Define _GNU_SOURCE only once
` [PATCH bpf-next v3 2/8] bpftool: Remove asserts from JIT disassembler
` [PATCH bpf-next v3 3/8] bpftool: Split FEATURE_TESTS/FEATURE_DISPLAY definitions in Makefile
` [PATCH bpf-next v3 4/8] bpftool: Group libbfd defs in Makefile, only pass them if we use libbfd
` [PATCH bpf-next v3 5/8] bpftool: Refactor disassembler for JIT-ed programs
` [PATCH bpf-next v3 6/8] bpftool: Add LLVM as default library for disassembling "
` [PATCH bpf-next v3 7/8] bpftool: Support setting alternative arch for JIT disasm with LLVM
` [PATCH bpf-next v3 8/8] bpftool: Add llvm feature to "bpftool version"

[PATCH bpf-next v2 0/1] doc: DEVMAPs and XDP_REDIRECT
 2022-10-20 16:39 UTC  (3+ messages)
` [PATCH bpf-next v2 1/1] "

[PATCH v5 bpf-next 1/4] bpf: Allow ringbuf memory to be used as map key
 2022-10-20 16:07 UTC  (4+ messages)
` [PATCH v5 bpf-next 2/4] bpf: Consider all mem_types compatible for map_{key,value} args
` [PATCH v5 bpf-next 3/4] selftests/bpf: Add test verifying bpf_ringbuf_reserve retval use in map ops
` [PATCH v5 bpf-next 4/4] selftests/bpf: Add write to hashmap to array_map iter test

[PATCH net-next v3 00/12] net: dpaa2-eth: AF_XDP zero-copy support
 2022-10-20 13:02 UTC  (3+ messages)

[PATCH linux-next] kallsyms: Use strscpy() instead of strlcpy()
 2022-10-20 12:43 UTC  (3+ messages)

[PATCH bpf-next] bpftool: Add "bootstrap" feature to version output
 2022-10-20 10:03 UTC 

[PATCH bpf-next] bpftool: Set binary name to "bpftool" in help and version output
 2022-10-20 10:03 UTC 

[PATCH v5 0/3] Support storing struct task_struct objects as kptrs
 2022-10-20  6:45 UTC  (12+ messages)
` [PATCH v5 1/3] bpf: Allow trusted pointers to be passed to KF_TRUSTED_ARGS kfuncs
` [PATCH v5 3/3] bpf/selftests: Add selftests for new task kfuncs

[PATCH bpf-next v2 00/25] Local kptrs, BPF linked lists
 2022-10-20  1:11 UTC  (25+ messages)
` [PATCH bpf-next v2 05/25] bpf: Drop reg_type_may_be_refcounted_or_null
` [PATCH bpf-next v2 06/25] bpf: Refactor kptr_off_tab into fields_tab
` [PATCH bpf-next v2 07/25] bpf: Consolidate spin_lock, timer management "
` [PATCH bpf-next v2 09/25] bpf: Support bpf_list_head in map values
` [PATCH bpf-next v2 10/25] bpf: Introduce local kptrs
` [PATCH bpf-next v2 19/25] bpf: Introduce bpf_kptr_new

[PATCH bpf-next v7 0/1] Document BPF_MAP_TYPE_ARRAY
 2022-10-20  0:05 UTC  (3+ messages)
` [PATCH bpf-next v7 1/1] bpf, docs: document BPF_MAP_TYPE_ARRAY

[PATCH bpf-next v2] selftests/bpf: fix task_local_storage/exit_creds rcu usage
 2022-10-20  0:05 UTC  (4+ messages)

[PATCH bpf-next v5 0/3] bpf,x64: Use BMI2 for shifts
 2022-10-20  0:00 UTC  (2+ messages)

[PATCH v2 bpf-next 0/3] libbpf: support non-mmap()'able data sections
 2022-10-19 23:50 UTC  (7+ messages)
` [PATCH v2 bpf-next 1/3] libbpf: clean up and refactor BTF fixup step
` [PATCH v2 bpf-next 2/3] libbpf: only add BPF_F_MMAPABLE flag for data maps with global vars
` [PATCH v2 bpf-next 3/3] libbpf: add non-mmapable data section selftest

[PATCH 1/4] bpf, docs: Add note about type convention
 2022-10-19 23:37 UTC  (9+ messages)
` [PATCH 2/4] bpf, docs: Fix modulo zero, division by zero, overflow, and underflow
` [PATCH 3/4] bpf, docs: Use consistent names for the same field
` [PATCH 4/4] bpf, docs: Explain helper functions

[PATCH bpf-next v2] bpf/docs: Summarize CI system and deny lists
 2022-10-19 19:10 UTC  (2+ messages)

[PATCH 1/9] bpf, docs: Add note about type convention
 2022-10-19 18:40 UTC  (6+ messages)

[PATCH bpf-next v2] samples/bpf: Fix typos in README
 2022-10-19 18:40 UTC  (2+ messages)

[PATCH] bpf: Fix double word in comments
 2022-10-19 18:30 UTC  (2+ messages)

[PATCH net-next] samples/bpf: Fix MAC address swapping in xdp2_kern
 2022-10-19 18:20 UTC  (2+ messages)

[PATCH net-next] samples/bpf: Fix map interation in xdp1_user
 2022-10-19 18:00 UTC  (2+ messages)

[PATCH bpf-next v2 00/13] Add support for qp-trie with dynptr key
 2022-10-19 17:01 UTC  (10+ messages)
` [PATCH bpf-next v2 03/13] bpf: Support bpf_dynptr-typed map key in bpf syscall

[PATCH stable 5.10 0/5] kbuild: Fix compilation for latest pahole release
 2022-10-19 15:30 UTC  (10+ messages)
` [PATCH stable 5.10 1/5] bpf: Generate BTF_KIND_FLOAT when linking vmlinux
` [PATCH stable 5.10 2/5] kbuild: Quote OBJCOPY var to avoid a pahole call break the build
` [PATCH stable 5.10 3/5] kbuild: skip per-CPU BTF generation for pahole v1.18-v1.21
` [PATCH stable 5.10 4/5] kbuild: Unify options for BTF generation for vmlinux and modules
` [PATCH stable 5.10 5/5] kbuild: Add skip_encoding_btf_enum64 option to pahole

[PATCHv2 bpf-next 0/8] bpf: Fixes for kprobe multi on kernel modules
 2022-10-19 13:56 UTC  (9+ messages)
` [PATCHv2 bpf-next 1/8] kallsyms: Make module_kallsyms_on_each_symbol generally available
` [PATCHv2 bpf-next 2/8] ftrace: Add support to resolve module symbols in ftrace_lookup_symbols
` [PATCHv2 bpf-next 3/8] bpf: Rename __bpf_kprobe_multi_cookie_cmp to bpf_kprobe_multi_addrs_cmp
` [PATCHv2 bpf-next 4/8] bpf: Take module reference on kprobe_multi link
` [PATCHv2 bpf-next 5/8] selftests/bpf: Add load_kallsyms_refresh function
` [PATCHv2 bpf-next 6/8] selftests/bpf: Add bpf_testmod_fentry_* functions
` [PATCHv2 bpf-next 7/8] selftests/bpf: Add kprobe_multi check to module attach test
` [PATCHv2 bpf-next 8/8] selftests/bpf: Add kprobe_multi kmod attach api tests

netfilter+bpf road ahead
 2022-10-19 12:41 UTC  (2+ messages)

[PATCH] x86: Include asm/ptrace.h in syscall_wrapper header
 2022-10-19  9:30 UTC  (3+ messages)

pull-request: bpf-next 2022-10-18
 2022-10-19  3:20 UTC  (2+ messages)

[net 0/2] some fixes for selftest/net
 2022-10-19  1:53 UTC  (8+ messages)
` [net 1/2] selftests/net: fix opening object file failed

[PATCH bpf-next] selftests/bpf: fix task_local_storage/exit_creds rcu usage
 2022-10-19  0:23 UTC  (2+ messages)

[PATCH bpf-next 0/3] libbpf: support non-mmap()'able data sections
 2022-10-19  0:15 UTC  (8+ messages)
` [PATCH bpf-next 1/3] libbpf: clean up and refactor BTF fixup step
` [PATCH bpf-next 2/3] libbpf: only add BPF_F_MMAPABLE flag for data maps with global vars

[PATCH bpf-next 2/5] bpf: Implement cgroup storage available to non-cgroup-attached bpf progs
 2022-10-18 23:12 UTC  (13+ 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).